diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-22 04:04:46 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-22 04:04:46 -0700 |
commit | 623ac4c89614c223571c5f027b3657fa5d17d971 (patch) | |
tree | cb8851d8de4752c7aee13cc8c5cd7311be87d75d /diff.h | |
parent | Merge branch 'jc/diff' into next (diff) | |
parent | Libified diff-index: backward compatibility fix. (diff) | |
download | tgif-623ac4c89614c223571c5f027b3657fa5d17d971.tar.xz |
Merge branch 'jc/diff' into next
* jc/diff:
Libified diff-index: backward compatibility fix.
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,6 +171,6 @@ extern const char *diff_unique_abbrev(const unsigned char *, int); extern int run_diff_files(struct rev_info *revs, int silent_on_removed); -extern int run_diff_index(struct rev_info *revs, int cached, int match_missing); +extern int run_diff_index(struct rev_info *revs, int cached); #endif /* DIFF_H */ |