我使用的是msys git,我注意到的一件事是當我在vi中時,我編寫了一個包含兩個或多個換行符的提交消息,當它實際上在那裏提交時只會是單行換行。多個換行符合並在git commit消息中
如果我這樣寫:
my first commit
Hello out there from the first line.
Hello out there from two linefeeds below.
將致力於爲:
my first commit
Hello out there from the first line.
Hello out there from two linefeeds below.
是否使用MSYS的Git通知這一點,我怎麼能阻止它的發生的人?
Git版本1.7.10.msysgit.1
感謝
在舊版本的msysgit中,我可以有多個換行符。我檢查了我的提交消息,並看到很多舊的提交都有多個換行符。通常我在提交中輸入一些日誌輸出。有沒有任何git選項可以允許我無意中禁用的多個換行符? – loop 2012-08-01 00:24:49
@test我沒有看到有關換行的選項。你有沒有在GitHub上提交這些舊提交的例子? – VonC 2012-08-01 05:45:08
對不起,沒有。儘管如此,它確實存在。我可以在我的提交中看到多行。 – loop 2012-08-02 06:39:24