Commit Diff


commit - 5d7c1dab5252fee0ce211c15833dfd75027f6d1c
commit + 2129468431e50164b67e02e0125a54a8216cec99
blob - 12bc2ce386641994a1b47022c651f0311ca8e556
blob + 33c390fcc8b6aeee5681321640ba925ccc9c4eed
--- got/got.1
+++ got/got.1
@@ -94,6 +94,9 @@ is specified with the
 .Fl c
 option, start traversing history at this commit.
 The
+.Ar commit
+argument is a SHA1 hash which corresponds to the commit object.
+The
 .Fl l
 option limits the output to a number of
 .Ar N
@@ -103,6 +106,9 @@ If the
 is omitted, use the current working directory.
 .It Cm diff [ Ar repository-path ] Ar object1 Ar object2
 Display the differences between two objects in the repository.
+Each
+.Ar object
+argument is a SHA1 hash which corresponds to the object.
 Both objects must be of the same type (blobs, trees, or commits).
 If the
 .Ar repository path