svnimport: Convert the svn:ignore property
authorKarl Hasselström <kha@treskal.com>
Sun, 26 Feb 2006 05:11:29 +0000 (06:11 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Feb 2006 05:34:42 +0000 (21:34 -0800)
commitc55f3fff35ac34e6d1f0f686e27029612775e51d
tree74668dce83c41d2fed3f2fac51825d40206cfc9c
parent4802426ddbf518f30f53cc572d619495ab52e4f7
svnimport: Convert the svn:ignore property

Put the value of the svn:ignore property in a regular file when
converting a Subversion repository to GIT. The Subversion and GIT
ignore syntaxes are similar enough that it often just works to set the
filename to .gitignore and do nothing else.

Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-svnimport.txt
git-svnimport.perl