From: Stephan Feder Date: Fri, 7 Jul 2006 13:57:08 +0000 (+0200) Subject: Add -a and --text to common diff options help X-Git-Tag: v1.4.2-rc1~65^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ca49920f6f8e7de3463757662841c608ca978888?ds=inline;hp=--cc Add -a and --text to common diff options help Signed-off-by: Stephan Feder Signed-off-by: Junio C Hamano --- ca49920f6f8e7de3463757662841c608ca978888 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 reorder diffs according to the .\n" \ " -S 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*);