1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-06 11:26:10 +02:00

Document --patch-with-raw

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Petr Baudis 2006-04-11 13:22:17 +02:00 committed by Junio C Hamano
parent 86ff1d2012
commit 5c91da25d7
2 changed files with 5 additions and 0 deletions

View File

@ -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

2
diff.h
View File

@ -113,6 +113,8 @@ extern void diffcore_std_no_resolve(struct diff_options *);
" -z output diff-raw with lines terminated with NUL.\n" \
" -p output patch format.\n" \
" -u synonym for -p.\n" \
" --patch-with-raw\n" \
" output both a patch and the diff-raw format.\n" \
" --name-only show only names of changed files.\n" \
" --name-status show names and status of changed files.\n" \
" --full-index show full object name on index lines.\n" \