]> git.ipfire.org Git - thirdparty/git.git/commit - builtin-branch.c
Use OPT_SET_INT and OPT_BIT in builtin-branch
authorPierre Habouzit <madcoder@debian.org>
Wed, 7 Nov 2007 10:20:28 +0000 (11:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Nov 2007 00:54:15 +0000 (16:54 -0800)
commitd11d44faee3334755b2b66618494cd901d226d6f
tree65ca6006a9bbd1c403fa52f9246db4c70ebb7f61
parentdb7244bd5be12e389badb9cec621dbbcfa11f59a
Use OPT_SET_INT and OPT_BIT in builtin-branch

Also remove a spurious after-check on --abbrev (OPT__ABBREV already takes
care of that)

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-branch.c