about summary refs log tree commit diff
path: root/pkgs/applications/version-management/reposurgeon/fix-preserve-type.patch
blob: ef3568b7b927bd37b7b6c759c922fecc0cbbc7c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nru reposurgeon-3.28/reposurgeon reposurgeon-3.28-new/reposurgeon
--- reposurgeon-3.28/reposurgeon	2015-07-05 15:17:13.000000000 -0400
+++ reposurgeon-3.28-new/reposurgeon	2015-08-25 18:23:11.347591137 -0400
@@ -193,7 +193,7 @@
         importer=b"git fast-import --quiet",
         checkout=b"git checkout",
         lister=b"git ls-files",
-        preserve=(b'.git/config', b'.git/hooks'),
+        preserve=set((b'.git/config', b'.git/hooks')),
         authormap=b".git/cvs-authors",
         ignorename=b".gitignore",
         dfltignores=b"",	# Has none