Tanay Abhra writes:
> + if (!kv_info->linenr)
> + die("unable to parse '%s' from command-line config", key);
> + else
> + die("bad config variable '%s' at file line %d in %s",
And two more missing _(...).
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
To un
Add `git_die_config` that dies printing the line number and the file name
of the highest priority value for the configuration variable `key`.
It has usage in non-callback based config value retrieval where we can
raise an error and die if there is a semantic error.
For example,
if (!git_c
Add `git_die_config` that dies printing the line number and the file name
of the highest priority value for the configuration variable `key`.
It has usage in non-callback based config value retrieval where we can
raise an error and die if there is a semantic error.
For example,
if (!git_c
3 matches
Mail list logo