mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 03:14:53 +09:00
fix: preserve whitespaces in added/removed file
This commit is contained in:
parent
2e2e6bc630
commit
1bf1fb22c5
1 changed files with 8 additions and 4 deletions
|
@ -52,7 +52,8 @@ $if null parents
|
||||||
<tr>
|
<tr>
|
||||||
<td>+
|
<td>+
|
||||||
<td>#{n}
|
<td>#{n}
|
||||||
<td>#{t}
|
<td>
|
||||||
|
<pre>#{t}
|
||||||
$of AddBinaryFile path mode size
|
$of AddBinaryFile path mode size
|
||||||
<p>Add binary file #{path} #{mode} #{size}
|
<p>Add binary file #{path} #{mode} #{size}
|
||||||
$of RemoveTextFile path mode lines
|
$of RemoveTextFile path mode lines
|
||||||
|
@ -62,7 +63,8 @@ $if null parents
|
||||||
<tr>
|
<tr>
|
||||||
<td>-
|
<td>-
|
||||||
<td>#{n}
|
<td>#{n}
|
||||||
<td>#{t}
|
<td>
|
||||||
|
<pre>#{t}
|
||||||
$of RemoveBinaryFile path mode size
|
$of RemoveBinaryFile path mode size
|
||||||
<p>Remove binary file #{path} #{mode} #{size}
|
<p>Remove binary file #{path} #{mode} #{size}
|
||||||
$of MoveFile oldPath oldMode newPath newMode
|
$of MoveFile oldPath oldMode newPath newMode
|
||||||
|
@ -83,7 +85,8 @@ $if null parents
|
||||||
<tr>
|
<tr>
|
||||||
<td>-
|
<td>-
|
||||||
<td>#{n}
|
<td>#{n}
|
||||||
<td>#{t}
|
<td>
|
||||||
|
<pre>#{t}
|
||||||
$of BinaryToText path oldSize oldMode lines newMode
|
$of BinaryToText path oldSize oldMode lines newMode
|
||||||
<p>Edit file #{path} #{oldMode} #{oldSize} → #{newMode}
|
<p>Edit file #{path} #{oldMode} #{oldSize} → #{newMode}
|
||||||
<table .lines>
|
<table .lines>
|
||||||
|
@ -91,7 +94,8 @@ $if null parents
|
||||||
<tr>
|
<tr>
|
||||||
<td>+
|
<td>+
|
||||||
<td>#{n}
|
<td>#{n}
|
||||||
<td>#{t}
|
<td>
|
||||||
|
<pre>#{t}
|
||||||
$else
|
$else
|
||||||
<p>
|
<p>
|
||||||
This commit has multiple parents, and to be honest, I'm unsure how exactly
|
This commit has multiple parents, and to be honest, I'm unsure how exactly
|
||||||
|
|
Loading…
Reference in a new issue