summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
Commit message (Expand)AuthorAgeFilesLines
* run_processes_parallel: change confusing task_cb conventionjs/run-process-parallel-api-fixJohannes Schindelin2017-07-211-1/+1
* use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe2016-09-271-1/+1
* use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe2016-09-151-2/+3
* Merge branch 'rs/child-process-init'Junio C Hamano2016-08-121-2/+1
|\
| * use CHILD_PROCESS_INIT to initialize automatic variablesrs/child-process-initRené Scharfe2016-08-051-2/+1
* | Merge branch 'sb/submodule-clone-retry'Junio C Hamano2016-08-121-2/+6
|\ \
| * | submodule--helper: use parallel processor correctlysb/submodule-clone-retryStefan Beller2016-08-091-2/+6
| |/
* | Merge branch 'sb/submodule-update-dot-branch'Junio C Hamano2016-08-101-2/+54
|\ \ | |/ |/|
| * submodule update: allow '.' for branch valueStefan Beller2016-08-031-0/+18
| * submodule--helper: add remote-branch helperStefan Beller2016-08-031-1/+35
| * submodule--helper: fix usage string for relative-pathStefan Beller2016-08-011-1/+1
* | submodule-helper: fix indexing in clone retry error reporting pathJohannes Sixt2016-07-221-1/+1
|/
* Merge branch 'sb/submodule-clone-retry'Junio C Hamano2016-07-111-7/+59
|\
| * submodule--helper: initial clone learns retry logicStefan Beller2016-06-131-7/+59
* | Merge branch 'sb/submodule-recommend-shallowness'Junio C Hamano2016-06-201-1/+6
|\ \ | |/
| * submodule update: learn `--[no-]recommend-shallow` optionStefan Beller2016-05-271-1/+6
* | submodule: remove bashism from shell scriptsb/submodule-helper-relative-pathStefan Beller2016-06-011-0/+12
* | submodule--helper: offer a consistent APIsb/submodule-helper-list-signal-unmatch-via-exit-statusStefan Beller2016-06-011-3/+1
|/
* Merge branch 'jk/submodule-c-credential'Junio C Hamano2016-05-171-65/+0
|\
| * submodule: stop sanitizing config optionsjk/submodule-c-credentialJeff King2016-05-061-17/+0
| * submodule--helper: move config-sanitizing to submodule.cJeff King2016-04-281-48/+0
* | Merge branch 'sb/submodule-init'Junio C Hamano2016-05-171-14/+353
|\ \
| * | submodule init: redirect stdout to stderrStefan Beller2016-05-031-1/+2
| * | submodule--helper update-clone: abort gracefully on missing .gitmodulesStefan Beller2016-04-291-13/+25
| * | submodule init: fail gracefully with a missing .gitmodules fileStefan Beller2016-04-291-3/+7
| * | submodule: port init from shell to CStefan Beller2016-04-161-0/+115
| * | submodule: port resolve_relative_url from shell to CStefan Beller2016-04-161-1/+208
| * | Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano2016-04-141-10/+4
| |\ \
| * \ \ Merge branch 'sb/submodule-helper-clone-regression-fix' into sb/submodule-initJunio C Hamano2016-04-141-23/+18
| |\ \ \
* | \ \ \ Merge branch 'sb/submodule-helper-clone-regression-fix'Junio C Hamano2016-04-221-24/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | submodule--helper, module_clone: catch fprintf failuresb/submodule-helper-clone-regression-fixStefan Beller2016-04-011-2/+2
| * | | | submodule--helper: do not borrow absolute_path() result for too longJunio C Hamano2016-04-011-5/+4
| * | | | submodule--helper, module_clone: always operate on absolute pathsStefan Beller2016-04-011-14/+14
| * | | | submodule--helper clone: create the submodule path just onceStefan Beller2016-03-311-4/+0
| * | | | submodule--helper: fix potential NULL-dereferenceStefan Beller2016-03-311-4/+4
* | | | | Merge branch 'jk/submodule-c-credential'Junio C Hamano2016-04-061-3/+73
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | git: submodule honor -c credential.* from command lineJacob Keller2016-03-011-1/+67
| * | | | submodule: fix segmentation fault in submodule--helper cloneJacob Keller2016-03-011-3/+3
| * | | | submodule: fix submodule--helper clone usageJacob Keller2016-03-011-1/+1
| * | | | submodule: check argc count for git submodule--helper cloneJacob Keller2016-03-011-0/+4
| |/ / /
* | | | Merge branch 'sb/submodule-parallel-update'Junio C Hamano2016-04-061-2/+254
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | submodule update: expose parallelism to the userStefan Beller2016-03-011-1/+7
| * | submodule helper: remove double 'fatal: ' prefixStefan Beller2016-03-011-2/+2
| * | git submodule update: have a dedicated helper for cloningStefan Beller2016-03-011-0/+246
| |/
* | submodule: fix regression for deinit without submodulesStefan Beller2016-03-221-3/+3
* | submodule helper list: respect correct path prefixsb/submodule-module-list-fixStefan Beller2016-02-241-8/+2
|/
* submodule: rewrite `module_clone` shell function in Csb/submodule-helperStefan Beller2015-09-081-0/+132
* submodule: rewrite `module_name` shell function in CStefan Beller2015-09-031-0/+22
* submodule: rewrite `module_list` shell function in CStefan Beller2015-09-031-0/+128