]> git.ipfire.org Git - thirdparty/git.git/commit
builtin rebase: support `-C` and `--whitespace=<type>`
authorPratik Karki <predatoramigo@gmail.com>
Tue, 4 Sep 2018 22:00:01 +0000 (15:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
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 <predatoramigo@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c