Date: Sun, 16 Apr 2017 09:41:05 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r317016 - user/uqs/git_conv Message-ID: <201704160941.v3G9f5DE035295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: uqs Date: Sun Apr 16 09:41:05 2017 New Revision: 317016 URL: https://svnweb.freebsd.org/changeset/base/317016 Log: Disable automatic CRLF handling in git, we want to have an identical copy of what svn2git produces. Modified: user/uqs/git_conv/git_conv Modified: user/uqs/git_conv/git_conv ============================================================================== --- user/uqs/git_conv/git_conv Sun Apr 16 09:11:02 2017 (r317015) +++ user/uqs/git_conv/git_conv Sun Apr 16 09:41:05 2017 (r317016) @@ -49,6 +49,7 @@ # - cd base-head.git # - git svn fetch -r 0:1000 # - git config --global push.default matching +# - git config --global core.autocrlf false # - git remote add github base.github.com:freebsd/freebsd.git # - git config --add remote.github.push '+refs/remotes/trunk:refs/heads/svn_head' # - git svn rebase
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704160941.v3G9f5DE035295>