author | Miklos Vajna <vmiklos@frugalware.org> | |
Sat, 7 Jun 2008 16:20:19 +0000 (18:20 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 8 Jun 2008 20:46:37 +0000 (13:46 -0700) | ||
commit | 88b1f0b8094638b1f9533393d1436d8c51fd07d5 | |
tree | 6564fdd6488d721e7b0fd8d5f6e307cc927a74e6 | tree | snapshot |
parent | 39468defd306b7fb8ca0d381a2d66216a8eb9095 | commit | diff |
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 -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 | diff | blob | history |