ref: a902f6849d938a51fa34dc292f5c81d26c4b6c36
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 )