diff options
author | Rohit Ashiwal <rohit.ashiwal265@gmail.com> | 2019-11-01 19:29:58 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-02 15:34:50 +0900 |
commit | ba51d2fb24b1a41b8cc15270a06f24c35c0fcf19 (patch) | |
tree | 5e2e5df2b87f8ff3d0a6a80adfd88234529833c1 /builtin/merge-tree.c | |
parent | sequencer: simplify root commit creation (diff) | |
download | tgif-ba51d2fb24b1a41b8cc15270a06f24c35c0fcf19.tar.xz |
rebase -i: add --ignore-whitespace flag
There are two backends available for rebasing, viz, the am and the
interactive. Naturally, there shall be some features that are
implemented in one but not in the other. One such flag is
--ignore-whitespace which indicates merge mechanism to treat lines
with only whitespace changes as unchanged. Wire the interactive
rebase to also understand the --ignore-whitespace flag by
translating it to -Xignore-space-change.
Signed-off-by: Rohit Ashiwal <rohit.ashiwal265@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/merge-tree.c')
0 files changed, 0 insertions, 0 deletions