diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2018-04-29 00:44:26 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-30 11:12:29 +0900 |
commit | e24e871920ac04473a470645e4c4dc53b422dd75 (patch) | |
tree | 66d27c129bf4ee284d443384bb7bb1f7b282822e /git-gui | |
parent | replace: avoid using die() to indicate a bug (diff) | |
download | tgif-e24e871920ac04473a470645e4c4dc53b422dd75.tar.xz |
replace: "libify" create_graft() and callees
File this away as yet another patch in the "libification" category.
As with all useful functions, in the next commit we want to use
create_graft() from a higher-level function where it would be
inconvenient if the called function simply die()s: if there is a
problem, we want to let the user know how to proceed, and the callee
simply has no way of knowing what to say.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui')
0 files changed, 0 insertions, 0 deletions