chiark / gitweb /
Teach bash to complete branch names in some places.
authorYann Dirson <ydirson@altern.org>
Sun, 6 May 2007 23:13:57 +0000 (01:13 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Mon, 14 May 2007 21:26:24 +0000 (22:26 +0100)
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 <ydirson@altern.org>

No differences found