diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-01-16 12:40:28 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-01-16 12:40:28 -0800 |
| commit | ffae4da0128e035acd1887654c98b4f02785adec (patch) | |
| tree | eccf4ae983063e15e2bac5be4be3043e5446005b /builtin | |
| parent | 1cb041f795d1424a3e31feb94672d1a1fe06d0a2 (diff) | |
| parent | 3f051fc9c9f9e719ad0e37b66737b466b82d17b3 (diff) | |
| download | git-ffae4da0128e035acd1887654c98b4f02785adec.tar.xz | |
Merge branch 'kh/doc-patch-id'
"git patch-id" documentation updates.
* kh/doc-patch-id:
doc: patch-id: --verbatim locks in --stable
doc: patch-id: spell out the git-diff-tree(1) form
doc: patch-id: use definite article for the result
patch-id: use “patch ID” throughout
doc: patch-id: capitalize Git version
doc: patch-id: don’t use semicolon between bullet points
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/patch-id.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/patch-id.c b/builtin/patch-id.c index d26e9d0c1e..2781598ede 100644 --- a/builtin/patch-id.c +++ b/builtin/patch-id.c @@ -228,9 +228,9 @@ int cmd_patch_id(int argc, int opts = 0; struct option builtin_patch_id_options[] = { OPT_CMDMODE(0, "unstable", &opts, - N_("use the unstable patch-id algorithm"), 1), + N_("use the unstable patch ID algorithm"), 1), OPT_CMDMODE(0, "stable", &opts, - N_("use the stable patch-id algorithm"), 2), + N_("use the stable patch ID algorithm"), 2), OPT_CMDMODE(0, "verbatim", &opts, N_("don't strip whitespace from the patch"), 3), OPT_END() |
