MCPcopy 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
300def _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_branchFunction · 0.85
_git_current_shaFunction · 0.85

Calls 1

extendMethod · 0.80

Tested by

no test coverage detected