diff options
author | Junio C Hamano <junkio@cox.net> | 2006-06-28 23:42:40 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-28 23:42:40 -0700 |
commit | f38c2a9c9982950109d0eb0802b9713dfffeb18b (patch) | |
tree | 4a6eaddf3b13001890946291b595255a13f403e6 /diff.h | |
parent | abc02670169cee9541793a86324a014272ca8ed5 (diff) | |
parent | 9fdc3bb5c20e37e410e03ed5b6c71a7e647ccee8 (diff) | |
download | git-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |