git bash completion pull request
From: Shawn O. Pearce <hidden>
Date: 2016-06-15 22:44:22
The following changes since commit 50753d00d691c1ea16bc72446705aee2c128fc2f:
Jeff King (1):
Add a test for read-tree -u --reset with a D/F conflict
are available in the git repository at:
git://repo.or.cz/git/spearce.git for-junio
Kevin Ballard (1):
bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with spaces
SZEDER Gábor (6):
bash: remove unnecessary conditions when checking for subcommands
bash: refactor searching for subcommands on the command line
bash: add new 'git stash' subcommands
bash: add 'git svn' subcommands and options
bash: use __gitdir when completing 'git rebase' options
bash: fix long option with argument double completion
Shawn O. Pearce (1):
bash: Remove completion of core.legacyheaders option
Teemu Likonen (1):
bash: Add more long options to be completed with "git --<TAB>"
contrib/completion/git-completion.bash | 192 +++++++++++++++++++++++---------
1 files changed, 137 insertions(+), 55 deletions(-)
--
Shawn.