aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/commit.go
diff options
context:
space:
mode:
authorAntonio Troina <thoeni@gmail.com>2017-11-07 21:44:55 +0000
committerGitHub <noreply@github.com>2017-11-07 21:44:55 +0000
commitb88f3fdf7d8a04791e57d5a19451281c60f5b1f1 (patch)
treefd43fea8553c16e2882db970c585601728852f54 /plumbing/object/commit.go
parent06728688aa3026a6edb36d3319922e25bce89392 (diff)
downloadgo-git-b88f3fdf7d8a04791e57d5a19451281c60f5b1f1.tar.gz
Updating reference to the git object model
Diffstat (limited to 'plumbing/object/commit.go')
-rw-r--r--plumbing/object/commit.go2
1 files changed, 1 insertions, 1 deletions
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