diff options
author | Antonio Troina <thoeni@gmail.com> | 2017-11-07 21:44:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 21:44:55 +0000 |
commit | b88f3fdf7d8a04791e57d5a19451281c60f5b1f1 (patch) | |
tree | fd43fea8553c16e2882db970c585601728852f54 /plumbing/object | |
parent | 06728688aa3026a6edb36d3319922e25bce89392 (diff) | |
download | go-git-b88f3fdf7d8a04791e57d5a19451281c60f5b1f1.tar.gz |
Updating reference to the git object model
Diffstat (limited to 'plumbing/object')
-rw-r--r-- | plumbing/object/commit.go | 2 |
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 |