summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Paolo Bonzini <pbonzini@redhat.com>2017-08-01 11:03:33 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-08-14 12:23:28 -0700
commitc88bf5436d84762a474048a0a57409a8f2fa2c6b (patch)
tree7aa53b0e4f872030fe4960e3b0096a4266e744ba
parentinterpret-trailers: add options for actions (diff)
downloadtgif-c88bf5436d84762a474048a0a57409a8f2fa2c6b.tar.xz
interpret-trailers: fix documentation typo
Self-explanatory... trailer.ifexists is documented with the right name, but after a while it switches to ifexist. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-interpret-trailers.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt
index 76d5fdfaf0..0ef93204f1 100644
--- a/Documentation/git-interpret-trailers.txt
+++ b/Documentation/git-interpret-trailers.txt
@@ -193,8 +193,8 @@ trailer.<token>.where::
configuration variable and it overrides what is specified by
that option for trailers with the specified <token>.
-trailer.<token>.ifexist::
- This option takes the same values as the 'trailer.ifexist'
+trailer.<token>.ifexists::
+ This option takes the same values as the 'trailer.ifexists'
configuration variable and it overrides what is specified by
that option for trailers with the specified <token>.