summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-02-05 23:55:45 -0800
committerJunio C Hamano <junkio@cox.net>2006-02-05 23:55:45 -0800
commita2c641c4ab66b5bdcb62c36a5f748b9f929d61b8 (patch)
treec7f414f8d89f51a19ff04ad04f19f25ecc643e6b /diff.h
parent12db4852de8d377d317e5a7cf11467e5d4c5773d (diff)
parent45392a648d7449d237ecc2507bc92378bf920bf0 (diff)
downloadgit-a2c641c4ab66b5bdcb62c36a5f748b9f929d61b8.tar.gz
Merge branch 'jc/diff'
* jc/diff: git-diff-tree --stdin: show all parents. combine-diff: remove misguided --show-empty hack.
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/diff.h b/diff.h
index 32134d79b5..ff41c5859d 100644
--- a/diff.h
+++ b/diff.h
@@ -68,9 +68,9 @@ struct combine_diff_path {
};
int show_combined_diff(struct combine_diff_path *elem, int num_parent,
- int dense, const char *header, int show_empty);
+ int dense, const char *header);
-extern int diff_tree_combined_merge(const unsigned char *sha1, const char *, int, int);
+extern int diff_tree_combined_merge(const unsigned char *sha1, const char *, int);
extern void diff_addremove(struct diff_options *,
int addremove,