From: Yann Dirson Date: Sun, 6 May 2007 23:13:57 +0000 (+0200) Subject: Teach bash to complete branch names in some places. X-Git-Tag: v0.13~89 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/450ae43a43b2d0d94ee1f6f0063d5e6ff284f5ad?hp=450ae43a43b2d0d94ee1f6f0063d5e6ff284f5ad Teach bash to complete branch names in some places. This patch causes bash completion to look for branch names instead of patch names for "branch" and "rebase". Unfortunately, the current completion framework does not seem flexible enough to get branch completion after "-b" flags, but I feel things are already better this way. Signed-off-by: Yann Dirson ---