]> git.ipfire.org Git - thirdparty/git.git/commit - git-rebase--interactive.sh
rebase -i: support single-letter abbreviations for the actions
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 29 Sep 2007 02:32:11 +0000 (03:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 30 Sep 2007 06:15:50 +0000 (23:15 -0700)
commitf8babc4dabebebd9e95537df6da0408c1c178615
tree9b9ef3cd15cf39edc421b6f6b67dc4d256d55e31
parent2a858ee95134926a0ccccb9a78db06bcb0bd65d0
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>
git-rebase--interactive.sh