git reflog show
[gitweb.git] / Documentation / git-am.txt
index aa4ce1ddb051e9fa57836563d9480e0be5425005..f7d551e2c71ebee44762ea11b161632c4dab4e65 100644 (file)
@@ -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.