You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This print-out message is missing a terminating line-break.
It gets partially overwritten by other text:
Warning: Removing recursively: <filename>
Example output:
Processed 28217 blob sizesely: ".git\filter-repo\analysis"
(Notice how the words "sizes" and "recursively" get combined,
into "sizesely" on the first line.)
Adding the missing newline will correct the output:
Warning: Removing recursively: ".git\filter-repo\analysis"
Processed 28217 blob sizes
Signed-off-by: Göran Wallgren <[email protected]>
0 commit comments