mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
t/helper: merge (unused) test-match-trees into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
cc6f663dea
commit
9080e75fbc
@@ -1,7 +1,8 @@
|
||||
#include "test-tool.h"
|
||||
#include "cache.h"
|
||||
#include "tree.h"
|
||||
|
||||
int cmd_main(int ac, const char **av)
|
||||
int cmd__match_trees(int ac, const char **av)
|
||||
{
|
||||
struct object_id hash1, hash2, shifted;
|
||||
struct tree *one, *two;
|
||||
|
||||
Reference in New Issue
Block a user