]> git.ipfire.org Git - thirdparty/git.git/commit - list-objects.c
list-objects: store common func args in struct
authorMatthew DeVore <matvore@google.com>
Mon, 13 Aug 2018 18:14:28 +0000 (11:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Aug 2018 22:17:32 +0000 (15:17 -0700)
commitf447a499dbb8be3a9f76f8099938129c74fcbd32
tree300a02d0997f38157c6b1030f69e0ffe8f16d1e9
parent1d89318c48d233d52f1db230cf622935ac3c69fa
list-objects: store common func args in struct

This will make utility functions easier to create, as done by the next
patch.

Signed-off-by: Matthew DeVore <matvore@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
list-objects.c