githelper.git/
githelper.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2018-04-24
2018-04-24 10:50:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ce4662c78daa342d540ec743c0baf2b1b787ab79 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
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; }