diff options
author | Christian Couder <christian.couder@gmail.com> | 2016-08-08 23:03:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-11 12:41:47 -0700 |
commit | 434389deb193016464702b25af2b79bb5c6fd098 (patch) | |
tree | a0f8f119116a1cabd2562ff7610d1e5f80dbd30a /builtin/gc.c | |
parent | builtin/apply: make create_file() return -1 on error (diff) | |
download | tgif-434389deb193016464702b25af2b79bb5c6fd098.tar.xz |
builtin/apply: make write_out_one_result() return -1 on error
To libify `git apply` functionality we have to signal errors to the
caller instead of exit()ing.
To do that in a compatible manner with the rest of the error handling
in "builtin/apply.c", write_out_one_result() should just return what
remove_file() and create_file() are returning instead of calling
exit().
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/gc.c')
0 files changed, 0 insertions, 0 deletions