svn commit: r355911 - user/uqs/git_conv

Ulrich Spoerlein uqs at FreeBSD.org
Thu Dec 19 15:11:02 UTC 2019


Author: uqs
Date: Thu Dec 19 15:11:01 2019
New Revision: 355911
URL: https://svnweb.freebsd.org/changeset/base/355911

Log:
  Ignore 2 empty commits.

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

Modified: user/uqs/git_conv/freebsd-base.rules
==============================================================================
--- user/uqs/git_conv/freebsd-base.rules	Thu Dec 19 10:22:16 2019	(r355910)
+++ user/uqs/git_conv/freebsd-base.rules	Thu Dec 19 15:11:01 2019	(r355911)
@@ -25,6 +25,15 @@ max revision 244487
 end match
 match /svnadmin/.*
 end match
+# Skip empty vendor dir creation and branch
+match /vendor/.*
+min revision 355814
+max revision 355814
+end match
+match /vendor/.*
+min revision 355815
+max revision 355815
+end match
 
 match /head/
   repository freebsd-base.git


More information about the svn-src-user mailing list