Skip to content

Commit 47220d6

Browse files
authored
Update README.md
1 parent 8c37954 commit 47220d6

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ usage: git fmt-diff [<options>] [<commit>] [--] [<path>...]
2121
or: git fmt-diff [<options>] <blob> <blob>
2222
2323
options:
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

0 commit comments

Comments
 (0)