提交 5acabd84 编写于 作者: K Kirill Smelkov 提交者: Junio C Hamano

tree-diff: show_path prototype is not needed anymore

We moved all action-taking code below show_path() in recent HEAD~~
(tree-diff: move all action-taking code out of compare_tree_entry).
Signed-off-by: NKirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 9bc06196
......@@ -6,9 +6,6 @@
#include "diffcore.h"
#include "tree.h"
static void show_path(struct strbuf *base, struct diff_options *opt,
struct tree_desc *t1, struct tree_desc *t2);
/*
* Compare two tree entries, taking into account only path/S_ISDIR(mode),
* but not their sha1's.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册