Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gitless-vcs/gitless
/ diff_commits
Method
diff_commits
gitless/core.py:689–690 ·
view source on GitHub ↗
(self, c1, c2)
Source
from the content-addressed store, hash-verified
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)
691
692
def
__str__(self):
693
return
self.branch_name
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected