File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
--------
10
10
[verse]
11
11
'git commit' [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
12
- [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>) ]
12
+ [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>]
13
13
[-F <file> | -m <msg>] [--reset-author] [--allow-empty]
14
14
[--allow-empty-message] [--no-verify] [-e] [--author=<author>]
15
15
[--date=<date>] [--cleanup=<mode>] [--[no-]status]
Original file line number Diff line number Diff line change 41
41
42
42
static const char * const builtin_commit_usage [] = {
43
43
N_ ("git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]\n"
44
- " [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>) ]\n"
44
+ " [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>]\n"
45
45
" [-F <file> | -m <msg>] [--reset-author] [--allow-empty]\n"
46
46
" [--allow-empty-message] [--no-verify] [-e] [--author=<author>]\n"
47
47
" [--date=<date>] [--cleanup=<mode>] [--[no-]status]\n"
You can’t perform that action at this time.
0 commit comments