svn commit: r244086 - user/uqs/git_conv
Ulrich Spoerlein
uqs at FreeBSD.org
Mon Dec 10 14:13:44 UTC 2012
Author: uqs
Date: Mon Dec 10 14:13:44 2012
New Revision: 244086
URL: http://svnweb.freebsd.org/changeset/base/244086
Log:
Don't convert this very branch to git
In a hilarious twist of irony, the addition of '.git' directories in r244030
broke the pushing to github, as it disallows people to upload git objects that
contain ".git". While cloning from git.freebsd.org still works fine, you cannot
checkout the user/uqs/git_conv branch, so drop it from the whole conversion
ordeal.
Noticed by: gcooper
Modified:
user/uqs/git_conv/freebsd.rules
Modified: user/uqs/git_conv/freebsd.rules
==============================================================================
--- user/uqs/git_conv/freebsd.rules Mon Dec 10 14:10:00 2012 (r244085)
+++ user/uqs/git_conv/freebsd.rules Mon Dec 10 14:13:44 2012 (r244086)
@@ -72,6 +72,9 @@ match /user/simon/test.txt
end match
match /user/peter/foo.txt
end match
+# Cannot put .git directories into git, makes it unhappy
+match /user/uqs/git_conv
+end match
match /vendor/(bzip2|flex)/FREEBSD-(Xlist|upgrade)
end match
match /vendor/v4l/README
More information about the svn-src-user
mailing list