Re: PATCH 1/2] Update the flags for git show-branch

2016-01-25 Thread Junio C Hamano
Thanks.  I'll retitle this to

completion: complete show-branch "--date-order"

while queuing.
--
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 1/2] Update the flags for git show-branch

2016-01-22 Thread Paul Wagland
Signed-off-by: Paul Wagland 
---
 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 ab4da7f..63754bc 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2369,7 +2369,7 @@ _git_show_branch ()
case "$cur" in
--*)
__gitcomp "
-   --all --remotes --topo-order --current --more=
+   --all --remotes --topo-order --date-order --current 
--more=
--list --independent --merge-base --no-name
--color --no-color
--sha1-name --sparse --topics --reflog
--
2.7.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