OSDN Git Service

Merge branch 'jc/lock-report-on-error'
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2016 22:45:35 +0000 (14:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2016 22:45:35 +0000 (14:45 -0800)
Git 2.11 had a minor regression in "merge --ff-only" that competed
with another process that simultanously attempted to update the
index. We used to explain what went wrong with an error message,
but the new code silently failed.  The error message has been
resurrected.

* jc/lock-report-on-error:
  lockfile: LOCK_REPORT_ON_ERROR
  hold_locked_index(): align error handling with hold_lockfile_for_update()
  wt-status: implement opportunisitc index update correctly

1  2 
builtin/clone.c
builtin/commit.c
merge-recursive.c
sequencer.c

diff --cc builtin/clone.c
Simple merge
Simple merge
Simple merge
diff --cc sequencer.c
Simple merge