Index: user/uqs/git_conv/base-head.git/.git/config =================================================================== --- user/uqs/git_conv/base-head.git/.git/config (revision 353762) +++ user/uqs/git_conv/base-head.git/.git/config (revision 353763) @@ -1,15 +1,17 @@ [core] repositoryformatversion = 0 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"] url = base.github.com:freebsd/freebsd.git fetch = +refs/heads/*:refs/remotes/github/* push = +refs/remotes/trunk:refs/heads/svn_head Index: user/uqs/git_conv/doc-head.git/.git/config =================================================================== --- user/uqs/git_conv/doc-head.git/.git/config (revision 353762) +++ user/uqs/git_conv/doc-head.git/.git/config (revision 353763) @@ -1,15 +1,17 @@ [core] repositoryformatversion = 0 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"] url = doc.github.com:freebsd/freebsd-doc.git fetch = +refs/heads/*:refs/remotes/github/* push = +refs/remotes/trunk:refs/heads/svn_head Index: user/uqs/git_conv/freebsd-base.git/config =================================================================== --- user/uqs/git_conv/freebsd-base.git/config (revision 353762) +++ user/uqs/git_conv/freebsd-base.git/config (revision 353763) @@ -1,21 +1,18 @@ [core] repositoryformatversion = 0 filemode = true bare = true + autocrlf = false + ignorecase = false [push] default = matching [remote "github"] url = base.github.com:freebsd/freebsd.git fetch = +refs/heads/*:refs/remotes/github/* push = +refs/heads/master:refs/heads/master push = +refs/heads/projects/*:refs/heads/projects/* push = +refs/heads/release/*:refs/heads/release/* 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/* Index: user/uqs/git_conv/freebsd-doc.git/config =================================================================== --- user/uqs/git_conv/freebsd-doc.git/config (revision 353762) +++ user/uqs/git_conv/freebsd-doc.git/config (revision 353763) @@ -1,13 +1,15 @@ [core] repositoryformatversion = 0 filemode = true bare = true + autocrlf = false + ignorecase = false [push] default = matching [remote "github"] url = doc.github.com:freebsd/freebsd-doc.git fetch = +refs/heads/*:refs/remotes/github/* push = +refs/heads/master:refs/heads/master push = +refs/heads/projects/*:refs/heads/projects/* push = +refs/heads/release/*:refs/heads/release/* push = +refs/notes/*:refs/notes/* Index: user/uqs/git_conv/freebsd-ports.git/config =================================================================== --- user/uqs/git_conv/freebsd-ports.git/config (revision 353762) +++ user/uqs/git_conv/freebsd-ports.git/config (revision 353763) @@ -1,13 +1,15 @@ [core] repositoryformatversion = 0 filemode = true bare = true + autocrlf = false + ignorecase = false [push] default = matching [remote "github"] url = ports.github.com:freebsd/freebsd-ports.git fetch = +refs/heads/*:refs/remotes/github/* push = +refs/heads/branches/*:refs/heads/branches/* push = +refs/heads/master:refs/heads/master push = +refs/heads/projects/*:refs/heads/projects/* push = +refs/notes/*:refs/notes/* Index: user/uqs/git_conv/ports-head.git/.git/config =================================================================== --- user/uqs/git_conv/ports-head.git/.git/config (revision 353762) +++ user/uqs/git_conv/ports-head.git/.git/config (revision 353763) @@ -1,15 +1,17 @@ [core] repositoryformatversion = 0 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"] url = ports.github.com:freebsd/freebsd-ports.git fetch = +refs/heads/*:refs/remotes/github/* push = +refs/remotes/trunk:refs/heads/svn_head