某个时候(我想是在1.6.x 版本前后) git 意识到了子模块内部的变化,这让我很恼火:
$ git status vendor | grep modified: # modified: vendor/rails (modified content)
$ git diff vendor/ diff --git a/vendor/rails b/vendor/rails --- a/vendor/rails +++ b/vendor/rails @@ -1 +1 @@ -Subproject commit 046c900df27994d454b7f906caa0e4226bb42b6f +Subproject commit 046c900df27994d454b7f906caa0e4226bb42b6f-dirty
求你让它停下来吧?
好吧,我有答案了,现在我有另一个问题:
我能把这个放到 ~/.gitconfig
吗?从我最初的情况来看,似乎我不能,我没有看到任何有希望的补丁浏览。(我想我还是可以化名的。)