summaryrefslogtreecommitdiffstats
path: root/git-interpret-trailers.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-03-25 17:26:23 -0700
committerJunio C Hamano <gitster@pobox.com>2024-03-25 17:26:23 -0700
commit8842ccc9dc941b70fd8eccbfcd41acac8627f67f (patch)
tree96a88c84fcd5e6707814050b8c611f3cfe07cbae /git-interpret-trailers.txt
parentfd4c4dc9f73ff03dad1eb33a5ec51e32dfcb2b4b (diff)
downloadgit-htmldocs-8842ccc9dc941b70fd8eccbfcd41acac8627f67f.tar.gz
Autogenerated HTML docs for v2.44.0-368-gc75fd
Diffstat (limited to 'git-interpret-trailers.txt')
-rw-r--r--git-interpret-trailers.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-interpret-trailers.txt b/git-interpret-trailers.txt
index 418265f04..d9dfb75fe 100644
--- a/git-interpret-trailers.txt
+++ b/git-interpret-trailers.txt
@@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
'git interpret-trailers' [--in-place] [--trim-empty]
- [(--trailer (<key>|<keyAlias>)[(=|:)<value>])...]
+ [(--trailer (<key>|<key-alias>)[(=|:)<value>])...]
[--parse] [<file>...]
DESCRIPTION
@@ -67,9 +67,9 @@ key: value
This means that the trimmed <key> and <value> will be separated by
`': '` (one colon followed by one space).
-For convenience, a <keyAlias> can be configured to make using `--trailer`
+For convenience, a <key-alias> can be configured to make using `--trailer`
shorter to type on the command line. This can be configured using the
-'trailer.<keyAlias>.key' configuration variable. The <keyAlias> must be a prefix
+'trailer.<key-alias>.key' configuration variable. The <keyAlias> must be a prefix
of the full <key> string, although case sensitivity does not matter. For
example, if you have