diff options
author | Petr Baudis <pasky@suse.cz> | 2006-04-11 13:22:17 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-11 11:16:51 -0700 |
commit | 5c91da25d7da304d98c8808968f474f9fb7ac4db (patch) | |
tree | 7a6b67072f6759d47aa9f7e108f048d0351f1a5f /Documentation/diff-options.txt | |
parent | 86ff1d2012cc5e074d54c0823154019b99ca03f0 (diff) | |
download | git-5c91da25d7da304d98c8808968f474f9fb7ac4db.tar.gz |
Document --patch-with-raw
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r-- | Documentation/diff-options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index ec6811c718..338014c816 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -4,6 +4,9 @@ -u:: Synonym for "-p". +--patch-with-raw:: + Generate patch but keep also the default raw diff output. + -z:: \0 line termination on output |