]> git.ipfire.org Git - thirdparty/git.git/commit - submodule.c
submodule: convert show_submodule_summary to use struct object_id *
authorJacob Keller <jacob.keller@gmail.com>
Wed, 31 Aug 2016 23:27:23 +0000 (16:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 1 Sep 2016 01:07:10 +0000 (18:07 -0700)
commit602a283afb225ea094f4582e02e94cfd7f5cabf0
tree1d85b1ee06d04791e238c036c0e222c9081e18a1
parent99b43a61f2daf5fe183056e5bf2a75a8a81a28bf
submodule: convert show_submodule_summary to use struct object_id *

Since we're going to be changing this function in a future patch, lets
go ahead and convert this to use object_id now.

Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c
submodule.c
submodule.h