pub const NULL_OID: &str = "0000000000000000000000000000000000000000";
The null OID returned by git when no commits exist (e.g., git rev-parse HEAD on an unborn branch).
git rev-parse HEAD