git-rebase--interactive.sh: add config option for custom instruction format
commit16cf51c7a2e82f27577bb1bdcdc013c34815803e
authorMichael Rappazzo <rappazzo@gmail.com>
Sat, 13 Jun 2015 16:26:58 +0000 (13 12:26 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jun 2015 18:42:58 +0000 (15 11:42 -0700)
tree3401b5762913fc10a6297ec6ca4511f7df4e12b0
parent7974889a053574e449b55ca543a486e38e74864f
git-rebase--interactive.sh: add config option for custom instruction format

A config option 'rebase.instructionFormat' can override the
default 'oneline' format of the rebase instruction list.

Since the list is parsed using the left, right or boundary mark plus
the sha1, they are prepended to the instruction format.

Signed-off-by: Michael Rappazzo <rappazzo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-rebase.txt
git-rebase--interactive.sh
t/t3415-rebase-autosquash.sh