d0191cd549
The git log --graph output uses | characters in the ASCII art, which conflicts with using | as a format separator. Switch to NULL bytes (\x00) which won't appear in commit data. Also removed --graph flag since we build graph data from parent relationships instead.