svn commit: r317016 - user/uqs/git_conv

Ulrich Spoerlein uqs at FreeBSD.org
Sun Apr 16 09:41:06 UTC 2017


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


More information about the svn-src-user mailing list