From b88f3fdf7d8a04791e57d5a19451281c60f5b1f1 Mon Sep 17 00:00:00 2001 From: Antonio Troina Date: Tue, 7 Nov 2017 21:44:55 +0000 Subject: Updating reference to the git object model --- plumbing/object/commit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/object') diff --git a/plumbing/object/commit.go b/plumbing/object/commit.go index 66ecabd..b70128c 100644 --- a/plumbing/object/commit.go +++ b/plumbing/object/commit.go @@ -24,7 +24,7 @@ type Hash plumbing.Hash // at a certain point in time. It contains meta-information about that point // in time, such as a timestamp, the author of the changes since the last // commit, a pointer to the previous commit(s), etc. -// http://schacon.github.io/gitbook/1_the_git_object_model.html +// http://shafiulazam.com/gitbook/1_the_git_object_model.html type Commit struct { // Hash of the commit object. Hash plumbing.Hash -- cgit