On Mon, May 08, 2017 at 12:03:39PM -0400, Marc Branchaud wrote:
> @@ -730,9 +729,6 @@ sub parse_diff {
> if (defined $diff_algorithm) {
> splice @diff_cmd, 1, 0, "--diff-algorithm=${diff_algorithm}";
> }
> - if ($diff_indent_heuristic) {
> - splice @diff_c
From: Jeff King
Now that diff.indentHeuristic is handled automatically by the plumbing
commands, there's no need to propagate it manually.
Signed-off-by: Jeff King
Signed-off-by: Marc Branchaud
---
git-add--interactive.perl | 4
1 file changed, 4 deletions(-)
diff --git a/git-add--inter
2 matches
Mail list logo