rebase -i: respect core.abbrev
authorKirill A. Shutemov <redacted>
Sat, 28 Sep 2013 15:53:05 +0000 (18:53 +0300)
committerJonathan Nieder <redacted>
Mon, 30 Sep 2013 21:34:50 +0000 (14:34 -0700)
commit568950388be2e47af8bcb0b4a5f02017570b2f33
tree6e14b2b8cec72d22d6897a1de4163f2dcd5ae319
parent9cd755b2fca823eb1b688bd498b0bee007289e6c
rebase -i: respect core.abbrev

collapse_todo_ids() uses `git rev-parse --short=7' to abbreviate
commit ids before showing them to the user in a text editor.  Let's
drop argument from --short to the configured value instead (still
defaulting to 7).

Signed-off-by: Kirill A. Shutemov <redacted>
Acked-by: Eric Sunshine <redacted>
Signed-off-by: Jonathan Nieder <redacted>
git-rebase--interactive.sh
git clone https://git.99rst.org/PROJECT