git-rebase -i: mention the short command aliases in the todo list
commit88b1f0b8094638b1f9533393d1436d8c51fd07d5
authorMiklos Vajna <vmiklos@frugalware.org>
Sat, 7 Jun 2008 16:20:19 +0000 (7 18:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 8 Jun 2008 20:46:37 +0000 (8 13:46 -0700)
tree6564fdd6488d721e7b0fd8d5f6e307cc927a74e6
parent39468defd306b7fb8ca0d381a2d66216a8eb9095
git-rebase -i: mention the short command aliases in the todo list

git rebase -i already supports 'p', 'e' and 's' as aliases for 'pick',
'edit' and 'squash', but one could know it only by reading the source
code. If a user rebases a lot, it's quite handy, so mention these short
forms as well.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh