merlyn@xxxxxxxxxxxxxx (Randal L. Schwartz) writes: > $ git log -z --format='%cE' -5 | od -c > 0000000 g i t s t e r @ p o b o x . c o > 0000020 m \n g i t s t e r @ p o b o x . > 0000040 c o m \n g i t s t e r @ p o b o > 0000060 x . c o m \n g i t s t e r @ p o > 0000100 b o x . c o m \n g i t s t e r @ > 0000120 p o b o x . c o m \n > 0000132 > > Why are all those newlines in there? Bug? Misfeature? Feature? If > feature, how do I ensure \0 in my output? If I add %x00, I get both \0 > *and* \n in output. :( --format=format:%cE respects the -z option. Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- 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