Skip to content

Use git.NullSHA instead of hardcoded "00000000..."

Ævar Arnfjörð Bjarmason requested to merge avar/use-git-nullsha into master

Change various code to use git.NullSHA instead of the hardcoded "0000000..." value. I'm not e.g. raw diff-tree output in tests, just the Go code itself.

Merge request reports