]> git.ipfire.org Git - thirdparty/git.git/commit - submodule.c
submodule: rename add_sha1_to_array()
authorBrandon Williams <bmwill@google.com>
Fri, 28 Apr 2017 23:53:57 +0000 (16:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 May 2017 03:17:10 +0000 (12:17 +0900)
commit419fd7866c7636e4f2e3606888273b38d8cdacd4
tree8fa2fd51acd291527ea8a7ac35a7b4adc790593e
parent027a3b943b444a3e3a76f9a89803fc10245b858f
submodule: rename add_sha1_to_array()

Rename 'add_sha1_to_array()' to 'append_oid_to_array()' to more
accurately describe what the function does, since it handles
'struct object_id' and not sha1 character arrays.

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