diff options
author | Christian Couder <christian.couder@gmail.com> | 2016-08-08 23:03:15 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-11 12:41:47 -0700 |
commit | 119ab159e65b229feb3851334441ca24aab131ba (patch) | |
tree | 41ddf2994a715600efee622e0e606a987b9037a9 /credential.c | |
parent | builtin/apply: make gitdiff_*() return -1 on error (diff) | |
download | tgif-119ab159e65b229feb3851334441ca24aab131ba.tar.xz |
builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
To libify `git apply` functionality we have to signal errors to the
caller instead of die()ing.
To do that in a compatible manner with the rest of the error handling
in "builtin/apply.c", die_on_unsafe_path() should return a negative
integer instead of calling die(), so while doing that let's change
its name to check_unsafe_path().
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'credential.c')
0 files changed, 0 insertions, 0 deletions