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~58^2~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ca49920f6f8e7de3463757662841c608ca978888;p=git.git Add -a and --text to common diff options help Signed-off-by: Stephan Feder Signed-off-by: Junio C Hamano --- diff --git a/diff.h b/diff.h index f80f64608..8ab0448a1 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*);