Some recent tests accidentally depended on very new versions of git.
commit6fe986307d983704d3c6b3540f91fa301ff48549
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 9 Feb 2010 00:44:41 +0000 (8 19:44 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 9 Feb 2010 00:44:41 +0000 (8 19:44 -0500)
tree49af26949d29ae99342bd0bada9903c6b8278705
parent00889c8ca7017d7b9d07d47843e3a3e245a1de26
Some recent tests accidentally depended on very new versions of git.

The "--format" option is too new.  Use "--pretty=format:" (which means the
same thing) instead.  Now it works again on git 1.6.0 (at least).
test.sh