Branch: Tag:

2018-04-24

2018-04-24 10:50:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved error message.

Show the arguments given to the git binary in the
git failure message.

96:       if (exitcode > max_exitcode) {    werror(gotstderr); -  fail("git exited with code %d\n", exitcode); +  fail("git %{%O %}exited with code %d\n", args, exitcode);    }    return gotstdout;   }