mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-01 13:25:13 +00:00
This moves the check for the "encoding" header into a loop which is just scanning for non-required headers at the end of a commit header. That loop will skip unrecognized lines (including header continuation lines) until a terminating completely blank line is found, and only then does it move to reading the commit message. |
||
|---|---|---|
| .. | ||
| commit.c | ||
| parent.c | ||
| parse.c | ||
| signature.c | ||
| write.c | ||