Home
last modified time | relevance | path

Searched defs:git (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dsync_source_lists_from_cmake.py55 def git(args): subprocess.check_call(['git'] + args, shell=os.name == 'nt') function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/git/
H A Dpre-push.py130 def git(*cmd, **kwargs): function