1
0
Fork 0
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:
naskya 2023-11-08 15:26:19 +09:00
parent 2e2e6bc630
commit 1bf1fb22c5
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -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