[PATCH] completion: remove duplicate block for git commit -c

2013-04-24 Thread Mårten Kongstad
Remove one of two consecutive, identical blocks for git commit -c. Signed-off-by: Mårten Kongstad marten.kongs...@gmail.com --- contrib/completion/git-completion.bash |7 --- 1 file changed, 7 deletions(-) diff --git a/contrib/completion/git-completion.bash

Re: [PATCH] completion: remove duplicate block for git commit -c

2013-04-24 Thread Junio C Hamano
This was caused by a mechanical mismerge at d931e2fb252e (Merge branch 'mp/complete-paths', 2013-02-08), it seems. The side branch fea16b47 wanted to add this block, of course, but the same fix was done independently in 685397585 already. Thanks for catching it. -- To unsubscribe from this