Hi, On Thu, 6 Jul 2006, Robin Luckey wrote: > In git 1.4.0, the following command... > > git log -r --root --abbrev=40 master > > ...would generate log entries like this... > > commit 8db998464a3cc7f41728ac8bb59aee0f62e14aa8 > Author: someone <someone> > Date: Sun Aug 29 09:44:49 2004 +0000 > > A comment goes here. > > :100755 000000 56f5eb6c914c7ff6706dc3f8736a77d155cad93f > 0000000000000000000000000000000000000000 D someapp/file1.c > :100755 000000 d7e0277fe15bfc11f75cbc535ecf1c5ee3d79baf > 0000000000000000000000000000000000000000 D someapp/file2.c > > Is there a way to generate this same format with git 1.4.1? I do not know about git 1.4.1, but with 'next' you can just add '--raw' to the command line, and it works. Hth, Dscho - : 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