git log to svn log
qubodup, August 26th, 2009
I emulated a svn-style log of a git repository by converting it using git log --pretty:
git log --date=iso --pretty=format:\ "------------------------------------------------------------------------%n %h | %an | %cd | %n%nnothing%n" > pp.log
I needed it for a code swarm video of Pink Pony.
The result is probably good enough.