author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sat, 29 Sep 2007 02:32:11 +0000 (03:32 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 30 Sep 2007 06:15:50 +0000 (23:15 -0700) | ||
commit | f8babc4dabebebd9e95537df6da0408c1c178615 | |
tree | 9b9ef3cd15cf39edc421b6f6b67dc4d256d55e31 | tree | snapshot |
parent | 2a858ee95134926a0ccccb9a78db06bcb0bd65d0 | commit | diff |
rebase -i: support single-letter abbreviations for the actions
When you do many rebases, you can get annoyed by having to type out
the actions "edit" or "squash" in total.
This commit helps that, by allowing you to enter "e" instead of "edit",
"p" instead of "pick", or "s" instead of "squash".
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When you do many rebases, you can get annoyed by having to type out
the actions "edit" or "squash" in total.
This commit helps that, by allowing you to enter "e" instead of "edit",
"p" instead of "pick", or "s" instead of "squash".
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh | diff | blob | history |