File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ def test_cloned_repo_object(self, local_dir):
68
68
commits_for_file = [c for c in commits_for_file_generator ]
69
69
commits_for_file
70
70
71
- # Outputs: [<git.Commit "5076b368c97b01d83406ca095a301303da7f6fd4 ">,
72
- # <git.Commit "d8dcd544e6fc5c00f6984424fc0cb4568abe518e ">]
71
+ # Outputs: [<git.Commit "SHA1-HEX-HASH-1 ">,
72
+ # <git.Commit "SHA1-HEX-HASH-1 ">]
73
73
# ![6-test_cloned_repo_object]
74
74
75
75
# Untracked files - create new file
@@ -124,14 +124,13 @@ def test_cloned_repo_object(self, local_dir):
124
124
125
125
# Iterating through tree
126
126
# [14-test_cloned_repo_object]
127
- tree = repo .tree ()
128
127
files_and_dirs = [entry for entry in tree ]
129
128
files_and_dirs
130
129
131
130
# Output
132
- # [<git.Tree "1d1cbc95a765e42bd46561f197eef01281a97ac0 ">,
133
- # <git.Tree "4ca53fd68b9a0eafd463c9681f1a26183a40779b ">,
134
- # <git.Blob "9d384f1b6903ad992a97f91f720d8709b2b71f84 ">]
131
+ # [<git.Commit "SHA1-HEX-HASH-1 ">,
132
+ # <git.Commit "SHA1-HEX-HASH-1 ">,
133
+ # <git.Commit "SHA1-HEX-HASH-1 ">]
135
134
136
135
# ![14-test_cloned_repo_object]
137
136
You can’t perform that action at this time.
0 commit comments