Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
builtin/push.c: use OPT_BOOL, not OPT_BOOLEAN
author
Junio C Hamano
<gitster@pobox.com>
Mon, 8 Jul 2013 21:50:27 +0000
(14:50 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 9 Jul 2013 05:19:15 +0000
(22:19 -0700)
The command line parser of "git push" for "--tags", "--delete", and
"--thin" options still used outdated OPT_BOOLEAN. Because these
options do not give escalating levels when given multiple times,
they should use OPT_BOOL.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
ab22d2e
)
No differences found