Subject: | log() doesn't support arbitrary formats |
Calling $git->log({ format => "format:%ai%n %s" }, ...), for an example,
dies on line 112 of Wrapper.pm because the format doesn't include the
"commit <hash>" line, which the log method expects to see.
I'm unsure if we want to have Log objects without the id hashes around. If
not, I didn't see an obvious fix.