Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ _git_command
Function
_git_command
src/script/build-with-container.py:300–303 ·
view source on GitHub ↗
(ctx, args)
Source
from the content-addressed store, hash-verified
298
299
300
def
_git_command(ctx, args):
301
cmd = [
"git"
]
302
cmd.extend(args)
303
return
cmd
304
305
306
# Assume that the git version will not be changing after the 1st time
Callers
2
_git_current_branch
Function · 0.85
_git_current_sha
Function · 0.85
Calls
1
extend
Method · 0.80
Tested by
no test coverage detected