i18n: rebase-interactive: mark strings for translation
[gitweb.git] / Documentation / git-commit-tree.txt
index cafdc9642d312776b0122c4d010a9e9246bad8ff..cb69faab686285050d121b1bd64f509a0b561f3e 100644 (file)
@@ -9,7 +9,7 @@ git-commit-tree - Create a new commit object
 SYNOPSIS
 --------
 [verse]
-'git commit-tree' <tree> [(-p <parent>)...] < changelog
+'git commit-tree' <tree> [(-p <parent>)...]
 'git commit-tree' [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...]
                  [(-F <file>)...] <tree>
 
@@ -55,7 +55,14 @@ OPTIONS
        from the standard input.
 
 -S[<keyid>]::
-       GPG-sign commit.
+--gpg-sign[=<keyid>]::
+       GPG-sign commits. The `keyid` argument is optional and
+       defaults to the committer identity; if specified, it must be
+       stuck to the option without a space.
+
+--no-gpg-sign::
+       Do not GPG-sign commit, to countermand a `--gpg-sign` option
+       given earlier on the command line.
 
 
 Commit Information