Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ merge-git.py
File
merge-git.py
scripts/merge-git.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
pygit2
import
discover_repository, Repository, Signature, GIT_OBJ_TREE, GIT_FILEMODE_BLOB, GIT_FILEMODE_TREE
2
3
def
find_targets(tree):
4
targets = []
Callers
nothing calls this directly
Calls
4
list
Function · 0.85
find_targets
Function · 0.85
wombo
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected