summaryrefslogtreecommitdiff
path: root/alias.c
diff options
context:
space:
mode:
authorThomas Gummerer <t.gummerer@gmail.com>2018-04-19 23:25:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-20 01:39:50 (GMT)
commitdf70b190bdd2add42a906819f9d41dbf91cf0809 (patch)
tree95c8e3024dcee254464fa77d4e3a3caa62ba7fa9 /alias.c
parent0eb5a4f91182d8c05fdc15597273d2381b112d7f (diff)
downloadgit-df70b190bdd2add42a906819f9d41dbf91cf0809.zip
git-df70b190bdd2add42a906819f9d41dbf91cf0809.tar.gz
git-df70b190bdd2add42a906819f9d41dbf91cf0809.tar.bz2
completion: make stash -p and alias for stash push -p
We define 'git stash -p' as an alias for 'git stash push -p' in the manpage. Do the same in the completion script, so all options that can be given to 'git stash push' are being completed when the user is using 'git stash -p --<tab>'. Currently the only additional option the user will get is '--message', but there may be more in the future. Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'alias.c')
0 files changed, 0 insertions, 0 deletions