Commit fe853ce
committed
filter-repo: add missing newline in printout
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 <goran.wallgren@surgicalscience.com>1 parent ccc1885 commit fe853ce
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2903 | 2903 | | |
2904 | 2904 | | |
2905 | 2905 | | |
2906 | | - | |
| 2906 | + | |
2907 | 2907 | | |
2908 | 2908 | | |
2909 | 2909 | | |
| |||
0 commit comments