MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _git_output

Function _git_output

deployments/desktop/shared/agents.py:1375–1377  ·  view source on GitHub ↗
(args: List[str], cwd: Path, *, timeout: int = 60)

Source from the content-addressed store, hash-verified

1373) -> subprocess.CompletedProcess[str]:
1374 return subprocess.run(
1375 ["git", *args],
1376 cwd=str(cwd),
1377 text=True,
1378 input=input,
1379 capture_output=True,
1380 check=check,

Callers 6

_git_ahead_behindFunction · 0.85
_ensure_notes_git_repoFunction · 0.85
_notes_llm_sync_reviewFunction · 0.85

Calls 1

_run_gitFunction · 0.85

Tested by

no test coverage detected