diff options
author | Stephan Feder <sf@b-i-t.de> | 2006-07-07 15:57:08 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-07 12:28:04 -0700 |
commit | ca49920f6f8e7de3463757662841c608ca978888 (patch) | |
tree | 68132d63026e4f0598be9f8032d7a26689e2d10a /diff.h | |
parent | 63ac4501199ca768e95ad3442f6580e41a002a33 (diff) | |
download | git-ca49920f6f8e7de3463757662841c608ca978888.tar.gz |
Add -a and --text to common diff options help
Signed-off-by: Stephan Feder <sf@b-i-t.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -162,7 +162,8 @@ extern void diffcore_std_no_resolve(struct diff_options *); " -O<file> reorder diffs according to the <file>.\n" \ " -S<string> find filepair whose only one side contains the string.\n" \ " --pickaxe-all\n" \ -" show all files diff when -S is used and hit is found.\n" +" show all files diff when -S is used and hit is found.\n" \ +" -a --text treat all files as text.\n" extern int diff_queue_is_empty(void); extern void diff_flush(struct diff_options*); |