From: Paul Wagland <paul@kungfoocoder.org>
To: git@vger.kernel.org
Subject: PATCH 1/2] Update the flags for git show-branch
Date: Sat, 23 Jan 2016 02:25:54 +0100 [thread overview]
Message-ID: <20160123012554.GA28197@wagland.net> (raw)
In-Reply-To: <20160123012316.GA27965@wagland.net>
Signed-off-by: Paul Wagland <paul@kungfoocoder.org>
---
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
next prev parent reply other threads:[~2016-01-23 1:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-23 1:23 [PATCH 0/2] Update BASH completions Paul Wagland
2016-01-23 1:25 ` Paul Wagland [this message]
2016-01-25 23:17 ` PATCH 1/2] Update the flags for git show-branch Junio C Hamano
2016-01-23 1:30 ` [PATCH 2/2] Fix up the arguments for git stash Paul Wagland
2016-01-25 23:21 ` Junio C Hamano
2016-01-26 6:21 ` Paul Wagland
2016-01-26 9:34 ` [PATCH v2 0/2] Update BASH completions Paul Wagland
2016-01-26 9:36 ` [PATCH v2 1/2] completion: complete show-branch "--date-order" Paul Wagland
2016-01-26 9:37 ` [PATCH v2 2/4] completion: update completion arguments for stash Paul Wagland
2016-02-22 13:02 ` [PATCH] completion: fix mis-indentation in _git_stash() SZEDER Gábor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160123012554.GA28197@wagland.net \
--to=paul@kungfoocoder.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).