]> git.99rst.org Git - git.git/commit
merge: don't document non-existing --compact-summary argument
authorRené Scharfe <redacted>
Sat, 9 Aug 2025 10:00:16 +0000 (12:00 +0200)
committerJunio C Hamano <redacted>
Sun, 10 Aug 2025 00:11:19 +0000 (17:11 -0700)
commitad459fd44cf43fe8e506f9c72c54a69407ffcb13
tree79cd840daab46c275605989df45830da8443588c
parentc8b4805897aa12305389c76480e1d59c4696f2ac
merge: don't document non-existing --compact-summary argument

3a54f5bd5d (merge/pull: add the "--compact-summary" option, 2025-06-12)
added the option --compact-summary to both merge and pull.  It takes no
no argument, but for merge it got an argument help string.  Remove it,
since it is unnecessary.

Signed-off-by: René Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/merge.c
git clone https://git.99rst.org/PROJECT