]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/fast-import.c
fast-import: make find_marks work on any mark set
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 22 Feb 2020 20:17:47 +0000 (20:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Feb 2020 17:53:41 +0000 (09:53 -0800)
commit11d8ef3ee7ab8cfe56a4276ea4b62794d23293e3
treef4f79bc9b5afb3446faca8867bf28b94d0d59f98
parentabe0cc536414f2b9cfa37f208b36df5126e6356a
fast-import: make find_marks work on any mark set

In the future, we'll use multiple different mark sets with this
function, so make it take an argument that points to the mark set to
operate on.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fast-import.c