svn commit: r353763 - in user/uqs/git_conv: base-head.git/.git doc-head.git/.git freebsd-base.git freebsd-doc.git freebsd-ports.git ports-head.git/.git

Ulrich Spoerlein uqs at FreeBSD.org
Sat Oct 19 12:10:32 UTC 2019


Author: uqs
Date: Sat Oct 19 12:10:31 2019
New Revision: 353763
URL: https://svnweb.freebsd.org/changeset/base/353763

Log:
  Update git configs to resolve the diffs against production.

Modified:
  user/uqs/git_conv/base-head.git/.git/config
  user/uqs/git_conv/doc-head.git/.git/config
  user/uqs/git_conv/freebsd-base.git/config
  user/uqs/git_conv/freebsd-doc.git/config
  user/uqs/git_conv/freebsd-ports.git/config
  user/uqs/git_conv/ports-head.git/.git/config

Modified: user/uqs/git_conv/base-head.git/.git/config
==============================================================================
--- user/uqs/git_conv/base-head.git/.git/config	Sat Oct 19 12:03:40 2019	(r353762)
+++ user/uqs/git_conv/base-head.git/.git/config	Sat Oct 19 12:10:31 2019	(r353763)
@@ -3,10 +3,12 @@
 	filemode = true
 	bare = false
 	logallrefupdates = true
+	autocrlf = false
+	ignorecase = false
 [svn-remote "svn"]
 	rewriteRoot = svn+ssh://svn.freebsd.org/base
 	url = file:///home/svn/base
-	fetch = head:refs/remotes/trunk
+	fetch = head:refs/remotes/origin/trunk
 [push]
 	default = matching
 [remote "github"]

Modified: user/uqs/git_conv/doc-head.git/.git/config
==============================================================================
--- user/uqs/git_conv/doc-head.git/.git/config	Sat Oct 19 12:03:40 2019	(r353762)
+++ user/uqs/git_conv/doc-head.git/.git/config	Sat Oct 19 12:10:31 2019	(r353763)
@@ -3,10 +3,12 @@
 	filemode = true
 	bare = false
 	logallrefupdates = true
+	autocrlf = false
+	ignorecase = false
 [svn-remote "svn"]
 	rewriteRoot = svn+ssh://svn.freebsd.org/doc
 	url = file:///home/svn/doc
-	fetch = head:refs/remotes/trunk
+	fetch = head:refs/remotes/origin/trunk
 [push]
 	default = matching
 [remote "github"]

Modified: user/uqs/git_conv/freebsd-base.git/config
==============================================================================
--- user/uqs/git_conv/freebsd-base.git/config	Sat Oct 19 12:03:40 2019	(r353762)
+++ user/uqs/git_conv/freebsd-base.git/config	Sat Oct 19 12:10:31 2019	(r353763)
@@ -2,6 +2,8 @@
 	repositoryformatversion = 0
 	filemode = true
 	bare = true
+	autocrlf = false
+	ignorecase = false
 [push]
 	default = matching
 [remote "github"]
@@ -13,9 +15,4 @@
 	push = +refs/heads/releng/*:refs/heads/releng/*
 	push = +refs/heads/stable/*:refs/heads/stable/*
 	push = +refs/heads/user/*:refs/heads/user/*
-	push = +refs/notes/*:refs/notes/*
-[remote "bitbucket"]
-	url = ssh://git@bitbucket.org/freebsd/freebsd-base.git
-	push = +refs/heads/master:refs/heads/master
-	push = +refs/heads/stable/*:refs/heads/stable/*
 	push = +refs/notes/*:refs/notes/*

Modified: user/uqs/git_conv/freebsd-doc.git/config
==============================================================================
--- user/uqs/git_conv/freebsd-doc.git/config	Sat Oct 19 12:03:40 2019	(r353762)
+++ user/uqs/git_conv/freebsd-doc.git/config	Sat Oct 19 12:10:31 2019	(r353763)
@@ -2,6 +2,8 @@
 	repositoryformatversion = 0
 	filemode = true
 	bare = true
+	autocrlf = false
+	ignorecase = false
 [push]
 	default = matching
 [remote "github"]

Modified: user/uqs/git_conv/freebsd-ports.git/config
==============================================================================
--- user/uqs/git_conv/freebsd-ports.git/config	Sat Oct 19 12:03:40 2019	(r353762)
+++ user/uqs/git_conv/freebsd-ports.git/config	Sat Oct 19 12:10:31 2019	(r353763)
@@ -2,6 +2,8 @@
 	repositoryformatversion = 0
 	filemode = true
 	bare = true
+	autocrlf = false
+	ignorecase = false
 [push]
 	default = matching
 [remote "github"]

Modified: user/uqs/git_conv/ports-head.git/.git/config
==============================================================================
--- user/uqs/git_conv/ports-head.git/.git/config	Sat Oct 19 12:03:40 2019	(r353762)
+++ user/uqs/git_conv/ports-head.git/.git/config	Sat Oct 19 12:10:31 2019	(r353763)
@@ -3,10 +3,12 @@
 	filemode = true
 	bare = false
 	logallrefupdates = true
+	autocrlf = false
+	ignorecase = false
 [svn-remote "svn"]
 	rewriteRoot = svn+ssh://svn.freebsd.org/ports
 	url = file:///home/svn/ports
-	fetch = head:refs/remotes/trunk
+	fetch = head:refs/remotes/origin/trunk
 [push]
 	default = matching
 [remote "github"]


More information about the svn-src-user mailing list