File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,15 @@ usage: git fmt-diff [<options>] [<commit>] [--] [<path>...]
2121 or: git fmt-diff [<options>] <blob> <blob>
2222
2323options:
24- -h display this help and exit
25- --cached view the changes you staged for the next commit relative to
26- the named <commit> (which, if not provided, defaults to HEAD)
27- --staged a synonym of --cached
28- --color always show colors
29- --no-color turn off colored diff
30- --config <file> read config from specified file rather than $GIT_DIR/.git-fmt-diff
24+ -h display this help and exit
25+ --cached view the changes you staged for the next commit relative
26+ to the named <commit> (which defaults to HEAD)
27+ --staged a synonym of --cached
28+ --color always show colors
29+ --no-color turn off colored diff
30+ --config <file> read config from specified file rather than \$GIT_DIR/.git-$gc_prog_name
31+ --warn-risky-stderr redirects warning about potential unsolicited changes in suggestions to stderr;
32+ option not recommended as the warning blocks dangerous 'git apply'
3133```
3234
3335## Installation
You can’t perform that action at this time.
0 commit comments