mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
d5dc68f730
Add tests for checking the "git rev-parse --parseopt" flag "!" and whether options can be negated with a "no-" prefix. Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
8 lines
183 B
Text
8 lines
183 B
Text
some-command [options] <args>...
|
|
|
|
some-command does foo and bar!
|
|
--
|
|
foo can be negated
|
|
no-bar can be positivated
|
|
positive-only! cannot be negated
|
|
no-negative! cannot be positivated
|