On 2024-04-07 09:06, Quang Lê Duy wrote:
On Sun, Apr 7, 2024 at 12:52 PM Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
wrote:
I forgot to mention that application of your patch results in some
warnings:
% git am add-sep-lines.patch
Applying: Add separator lines into `git log --graph`.
.git/rebase-apply/patch:61: trailing whitespace.
.git/rebase-apply/patch:147: trailing whitespace.
.git/rebase-apply/patch:151: trailing whitespace.
.git/rebase-apply/patch:160: trailing whitespace.
warning: 4 lines add whitespace errors.
Indeed I failed to notice the whitespace `vim` added to the empty
lines.
Appreciate your notice.
As a note, vim can be configured to highlight the trailing
whitespace, making it easy to spot.