|
sanitize_prefix(prefix)
Sanitize the prefix used for generating source archives |
|
|
|
git_archive_submodules(repo,
treeish,
output,
prefix,
comp_type,
comp_level,
comp_opts,
format=' tar ' )
Create a source tree archive with submodules. |
|
|
|
git_archive_single(treeish,
output,
prefix,
comp_type,
comp_level,
comp_opts,
format=' tar ' )
Create an archive without submodules |
|
|
|
dump_tree(repo,
export_dir,
treeish,
with_submodules,
recursive=True)
dump a tree to output_dir |
|
|
|
write_wc(repo,
force=True)
write out the current working copy as a treeish object |
|
|
|
drop_index()
drop our custom index |
|
|