]> git.ipfire.org Git - thirdparty/git.git/commit - submodule.c
submodule: remove add_oid_to_argv()
authorBrandon Williams <bmwill@google.com>
Fri, 28 Apr 2017 23:53:59 +0000 (16:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 May 2017 03:19:06 +0000 (12:19 +0900)
commitd1a8460caac1a19457e352a6b610b7bc89cd56d9
treedd26307725ea74bd9fcdb66c8c21141d140e4750
parent610b233704638372834777ebf6ed3ab8829ec259
submodule: remove add_oid_to_argv()

The function 'add_oid_to_argv()' provides the same functionality as
'append_oid_to_argv()'.  Remove this duplicate function and instead use
'append_oid_to_argv()' where 'add_oid_to_argv()' was previously used.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
submodule.c