Re: [PATCH] completion: git branch --set-upstream-to=

2012-09-12 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 11.09.2012 19:13: Thanks; I picked up $gmane/204633 but forgot to queue. I missed that one, thanks for reducing appropriately. Michael -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More

[PATCH] completion: git branch --set-upstream-to=

2012-09-11 Thread Michael J Gruber
Remove the deprecated --set-upstream from completion suggestions and add the new --set-upstream-to=, offering all refs for completion like in similar cases. Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- contrib/completion/git-completion.bash | 5 - 1 file changed, 4

Re: [PATCH] completion: git branch --set-upstream-to=

2012-09-11 Thread Junio C Hamano
Thanks; I picked up $gmane/204633 but forgot to queue. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] completion: git branch --set-upstream-to=

2012-09-11 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Thanks; I picked up $gmane/204633 but forgot to queue. ... so this has been reduced to: -- 8 -- From: Michael J Gruber g...@drmicha.warpmail.net Date: Tue, 11 Sep 2012 13:58:30 +0200 Subject: [PATCH] completion: complete branch name for branch