added git options in ini

moved all the code from git_command to the git tool
changed task_conf_holder to make the git tool since it's getting pretty complex
fixed task name in options not supporting super
fixed pipes behaving weirdly when copying process objects
This commit is contained in:
isanae
2020-05-17 21:23:43 -04:00
parent 601fae8689
commit 9107ea45cb
26 changed files with 553 additions and 346 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ void python::build_and_install_prebuilt()
void python::fetch_from_source()
{
run_tool(git(task_conf().git_op())
run_tool(task_conf().make_git()
.url(make_github_url("python", "cpython"))
.branch(version())
.output(source_path()));