Make opt_parse_with_commit() non-static
authorJake Goulding <redacted>
Mon, 26 Jan 2009 14:13:23 +0000 (09:13 -0500)
committerJunio C Hamano <redacted>
Wed, 28 Jan 2009 19:32:27 +0000 (11:32 -0800)
commit269defdf30a4beb48f230e36f20d00ee40348ab6
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin-branch.c
parse-options.c
parse-options.h
git clone https://git.99rst.org/PROJECT