Dear diary, on Fri, Apr 22, 2005 at 08:49:37AM CEST, I got a letter
where Greg KH [off-list ref] told me that...
On Fri, Apr 22, 2005 at 05:09:31AM +0200, Petr Baudis wrote:
quoted
Hello,
FYI, I've released git-pasky-0.6.3 earlier in the night.
Hm, fun thing to try:
go into a kernel git tree.
rm Makefile
git diff
Watch it as it thinks that every Makefile in the kernel tree is now
gone...
Just FYI, this is bug in core git's diff-cache; also, when you update
the cache properly (either do
git rm Makefile
or
update-cache --remove Makefile
), it works fine. diff-cache should still not fail so horribly, though.
Unfortunately, I don't have time to debug it now. I will look at it
tomorrow if noone will fix it before. ;-)
--
Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
C++: an octopus made by nailing extra legs onto a dog. -- Steve Taylor