diff --git a/templates/repo/patch.hamlet b/templates/repo/patch.hamlet index 919e91e..6c04e1e 100644 --- a/templates/repo/patch.hamlet +++ b/templates/repo/patch.hamlet @@ -52,7 +52,8 @@ $if null parents + #{n} - #{t} + +
#{t}
           $of AddBinaryFile path mode size
             

Add binary file #{path} #{mode} #{size} $of RemoveTextFile path mode lines @@ -62,7 +63,8 @@ $if null parents - #{n} - #{t} + +

#{t}
           $of RemoveBinaryFile path mode size
             

Remove binary file #{path} #{mode} #{size} $of MoveFile oldPath oldMode newPath newMode @@ -83,7 +85,8 @@ $if null parents - #{n} - #{t} + +

#{t}
           $of BinaryToText path oldSize oldMode lines newMode
             

Edit file #{path} #{oldMode} #{oldSize} → #{newMode} @@ -91,7 +94,8 @@ $if null parents
+ #{n} - #{t} + +
#{t}
 $else
   

This commit has multiple parents, and to be honest, I'm unsure how exactly