summaryrefslogtreecommitdiffstats
path: root/git-apply.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-17 08:28:11 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-17 08:28:11 +0000
commit0e3cb537e5dee1347d53fc91ed855a1e84127503 (patch)
tree96798e6364c62384423f5a2490c9630dfea97a60 /git-apply.txt
parent29ee16327f63eaf6dfd0a3348669ea607e921032 (diff)
downloadgit-htmldocs-0e3cb537e5dee1347d53fc91ed855a1e84127503.tar.gz
Autogenerated HTML docs for v1.5.1.1-135-gf948
Diffstat (limited to 'git-apply.txt')
-rw-r--r--git-apply.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/git-apply.txt b/git-apply.txt
index 065ba1bf2..3bd2c995d 100644
--- a/git-apply.txt
+++ b/git-apply.txt
@@ -9,11 +9,12 @@ git-apply - Apply a patch on a git index file and a working tree
SYNOPSIS
--------
[verse]
-'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply]
- [--no-add] [--index-info] [--allow-binary-replacement | --binary]
- [-R | --reverse] [--reject] [-z] [-pNUM] [-CNUM] [--inaccurate-eof]
- [--whitespace=<nowarn|warn|error|error-all|strip>] [--exclude=PATH]
- [--cached] [--verbose] [<patch>...]
+'git-apply' [--stat] [--numstat] [--summary] [--check] [--index]
+ [--apply] [--no-add] [--index-info] [-R | --reverse]
+ [--allow-binary-replacement | --binary] [--reject] [-z]
+ [-pNUM] [-CNUM] [--inaccurate-eof] [--cached]
+ [--whitespace=<nowarn|warn|error|error-all|strip>]
+ [--exclude=PATH] [--verbose] [<patch>...]
DESCRIPTION
-----------
@@ -158,7 +159,7 @@ discouraged.
correctly. This option adds support for applying such patches by
working around this bug.
---verbose::
+-v, --verbose::
Report progress to stderr. By default, only a message about the
current patch being applied will be printed. This option will cause
additional information to be reported.