summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-06-28 23:42:40 -0700
committerJunio C Hamano <junkio@cox.net>2006-06-28 23:42:40 -0700
commitf38c2a9c9982950109d0eb0802b9713dfffeb18b (patch)
tree4a6eaddf3b13001890946291b595255a13f403e6 /diff.h
parentabc02670169cee9541793a86324a014272ca8ed5 (diff)
parent9fdc3bb5c20e37e410e03ed5b6c71a7e647ccee8 (diff)
downloadgit-f38c2a9c9982950109d0eb0802b9713dfffeb18b.tar.gz
Merge branch 'js/patch'
* js/patch: diff.c: fix get_patch_id() t4014: fix test commit labels. format-patch: use clear_commit_marks() instead of some ad-hockery t4014: fix for whitespace from "wc -l" t4014: add format-patch --ignore-if-in-upstream test format-patch: introduce "--ignore-if-in-upstream" add diff_flush_patch_id() to calculate the patch id
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/diff.h b/diff.h
index b61fdc8f1e..d5068af7d1 100644
--- a/diff.h
+++ b/diff.h
@@ -184,4 +184,6 @@ extern int run_diff_files(struct rev_info *revs, int silent_on_removed);
extern int run_diff_index(struct rev_info *revs, int cached);
+extern int diff_flush_patch_id(struct diff_options *, unsigned char *);
+
#endif /* DIFF_H */