author | Eric Wong <normalperson@yhbt.net> | |
Sun, 1 Feb 2009 01:31:12 +0000 (17:31 -0800) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Wed, 11 Feb 2009 10:00:42 +0000 (02:00 -0800) | ||
commit | 4c58a7111d9fb4f62ca041fc73e8aec0a2f9c800 | |
tree | 98e6180b27c1c00c169168842a2d72ecba41ba0f | tree | snapshot |
parent | 1b53a076fc3e3dc58e67971df18df0ce973a3ff9 | commit | diff |
git-svn: allow disabling expensive broken symlink checks
Since dbc6c74d0858d77e61e092a48d467e725211f8e9, git-svn has had
an expensive check for broken symlinks that exist in some
repositories. This leads to a heavy performance hit on
repositories with many empty blobs that are not supposed to be
symlinks.
The workaround is enabled by default; and may be disabled via:
git config svn.brokenSymlinkWorkaround false
Reported by Markus Heidelberg.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Since dbc6c74d0858d77e61e092a48d467e725211f8e9, git-svn has had
an expensive check for broken symlinks that exist in some
repositories. This leads to a heavy performance hit on
repositories with many empty blobs that are not supposed to be
symlinks.
The workaround is enabled by default; and may be disabled via:
git config svn.brokenSymlinkWorkaround false
Reported by Markus Heidelberg.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Documentation/git-svn.txt | diff | blob | history | |
git-svn.perl | diff | blob | history | |
t/t9131-git-svn-empty-symlink.sh | diff | blob | history |