Don't understand german? Read or subscribe to my english-only feed.

Git Source

[...]
        if (len < sz)
                name[len] = 0;
        else
                die("Your parents must have hated you!");
[...]
        if (len > sizeof(git_default_email)/2)
                die("Your sysadmin must hate you!");
[...]
                if (!pw)
                        die("You don't exist. Go away!");

Comments are closed.