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.
1 parent ef4d6d5 commit 8138b3aCopy full SHA for 8138b3a
test/test_quick_doc.py
@@ -77,7 +77,7 @@ def test_cloned_repo_object(self, local_dir):
77
commits_for_file
78
79
# Outputs: [<git.Commit "SHA1-HEX_HASH-2">,
80
- # <git.Commit "SHA1-HEX-HASH-2">]
+ # <git.Commit "SHA1-HEX-HASH-1">]
81
# ![6-test_cloned_repo_object]
82
83
# Untracked files - create new file
@@ -198,7 +198,7 @@ def print_files_from_git(root, level=0):
198
print_file = 'dir1/file2.txt'
199
tree[print_file] # the head commit tree
200
201
- # Output <git.Blob "SHA1-HEX-HASH-1">
+ # Output <git.Blob "SHA1-HEX-HASH">
202
# ![17-test_cloned_repo_object]
203
204
# print latest file
0 commit comments