aboutsummaryrefslogtreecommitdiff
path: root/t/t3505-cherry-pick-empty.sh
Commit message (Collapse)AuthorAge
* builtin-revert.c: release index lock when cherry-picking an empty commitChris Johnsen2009-03-07
When a cherry-pick of an empty commit is done, release the lock held on the index. The fix is the same as was applied to similar code in 4271666046. Signed-off-by: Chris Johnsen <chris_johnsen@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>