svn commit: r255875 - user/uqs/git_conv

Ulrich Spoerlein uqs at FreeBSD.org
Thu Sep 26 08:28:32 UTC 2013


Author: uqs
Date: Thu Sep 26 08:28:31 2013
New Revision: 255875
URL: http://svnweb.freebsd.org/changeset/base/255875

Log:
  Update the git exporter rules with new file matches to ignore

Modified:
  user/uqs/git_conv/freebsd-base.rules

Modified: user/uqs/git_conv/freebsd-base.rules
==============================================================================
--- user/uqs/git_conv/freebsd-base.rules	Thu Sep 26 07:53:18 2013	(r255874)
+++ user/uqs/git_conv/freebsd-base.rules	Thu Sep 26 08:28:31 2013	(r255875)
@@ -86,12 +86,12 @@ end match
 match /user/peter/foo.txt
 end match
 # Not a branch, ignore
-match /user/peterj/.*
+match /user/(nwhitehorn|peterj)/.*
 end match
 # Cannot put .git directories into git, makes it unhappy
 match /user/uqs/git_conv
 end match
-match /vendor/(atf|v4l)/README.*
+match /vendor/(atf|ldns-host|v4l)/README.*
 end match
 match /vendor/(apr|apr-util|atf|bzip2|flex|serf|subversion)/FREEBSD-(Xlist|upgrade)
 end match


More information about the svn-src-user mailing list