aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http_handle_repo_commit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_handle_repo_commit.go b/http_handle_repo_commit.go
index fe65756..25f1331 100644
--- a/http_handle_repo_commit.go
+++ b/http_handle_repo_commit.go
@@ -105,7 +105,7 @@ func (f fake_diff_file) Path() string {
}
var fake_diff_file_null = fake_diff_file{
- hash: plumbing.NewHash("e69de29bb2d1d6434b8b29ae775ad8c2e48c5391"),
+ hash: plumbing.NewHash("0000000000000000000000000000000000000000"),
mode: misc.First_or_panic(filemode.New("100644")),
path: "",
}