编辑补丁时如何保留行结尾?

时间:2016-09-21 16:48:10

标签: git sublimetext patch

我在远程主机上使用rsub,在本地使用sublime来编辑补丁: 远程:

$ env | grep EDITOR
EDITOR=rsub --port 52697

本地:

~/.ssh/config
...
RemoteForward 52697 127.0.0.1:52698

所以当我进行索引更改时:

 $ EDITOR='$EDITOR -w' git add -p my_file

my_file在崇高中打开,但是虽然在my_file上有{11}行,但仍有unix行结尾。所以要逃避下一个错误:

error: patch failed: my_file:1232
error: my_file: patch does not apply

我在sublime点击状态栏并将(LF)更改为(CRLF)。但在这里我知道my_file windows line endings

如何配置sublimermate(rsub)以保留原始行结尾?

0 个答案:

没有答案