Skip to content

Commit

Permalink
Add -a and --text to common diff options help
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Feder <sf@b-i-t.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Stephan Feder authored and Junio C Hamano committed Jul 7, 2006
1 parent 63ac450 commit ca49920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion diff.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*);
Expand Down

0 comments on commit ca49920

Please sign in to comment.