如何在git存储库中转换crlf?

时间:2014-06-13 16:10:35

标签: git

从将CVS / SVN存储库转换为git我最终在git中遇到了这种情况(new - > old):

  1. 在repo中提交CRLF
  2. 在repo中提交CRLF
  3. 在repo中提交CRLF
  4. 在repo中使用LF提交
  5. 在repo中使用LF提交
  6. 这给了我3.4.之间不正确的差异所以我希望这样:

    1. 在repo中使用LF提交
    2. 在repo中使用LF提交
    3. 在repo中使用LF提交
    4. 在repo中使用LF提交
    5. 在repo中使用LF提交
    6. 如何在git中完成此操作? git rebase是理想的,因为我还需要压缩一些提交。我不关心我的本地磁盘上的行结尾。可能会设置git config core.autocrlf帮助吗?我通常使用core.autocrlf=false。这是在Windows上,仅限Windows。

0 个答案:

没有答案