author | Eric Wong <normalperson@yhbt.net> | |
Wed, 18 Apr 2007 07:17:33 +0000 (00:17 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 18 Apr 2007 19:39:04 +0000 (12:39 -0700) | ||
commit | 0c1ec5a1f769021ebe96dfff493c561921dbba52 | |
tree | bf4c163dba9ba4ecaa985ddf8e8d82909313ea59 | tree | snapshot |
parent | 1401f46bb42d1eb6225a5e08543c06a5b18fd3b7 | commit | diff |
git-svn: don't allow globs to match regular files
git only tracks the histories of full directories, not
that of individual files. Sometimes, SVN users will
place[1] a regular file in the directory designated
for subdirectories of branches or tags.
Thanks to jrockway on #git for pointing this out.
[1] mistakenly or otherwise, such as a README
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git only tracks the histories of full directories, not
that of individual files. Sometimes, SVN users will
place[1] a regular file in the directory designated
for subdirectories of branches or tags.
Thanks to jrockway on #git for pointing this out.
[1] mistakenly or otherwise, such as a README
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/RelNotes-1.5.1.1.txt | diff | blob | history | |
git-svn.perl | diff | blob | history |