aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar Konrad Borowski <glitchmr@myopera.com>2013-09-18 14:54:11 +0200
committerGravatar Konrad Borowski <glitchmr@myopera.com>2013-09-18 14:54:11 +0200
commit3996f178e5c8c77e02a3a821d9367bd74f1a61ed (patch)
treec892fdd99fa163eb9a503b21afbcbe98d616555d /share
parent7935b1613a105303288d037811c2bea5a5468822 (diff)
Added git stash completion options.
Squashed commit of the following: commit 962a19dfab7f04552ce7919fff91e945bab53bde Author: Mandeep Sandhu <mandeepsandhu.chd@gmail.com> Date: Wed Sep 18 18:09:49 2013 +0530 Add missing 'git stash' completion options Fixed typo. commit 57bbd89caf922228363418cacbfa1daeb352e520 Author: Mandeep Sandhu <mandeepsandhu.chd@gmail.com> Date: Wed Sep 18 17:59:36 2013 +0530 Add missing 'git stash' completion options Added the following options which were missing: * save * branch
Diffstat (limited to 'share')
-rw-r--r--share/completions/git.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/completions/git.fish b/share/completions/git.fish
index 3532ef65..138b2c4a 100644
--- a/share/completions/git.fish
+++ b/share/completions/git.fish
@@ -328,6 +328,8 @@ complete -f -c git -n '__fish_git_using_command stash' -a apply -d 'Apply a sing
complete -f -c git -n '__fish_git_using_command stash' -a clear -d 'Remove all stashed states'
complete -f -c git -n '__fish_git_using_command stash' -a drop -d 'Remove a single stashed state from the stash list'
complete -f -c git -n '__fish_git_using_command stash' -a create -d 'Create a stash'
+complete -f -c git -n '__fish_git_using_command stash' -a save -d 'Save a new stash'
+complete -f -c git -n '__fish_git_using_command stash' -a branch -d 'Create a new branch from a stash'
# TODO other options
### config