Rework git log parsing and truncating (#260)

This commit is contained in:
Thomas Miceli
2024-04-27 01:49:53 +02:00
committed by GitHub
parent 6a8759e21e
commit 785d89d6ab
4 changed files with 268 additions and 109 deletions

View File

@ -125,7 +125,7 @@ like Opengist actually`,
require.Contains(t, commits[0].Files, File{
Filename: "my_other_file.txt",
OldFilename: "",
OldFilename: "my_other_file.txt",
Content: `@@ -1,2 +1,2 @@
I really
-hate Opengist