Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH 1/4] completion: add missing terminator in case statement

From: Junio C Hamano <hidden>
Date: 2016-06-15 23:01:59

John Keeping [off-list ref] writes:
Signed-off-by: John Keeping <redacted>
---
As these ;; are separators not terminators, this is not strictly
necessary.  Squashing it into a change that adds more case arms to
this case statement is of course not just good but necessary,
though.
quoted hunk
 contrib/completion/git-completion.bash | 1 +
 1 file changed, 1 insertion(+)
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 7a6e1d7..d0b2895 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1627,6 +1627,7 @@ _git_push ()
 	--repo)
 		__gitcomp_nl "$(__git_remotes)"
 		return
+		;;
 	esac
 	case "$cur" in
 	--repo=*)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help