builtin rebase: support `-C` and `--whitespace=<type>`
authorPratik Karki <redacted>
Tue, 4 Sep 2018 22:00:01 +0000 (15:00 -0700)
committerJunio C Hamano <redacted>
Thu, 11 Oct 2018 05:12:42 +0000 (14:12 +0900)
commit7998dbe1ec40faffb429386d1c0971d4350a97eb
tree4f4161a66712e78bf1b10797c509c980917dfd9c
parent12026a412c8a98f7d7050ac6473e1aa4193c4800
builtin rebase: support `-C` and `--whitespace=<type>`

This commit converts more code from the shell script version to the
builtin rebase. In this instance, we just have to be careful to
keep support for passing multiple `--whitespace` options, as the
shell script version does so, too.

Signed-off-by: Pratik Karki <redacted>
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/rebase.c
git clone https://git.99rst.org/PROJECT