From: Paul Wagland <hidden> Date: 2016-06-15 23:07:51
While playing around git stash I noticed that some options were
missing. I have updated these in the BASH completions file. Note
that this is not a comprehensive review, but adds the options that
I use in git-stash, and a nearby missing option.
Paul Wagland (2):
Update the flags for git show-branch
Fix up the arguments for git stash. This adds the branch to the branch
subcommand, and adds the missing options to save and drop commands
contrib/completion/git-completion.bash | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
--
2.7.0
From: Paul Wagland <hidden> Date: 2016-06-15 23:07:53
While playing around git stash I noticed that some options were
missing. I have updated these in the BASH completions file. Note
that this is not a comprehensive review, but adds the options that
I use in git-stash, and a nearby missing option.
This re-roll doesn't change the code, but updates the commit comments
to make it clearer what each change is doing.
Paul Wagland (2):
Update the flags for git show-branch
Fix up the arguments for git stash. This adds the branch to the branch
subcommand, and adds the missing options to save and drop commands
contrib/completion/git-completion.bash | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
--
2.7.0
From: Paul Wagland <hidden> Date: 2016-06-15 23:07:53
Add --all and --include-untracked to the git stash save completions.
Add --quiet to the git stash drop completions.
Update git stash branch so that the first argument expands out to the
possible branch names, and the other arguments expand to the stash
names.
Signed-off-by: Paul Wagland <redacted>
---
contrib/completion/git-completion.bash | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)