Merge branch 'ja/doc-commit-markup-updates'
Doc updates. * ja/doc-commit-markup-updates: doc: migrate git-commit manpage secondary files to new format doc: convert git commit config to new format doc: make more direct explanations in git commit options doc: the mode param of -u of git commit is optional doc: apply new documentation guidelines to git commit
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
#include "trailer.h"
|
||||
|
||||
static const char * const builtin_commit_usage[] = {
|
||||
N_("git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]\n"
|
||||
N_("git commit [-a | --interactive | --patch] [-s] [-v] [-u[<mode>]] [--amend]\n"
|
||||
" [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>]\n"
|
||||
" [-F <file> | -m <msg>] [--reset-author] [--allow-empty]\n"
|
||||
" [--allow-empty-message] [--no-verify] [-e] [--author=<author>]\n"
|
||||
|
Reference in New Issue
Block a user