Skip to content

Commit 0b9a9dd

Browse files
aeruderJunio C Hamano
authored andcommitted
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>
1 parent 982f65a commit 0b9a9dd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Documentation/git-apply.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ git-apply - Apply a patch on a git index file and a working tree
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply]
13-
[--no-add] [--index-info] [--allow-binary-replacement | --binary]
14-
[-R | --reverse] [--reject] [-z] [-pNUM] [-CNUM] [--inaccurate-eof]
15-
[--whitespace=<nowarn|warn|error|error-all|strip>] [--exclude=PATH]
16-
[--cached] [--verbose] [<patch>...]
12+
'git-apply' [--stat] [--numstat] [--summary] [--check] [--index]
13+
[--apply] [--no-add] [--index-info] [-R | --reverse]
14+
[--allow-binary-replacement | --binary] [--reject] [-z]
15+
[-pNUM] [-CNUM] [--inaccurate-eof] [--cached]
16+
[--whitespace=<nowarn|warn|error|error-all|strip>]
17+
[--exclude=PATH] [--verbose] [<patch>...]
1718

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

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

0 commit comments

Comments
 (0)