summaryrefslogtreecommitdiffstats
path: root/git-am.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-09 08:38:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-09 08:38:48 +0000
commitd333998e259ac1976c4d56e8b607e59cb755f700 (patch)
treeac85d47bdda6cd3eba8c06bdded33be4e05648a0 /git-am.txt
parentdfc4ce781b4e63965db805603fa55b4fa927fe6b (diff)
downloadgit-htmldocs-d333998e259ac1976c4d56e8b607e59cb755f700.tar.gz
Autogenerated HTML docs for v1.5.0-rc4-16-g9e258
Diffstat (limited to 'git-am.txt')
-rw-r--r--git-am.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/git-am.txt b/git-am.txt
index aa4ce1ddb..f7d551e2c 100644
--- a/git-am.txt
+++ b/git-am.txt
@@ -64,6 +64,10 @@ default. You could use `--no-utf8` to override this.
This flag is passed to the `git-apply` program that applies
the patch.
+-C<n>::
+ This flag is passed to the `git-apply` program that applies
+ the patch.
+
--interactive::
Run interactively, just like git-applymbox.