Browse Source

Update git-apply documentation

Document -v (short form of --verbose).  Redo usage
to not wrap on 80 column terminal with typical
settings.

Signed-off-by: Andrew Ruder <andy@aeruder.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Andrew Ruder 18 years ago committed by Junio C Hamano
parent
commit
0b9a9dd00a
  1. 13
      Documentation/git-apply.txt

13
Documentation/git-apply.txt

@ -9,11 +9,12 @@ git-apply - Apply a patch on a git index file and a working tree
SYNOPSIS SYNOPSIS
-------- --------
[verse] [verse]
'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply] 'git-apply' [--stat] [--numstat] [--summary] [--check] [--index]
[--no-add] [--index-info] [--allow-binary-replacement | --binary] [--apply] [--no-add] [--index-info] [-R | --reverse]
[-R | --reverse] [--reject] [-z] [-pNUM] [-CNUM] [--inaccurate-eof] [--allow-binary-replacement | --binary] [--reject] [-z]
[--whitespace=<nowarn|warn|error|error-all|strip>] [--exclude=PATH] [-pNUM] [-CNUM] [--inaccurate-eof] [--cached]
[--cached] [--verbose] [<patch>...] [--whitespace=<nowarn|warn|error|error-all|strip>]
[--exclude=PATH] [--verbose] [<patch>...]


DESCRIPTION DESCRIPTION
----------- -----------
@ -158,7 +159,7 @@ discouraged.
correctly. This option adds support for applying such patches by correctly. This option adds support for applying such patches by
working around this bug. working around this bug.


--verbose:: -v, --verbose::
Report progress to stderr. By default, only a message about the Report progress to stderr. By default, only a message about the
current patch being applied will be printed. This option will cause current patch being applied will be printed. This option will cause
additional information to be reported. additional information to be reported.

Loading…
Cancel
Save