Commit 47e6819
committed
cmd/git(fix[Git.rebase]): Fix whitespace options
why: The whitespace parameter emitted --whitespace without the required
value, and no_whitespace was invalid (git has no such flag). The correct
options are --whitespace=<option> and --ignore-whitespace.
what:
- Fix whitespace to emit --whitespace=<value> with the option value
- Replace no_whitespace with ignore_whitespace parameter
- Emit --ignore-whitespace for the new boolean parameter1 parent ff51b4f commit 47e6819
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
605 | | - | |
| 605 | + | |
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
| |||
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
715 | | - | |
716 | | - | |
717 | | - | |
718 | | - | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
| |||
0 commit comments