Better committer identity

This commit is contained in:
Vladimir Panteleev 2010-06-16 01:50:02 +03:00
parent ed941cd9e5
commit 9883c3517c
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ int main(string[] args)
fwritefln(stderr, "Revision %s by %s: %s", child["id"].text, committer, summary);
string text = child["text"].text;
data ~=
"commit master\n" ~
"committer <" ~ committer ~ "> now\n" ~
"commit refs/heads/master\n" ~
"committer " ~ committer ~ " <" ~ committer ~ "@en.wikipedia.org> now\n" ~
"data " ~ .toString(summary.length) ~ "\n" ~
summary ~ "\n" ~
"M 644 inline " ~ name ~ ".txt\n" ~