Explorar el Código

allow core.logallrefupdates in config

This is one of the standard settings and not something dpkg-source
should complain about.
Joey Hess hace 19 años
padre
commit
95222fcb2f
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      scripts/Dpkg/Source/VCS/git.pm

+ 3 - 2
scripts/Dpkg/Source/VCS/git.pm

@@ -135,8 +135,9 @@ sub post_unpack_tar {
 		branch\..*			|
 		remote\..*			|
 		core\.repositoryformatversion	|
-		core.filemode			|
-		core.bare
+		core\.filemode			|
+		core\.logallrefupdates		|
+		core\.bare
 		)$/x;
 	my $removed="";
 	# This needs to be an absolute path, for some reason.