]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/fast-import.c
fast-import: permit reading multiple marks files
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 22 Feb 2020 20:17:45 +0000 (20:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Feb 2020 17:53:40 +0000 (09:53 -0800)
commitddddf8d7e254f4af6297d0ed62ea6a5d7eabdb64
tree0e96e1f2ee818f2eebabad32cf659e47a166bd1b
parent42d4e1d1128fa1cb56032ac58f65ea3dd1296a9a
fast-import: permit reading multiple marks files

In the future, we'll want to read marks files for submodules as well.
Refactor the existing code to make it possible to read multiple marks
files, each into their own marks set.

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