Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorStephan Feder <sf@b-i-t.de>2006-07-07 17:57:08 +0400
committerJunio C Hamano <junkio@cox.net>2006-07-07 23:28:04 +0400
commitca49920f6f8e7de3463757662841c608ca978888 (patch)
tree68132d63026e4f0598be9f8032d7a26689e2d10a /diff.h
parent63ac4501199ca768e95ad3442f6580e41a002a33 (diff)
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 f80f64608a..8ab0448a12 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*);