Make opt_parse_with_commit() non-static
commit269defdf30a4beb48f230e36f20d00ee40348ab6
authorJake Goulding <goulding@vivisimo.com>
Mon, 26 Jan 2009 14:13:23 +0000 (26 09:13 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Jan 2009 19:32:27 +0000 (28 11:32 -0800)
tree466b46fb3c837863969c49eed07017184e16ef78
parent98ef23b3b106ef8cf4dc0db34e62a39e044cf99b
Make opt_parse_with_commit() non-static

Moving opt_parse_with_commit() from branch to a common location, in
preparation for using it in tag. Rename it to match naming convention
of other option parsing functions.

Signed-off-by: Jake Goulding <goulding@vivisimo.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-branch.c
parse-options.c
parse-options.h