File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ SYNOPSIS
10
10
--------
11
11
[verse]
12
12
'git commit-tree' <tree> [(-p <parent>)...] < changelog
13
- 'git commit-tree' [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...] <tree>
13
+ 'git commit-tree' [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...]
14
+ [(-F <file>)...] <tree>
15
+
14
16
15
17
DESCRIPTION
16
18
-----------
@@ -52,6 +54,9 @@ OPTIONS
52
54
Read the commit log message from the given file. Use `-` to read
53
55
from the standard input.
54
56
57
+ -S[<keyid>]::
58
+ GPG-sign commit.
59
+
55
60
56
61
Commit Information
57
62
------------------
Original file line number Diff line number Diff line change 10
10
#include "utf8.h"
11
11
#include "gpg-interface.h"
12
12
13
- static const char commit_tree_usage [] = "git commit-tree [(-p <sha1>)...] [-S<signer> ] [-m <message>] [-F <file>] <sha1> <changelog" ;
13
+ static const char commit_tree_usage [] = "git commit-tree [(-p <sha1>)...] [-S[<keyid>] ] [-m <message>] [-F <file>] <sha1> <changelog" ;
14
14
15
15
static void new_parent (struct commit * parent , struct commit_list * * parents_p )
16
16
{
You can’t perform that action at this time.
0 commit comments