Make 'git stash -k' a short form for 'git stash save --keep-index'
[gitweb.git] / Documentation / git-stash.txt
index 1c64a02fe576a6bdad2afcbc96391ce0c2d541c4..a031836a26c562deb490819f9a7fe7e0c0034e9f 100644 (file)
@@ -13,7 +13,8 @@ SYNOPSIS
 'git stash' drop [-q|--quiet] [<stash>]
 'git stash' ( pop | apply ) [--index] [-q|--quiet] [<stash>]
 'git stash' branch <branchname> [<stash>]
-'git stash' [save [--keep-index] [-q|--quiet] [<message>]]
+'git stash' [save [-k|--keep-index] [-q|--quiet] [<message>]]
+'git stash' [-k|--keep-index]
 'git stash' clear
 'git stash' create