We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0672868 + b88f3fd commit 8ab19f6Copy full SHA for 8ab19f6
plumbing/object/commit.go
@@ -24,7 +24,7 @@ type Hash plumbing.Hash
24
// at a certain point in time. It contains meta-information about that point
25
// in time, such as a timestamp, the author of the changes since the last
26
// commit, a pointer to the previous commit(s), etc.
27
-// http://schacon.github.io/gitbook/1_the_git_object_model.html
+// http://shafiulazam.com/gitbook/1_the_git_object_model.html
28
type Commit struct {
29
// Hash of the commit object.
30
Hash plumbing.Hash
0 commit comments