Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 14:13:44 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r244086 - user/uqs/git_conv
Message-ID:  <201212101413.qBAEDiKx030180@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212101413.qBAEDiKx030180>