Re: [PATCH] completion: suggest sequencer commands for revert

2015-05-29 Thread Ramkumar Ramachandra
Junio C Hamano wrote: > > > contrib/completion/git-completion.bash | 5 + > > 1 file changed, 5 insertions(+) > > > > diff --git a/contrib/completion/git-completion.bash > > b/contrib/completion/git-completion.bash > > index bfc74e9..3c00acd 100644 > > --- a/contrib/completion/git-completion.

Re: [PATCH] completion: suggest sequencer commands for revert

2015-05-29 Thread Junio C Hamano
Thomas Braun writes: > Signed-off-by: Thomas Braun > --- > > Hi, > > I added the sequencer commands for git revert. These are handy in case a git > revert needs manual intervention. This looks OK from a cursory read to me; asking opinions from those who have touched the file in the recent past

[PATCH] completion: suggest sequencer commands for revert

2015-05-25 Thread Thomas Braun
Signed-off-by: Thomas Braun --- Hi, I added the sequencer commands for git revert. These are handy in case a git revert needs manual intervention. Thanks, Thomas contrib/completion/git-completion.bash | 5 + 1 file changed, 5 insertions(+) diff --git a/contrib/completion/git-completion.b