On Sun, 2009-11-01 at 15:14 -0800, Ask Bjørn Hansen wrote: > Test repository (it will change!) - > > git clone git://git.develooper.com/qpsmtpd.git > > Please review and let me know if you see any mistakes.
I updated my repo at github from svn and then pulled your git repo. I discovered that the effect of using git-svn seems to be to change all the SHA1 sums (*all* of them) but I managed to match the log output exactly (to the last update today) via: git --git-dir=REPO/.git log --pretty='format:%H' > REPO.log So I'll switch my github repo once you send the official URL. -- --gh