GIT_LOG_FORMAT
constGIT_LOG_FORMAT:"%H%x00%h%x00%P%x00%an%x00%ae%x00%at%x00%cn%x00%ce%x00%ct%x00%s%x00%b%x01"='%H%x00%h%x00%P%x00%an%x00%ae%x00%at%x00%cn%x00%ce%x00%ct%x00%s%x00%b%x01'
Defined in: src/parsers/index.ts:683
The format string used for git log parsing
Uses %x00 (NUL) as field separator and %x01 as record separator