author | Karl Hasselström <kha@treskal.com> | |
Sun, 26 Feb 2006 05:11:29 +0000 (06:11 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 27 Feb 2006 05:34:42 +0000 (21:34 -0800) | ||
commit | c55f3fff35ac34e6d1f0f686e27029612775e51d | |
tree | 74668dce83c41d2fed3f2fac51825d40206cfc9c | tree | snapshot |
parent | 4802426ddbf518f30f53cc572d619495ab52e4f7 | commit | diff |
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>
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 | diff | blob | history | |
git-svnimport.perl | diff | blob | history |