When creating an info/grafts under windows, one typically gets a CRLF file. Then: * gitk loudly complains about "bad graft data" * "git log > /dev/null" does not report any problem * "git log > foo" does report the problem on sdterr, but exit code is still 0 Recreating the graft as a LF file (eg with "echo" or "printf") causes the graft to be properly interpreted. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html