Re: [PATCH v6 08/16] merge-recursive: allow write_tree_from_memory() to error out

2016-08-04 Thread Junio C Hamano
Johannes Schindelin writes: > It is possible that a tree cannot be written (think: disk full). We > will want to give the caller a chance to clean up instead of letting > the program die() in such a case. > > Signed-off-by: Johannes Schindelin > --- > merge-recursive.c | 4 ++-- > 1 file change

[PATCH v6 08/16] merge-recursive: allow write_tree_from_memory() to error out

2016-08-01 Thread Johannes Schindelin
It is possible that a tree cannot be written (think: disk full). We will want to give the caller a chance to clean up instead of letting the program die() in such a case. Signed-off-by: Johannes Schindelin --- merge-recursive.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi