MCPcopy
hub / github.com/gitless-vcs/gitless / history

Method history

gitless/core.py:686–687  ·  view source on GitHub ↗
(self, reverse=False)

Source from the content-addressed store, hash-verified

684 self.branch_name, pygit2.GIT_BRANCH_LOCAL)
685
686 def history(self, reverse=False):
687 return walker(self.gl_repo.git_repo, self.target, reverse=reverse)
688
689 def diff_commits(self, c1, c2):
690 return c1.tree.diff_to_tree(c2.tree)

Callers 6

fuseMethod · 0.95
mainFunction · 0.45
valid_inputFunction · 0.45
__assert_commitMethod · 0.45
__assert_historyMethod · 0.45

Calls 1

walkerFunction · 0.85

Tested by 3

__assert_commitMethod · 0.36
__assert_historyMethod · 0.36