summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorStephan Feder <sf@b-i-t.de>2006-07-07 13:57:08 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-07 19:28:04 (GMT)
commitca49920f6f8e7de3463757662841c608ca978888 (patch)
tree68132d63026e4f0598be9f8032d7a26689e2d10a /diff.h
parent63ac4501199ca768e95ad3442f6580e41a002a33 (diff)
downloadgit-ca49920f6f8e7de3463757662841c608ca978888.zip
git-ca49920f6f8e7de3463757662841c608ca978888.tar.gz
git-ca49920f6f8e7de3463757662841c608ca978888.tar.bz2
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/diff.h b/diff.h
index f80f646..8ab0448 100644
--- a/diff.h
+++ b/diff.h
@@ -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*);