From owner-svn-src-user@freebsd.org Sat Oct 19 12:10:32 2019 Return-Path: Delivered-To: svn-src-user@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D9FFC1637E9 for ; Sat, 19 Oct 2019 12:10:32 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46wMDS5QF4z4B2Q; Sat, 19 Oct 2019 12:10:32 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9EA8422282; Sat, 19 Oct 2019 12:10:32 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9JCAWHp031976; Sat, 19 Oct 2019 12:10:32 GMT (envelope-from uqs@FreeBSD.org) Received: (from uqs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9JCAVpj031969; Sat, 19 Oct 2019 12:10:31 GMT (envelope-from uqs@FreeBSD.org) Message-Id: <201910191210.x9JCAVpj031969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: uqs set sender to uqs@FreeBSD.org using -f From: Ulrich Spoerlein Date: Sat, 19 Oct 2019 12:10:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: 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 X-SVN-Group: user X-SVN-Commit-Author: uqs X-SVN-Commit-Paths: 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 X-SVN-Commit-Revision: 353763 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2019 12:10:32 -0000 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"]