我正在使用 msys git,我注意到的一件事是,当我在 vi 中时,我编写了一个包含两个或多个换行符的提交消息,当它实际提交时,只有一个换行符。
如果我写这个:
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
谢谢