We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ac450 commit ca49920Copy full SHA for ca49920
diff.h
@@ -162,7 +162,8 @@ extern void diffcore_std_no_resolve(struct diff_options *);
162
" -O<file> reorder diffs according to the <file>.\n" \
163
" -S<string> find filepair whose only one side contains the string.\n" \
164
" --pickaxe-all\n" \
165
-" 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" \
166
+" -a --text treat all files as text.\n"
167
168
extern int diff_queue_is_empty(void);
169
extern void diff_flush(struct diff_options*);
0 commit comments