run-command API: have run_process_parallel() take an "opts" struct
Ævar Arnfjörð Bjarmason committed almost 4 years ago
run-command.c: use designated init for pp_init(), add "const"
Ævar Arnfjörð Bjarmason committed almost 4 years ago
run-command API: don't fall back on online_cpus()
Ævar Arnfjörð Bjarmason committed almost 4 years ago
run-command API: make "n" parameter a "size_t"
Ævar Arnfjörð Bjarmason committed almost 4 years ago
run-command tests: use "return", not "exit"
Ævar Arnfjörð Bjarmason committed almost 4 years ago
run-command API: have "run_processes_parallel{,_tr2}()" return void
Ævar Arnfjörð Bjarmason committed almost 4 years ago
run-command test helper: use "else if" pattern
Ævar Arnfjörð Bjarmason committed almost 4 years ago
docs: git-send-email: difference between ssl and tls smtp-encryption
Sotir Danailov committed almost 4 years ago
bundle-uri: suppress stderr from remote-https
Derrick Stolee committed almost 4 years ago
bundle-uri: quiet failed unbundlings
Derrick Stolee committed almost 4 years ago
bundle: add flags to verify_bundle()
Derrick Stolee committed almost 4 years ago
bundle-uri: fetch a list of bundles
Derrick Stolee committed almost 4 years ago
bundle: properly clear all revision flags
Derrick Stolee committed almost 4 years ago
bundle-uri: limit recursion depth for bundle lists
Derrick Stolee committed almost 4 years ago
bundle-uri: parse bundle list in config format
Derrick Stolee committed almost 4 years ago
bundle-uri: unit test "key=value" parsing
Ævar Arnfjörð Bjarmason committed almost 4 years ago
bundle-uri: create "key=value" line parsing
Ævar Arnfjörð Bjarmason committed almost 4 years ago
bundle-uri: create base key-value pair parsing
Derrick Stolee committed almost 4 years ago
bundle-uri: create bundle_list struct and helpers
Derrick Stolee committed almost 4 years ago
bundle-uri: use plain string in find_temp_filename()
Derrick Stolee committed almost 4 years ago