diff options
author | Christian Couder <christian.couder@gmail.com> | 2016-08-08 23:03:08 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-11 12:41:47 -0700 |
commit | 2f5a6d1218de4dfa326ff289b784d3e293b8141f (patch) | |
tree | 2c77afed2a36432dd3ac9b9b3b9714cfc4024382 /merge-blobs.c | |
parent | builtin/apply: move init_apply_state() to apply.c (diff) | |
download | tgif-2f5a6d1218de4dfa326ff289b784d3e293b8141f.tar.xz |
apply: make init_apply_state() return -1 instead of exit()ing
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", init_apply_state() should return -1 instead of
calling exit().
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'merge-blobs.c')
0 files changed, 0 insertions, 0 deletions