svn commit: r244789 - user/uqs/git_conv/freebsd-base.git

Ulrich Spoerlein uqs at FreeBSD.org
Fri Dec 28 21:49:40 UTC 2012


Author: uqs
Date: Fri Dec 28 21:49:40 2012
New Revision: 244789
URL: http://svnweb.freebsd.org/changeset/base/244789

Log:
  add git config for repo reroll

Added:
  user/uqs/git_conv/freebsd-base.git/config
     - copied unchanged from r244754, user/uqs/git_conv/freebsd.git/config
Directory Properties:
  user/uqs/git_conv/freebsd-base.git/   (props changed)

Copied: user/uqs/git_conv/freebsd-base.git/config (from r244754, user/uqs/git_conv/freebsd.git/config)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/uqs/git_conv/freebsd-base.git/config	Fri Dec 28 21:49:40 2012	(r244789, copy of r244754, user/uqs/git_conv/freebsd.git/config)
@@ -0,0 +1,22 @@
+[core]
+	repositoryformatversion = 0
+	filemode = true
+	bare = true
+[remote "github"]
+	url = src.github.com:freebsd/freebsd.git
+	push = +refs/heads/master:refs/heads/master
+	push = +refs/heads/release/*:refs/heads/release/*
+	push = +refs/heads/releng/*:refs/heads/releng/*
+	push = +refs/heads/stable/*:refs/heads/stable/*
+	push = +refs/heads/projects/*:refs/heads/projects/*
+	push = +refs/heads/user/*:refs/heads/user/*
+	push = +refs/notes/*:refs/notes/*
+[remote "googlecode"]
+	url = https://code.google.com/p/freebsd
+	push = +refs/heads/master:refs/heads/master
+	push = +refs/heads/release/*:refs/heads/release/*
+	push = +refs/heads/releng/*:refs/heads/releng/*
+	push = +refs/heads/stable/*:refs/heads/stable/*
+	push = +refs/heads/projects/*:refs/heads/projects/*
+	push = +refs/heads/user/*:refs/heads/user/*
+	push = +refs/notes/*:refs/notes/*


More information about the svn-src-user mailing list