Skip to content

Commit 5c5877b

Browse files
av-galgitster
authored andcommitted
git-svn: add public property svn:global-ignores
Subversion 1.8 added a new property `svn:global-ignores`. It contains a list of patterns used to determine what files should be ignored. If Git-SVN is going to ignore these files as well, it is important that we do not skip over directories that have this property set. Signed-off-by: Alex Galvin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d19b6cd commit 5c5877b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl/Git/SVN.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ sub prop_walk {
763763
# this needs to be updated.
764764
++$interesting_props if /^svn:(?:ignore|keywords|executable
765765
|eol-style|mime-type
766-
|externals|needs-lock)$/x;
766+
|externals|needs-lock|global-ignores)$/x;
767767
}
768768
&$sub($self, $p, $props) if $interesting_props;
769769

0 commit comments

Comments
 (0)