|
sanitize_prefix(prefix)
Sanitize the prefix used for generating source archives |
|
|
|
compress(cmd,
options,
output,
input_data=None)
Filter data through a compressor cmd. |
|
|
|
git_archive_submodules(repo,
treeish,
output,
tmpdir_base,
prefix,
comp_type,
comp_level,
comp_opts,
format=' tar ' )
Create a source tree archive with submodules. |
|
|
|
git_archive_single(repo,
treeish,
output,
prefix,
comp_type,
comp_level,
comp_opts,
format=' tar ' )
Create an archive without submodules |
|
|
|
untar_data(outdir,
data)
Extract tar provided as an iterable |
|
|
|
dump_tree(repo,
export_dir,
treeish,
with_submodules,
recursive=True)
Dump a git tree-ish to output_dir |
|
|
|
wc_index(repo)
Get path of the temporary index file used for exporting working copy |
|
|
|
write_wc(repo,
force=True,
untracked=True)
write out the current working copy as a treeish object |
|
|
|
drop_index(repo)
drop our custom index |
|
|
|
clone_index(repo)
Copy the current index file to our custom index file |
|
|