]> granicus.if.org Git - git/commit
builtin rebase: support `ignore-whitespace` option
authorPratik Karki <predatoramigo@gmail.com>
Tue, 4 Sep 2018 21:59:54 +0000 (14:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Sep 2018 18:56:20 +0000 (11:56 -0700)
commit99d8cc7ce8e5175f15050e0a28d896bd6475bf5f
tree1f903d069466e59cc51589acd8f2d3b99141a81b
parent38dbcef26e855062b4ae58bd7187bfbf01e21566
builtin rebase: support `ignore-whitespace` option

This commit adds support for the `--ignore-whitespace` option
of the rebase command. This option is simply passed to the
`--am` backend.

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