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 9377462 commit 3c6deb0Copy full SHA for 3c6deb0
1 file changed
git/objects/util.py
@@ -328,6 +328,7 @@ def list_traverse(self, *args: Any, **kwargs: Any) -> IterableList[Union['Commit
328
# Union[IterableList['Commit'], IterableList['Submodule'], IterableList[Union['Submodule', 'Tree', 'Blob']]]
329
330
# NOTE: if is_edge=True, self.traverse returns a Tuple, so should be prevented or flattened?
331
+ kwargs['as_edge'] = False
332
out.extend(self.traverse(*args, **kwargs)) # type: ignore
333
return out
334
0 commit comments