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 99--------
1010[verse]
1111'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>]
1313 [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
1414 [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
1515 [--date=<date>] [--cleanup=<mode>] [--[no-]status]
Original file line number Diff line number Diff line change 4141
4242static const char * const builtin_commit_usage [] = {
4343 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"
4545 " [-F <file> | -m <msg>] [--reset-author] [--allow-empty]\n"
4646 " [--allow-empty-message] [--no-verify] [-e] [--author=<author>]\n"
4747 " [--date=<date>] [--cleanup=<mode>] [--[no-]status]\n"
You can’t perform that action at this time.
0 commit comments