Index: user/uqs/git_conv/freebsd-base.git/config =================================================================== --- user/uqs/git_conv/freebsd-base.git/config (revision 290653) +++ user/uqs/git_conv/freebsd-base.git/config (revision 290654) @@ -1,31 +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 "bitbucket"] url = ssh://git@bitbucket.org/freebsd/freebsd-base.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/*