Git development
 help / color / mirror / Atom feed
* [PATCH] completion: --edit-description option for git-branch
@ 2012-01-29 12:55 Ralf Thielow
  0 siblings, 0 replies; only message in thread
From: Ralf Thielow @ 2012-01-29 12:55 UTC (permalink / raw)
  To: spearce; +Cc: git, Ralf Thielow

Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
---
 contrib/completion/git-completion.bash |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 1496c6d..e44eefd 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1152,7 +1152,7 @@ _git_branch ()
 		__gitcomp "
 			--color --no-color --verbose --abbrev= --no-abbrev
 			--track --no-track --contains --merged --no-merged
-			--set-upstream
+			--set-upstream --edit-description
 			"
 		;;
 	*)
-- 
1.7.9.dirty

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-29 12:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-29 12:55 [PATCH] completion: --edit-description option for git-branch Ralf Thielow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox