ref: 0b2dcaabe23d45f6feb2273031854b14b512e3ff
dir: /format/commitgraph/bloom/constants.go/
package bloom const ( // DataHeaderSize is the size of the BDAT header in commit-graph files. DataHeaderSize = 3 * 4 // DefaultMaxChange matches Git's default max-changed-paths behavior. DefaultMaxChange = 512 )