Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 08:28:31 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r255875 - user/uqs/git_conv
Message-ID:  <201309260828.r8Q8SVHF038134@svn.freebsd.org>

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



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