Re: [PATCH 1/1] diff-highlight: fix a whitespace nit

2019-10-14 Thread Norman Rasmussen
On Mon, Oct 14, 2019 at 9:20 PM Jeff King wrote: > There are a few lines just above that have 8+ spaces. Arguably those > could be tabs, too, depending on your view of tabs. We usually do "8 > spaces is a tab" in the Git project, but the oft-repeated "tabs to > indent, spaces to align" mantra woul

Re: [PATCH 1/1] diff-highlight: fix a whitespace nit

2019-10-14 Thread Jeff King
On Tue, Oct 15, 2019 at 03:31:26AM +, Norman Rasmussen via GitGitGadget wrote: > From: Norman Rasmussen > > This changes the indent from > "" > to > "" > so that the statement lines up with the rest of the block. Yep, that makes sense. Looks like I introduced the problem (most of my pe

[PATCH 1/1] diff-highlight: fix a whitespace nit

2019-10-14 Thread Norman Rasmussen via GitGitGadget
From: Norman Rasmussen This changes the indent from "" to "" so that the statement lines up with the rest of the block. Signed-off-by: Norman Rasmussen --- contrib/diff-highlight/DiffHighlight.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/diff-highlight/Dif