]> git.ipfire.org Git - thirdparty/git.git/commit
git-svn: add public property `svn:global-ignores`
authorAlex Galvin <agalvin@comqi.com>
Thu, 18 Jul 2024 20:47:36 +0000 (20:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2024 22:48:06 +0000 (15:48 -0700)
commit5c5877b93ce75b149747c5dc32530222e8247d63
treeff665a34dea389765223640813aac3133661d44c
parentd19b6cd2dd72dc811f19df4b32c7ed223256c3ee
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 <agalvin@comqi.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git/SVN.pm