Found 7 matching messages (0.170 seconds). Page 1 of 1.
... >> I've tracked it down to git-am failing with core.autocrlf=true and passing >> ... to be 0 (when core.autocrlf=true), which is why git-am bails >> ... > Very interesting. > ... > trace: built-in: git 'apply' '--allow-binary-replacement' '--index' ' ...
git - Junio C Hamano - Aug 23 2007 - 14:41
... down to git-am failing with core.autocrlf=true and passing ... 0 (when core.autocrlf=true), which is why git-am bails ... 'diff' '--quiet' trace: built-in: git 'apply' '--allow-binary-replacement' '--index ... list: send the line "unsubscribe git" in the body of a ...
git - Linus Torvalds - Aug 23 2007 - 13:18
... issue with git-rebase failing on a repository using >> core.autocrlf=3Dtrue >= ... >=20 > Adding some instrumentation to "git-am.sh" (namely a lot of >=20 > git diff --quiet || exit Aah! Very ... =20 Yep, it did. I just rebased 80 commits with core. ...
git - Marius Storm-Olsen - Aug 23 2007 - 13:45
... All the crlf conversions have been done when the object hit the > index, so its reading or not reading core.autocrlf should not > change its behaviour. Ok, I just sent out the ... this list: send the line "unsubscribe git" in the body of a message to ...
git - Linus Torvalds - Aug 23 2007 - 15:25
... helps understand the inner-workings of Git. I also tried to track this ... the second commit, so the third failed, made me look in the wrong ... 2007 22:03:35 +0200 Subject: [PATCH] Add a trace to ... 1 insertions(+), 0 deletions(-) diff --git a/read-cache.c b/ ...
git - Marius Storm-Olsen - Aug 23 2007 - 16:11
... in the broken case it gets zeroed by git-write-tree for some reason. And the reason ... and there the "ce_modified_check_fs()" will end up re-reading the file, and if we don't ... from this list: send the line "unsubscribe git" in the body of a message to ...
git - Linus Torvalds - Aug 23 2007 - 15:23
... check in ce_smudge_racily_clean_entry() and there the > "ce_modified_check_fs()" will end up re-reading the file, and if we don't > have ... - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel ...
git - Junio C Hamano - Aug 23 2007 - 15:44