Functions§
- archive
- Run git archive and return the archive bytes.
- info_
refs - Run git info/refs advertisement (for both v1 and v2).
- init_
bare - Initialize a bare git repo with all features enabled.
- run_
pack - Run git upload-pack or receive-pack (stateless RPC).
- spawn_
git - Run git upload-pack or receive-pack directly (for SSH, non-stateless). Returns the child process for piping.
- spawn_
upload_ archive - Run git-upload-archive for SSH transport.