[PATCH] completion: --set-upstream option for git-branch

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Michael J Gruber
Date: Monday, April 5, 2010 - 6:20 pm

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
---
Bump...

 contrib/completion/git-completion.bash |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 545bd4b..57245a8 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -797,6 +797,7 @@ _git_branch ()
 		__gitcomp "
 			--color --no-color --verbose --abbrev= --no-abbrev
 			--track --no-track --contains --merged --no-merged
+			--set-upstream
 			"
 		;;
 	*)
-- 
1.7.0.4.552.gc303c

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] completion: --set-upstream option for git-branch, Michael J Gruber, (Fri Mar 26, 8:28 am)
[PATCH] completion: --set-upstream option for git-branch, Michael J Gruber, (Mon Apr 5, 6:20 pm)
Re: [PATCH] completion: --set-upstream option for git-branch, Michael J Gruber, (Thu Apr 15, 3:56 am)