Commit db1e01e
Fix git log parsing to split by NUL+newline
- Git log with --pretty=format adds newlines between commits
- Split records by NUL+newline instead of double NUL
- Fixes test failures where only 1 of 3 commits was being parsed
Co-authored-by: Manuel Kießling <manuel@kiessling.net>1 parent 0b55322 commit db1e01e
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
| 258 | + | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments