On 9/7/2011 4:50 AM, Andrej Mitrovic wrote:
Your series of commits named "detab" and "ebook" have managed to
revert changes to dpl.org over 3 months old. Have a look:
https://github.com/D-Programming-Language/d-programming-language.org/commit/b4070b7a422d448e63d1425a778230d2602c522d
Before your changeset:
int[string] b;
After your changeset:
int[char[]] b;
You have effectively reversed my fixes introduced in pull 9:
https://github.com/D-Programming-Language/d-programming-language.org/pull/9
There are probably other commits which you've obliterated with these
commits as well.
Sorry about that. Will try to fix.