Re: [PATCH] squash! bash-completion: add support for git-log --merges= and log.merges

2015-04-21 Thread Junio C Hamano
Thanks.
--
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


[PATCH] squash! bash-completion: add support for git-log --merges= and log.merges

2015-04-21 Thread SZEDER Gábor
---
The patch at the tip of kk/log-merges-config misindented one of the case
arms, this one amends it.

 contrib/completion/git-completion.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/completion/git-completion.bash 
b/contrib/completion/git-completion.bash
index a75d7f5..83b2359 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1454,9 +1454,9 @@ _git_log ()
--merges=*)
__gitcomp show hide only  ${cur##--merges=}
return
;;
-   --*)
+   --*)
__gitcomp 
$__git_log_common_options
$__git_log_shortlog_options
$__git_log_gitk_options
-- 
1.9.5.msysgit.0

--
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