summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/submodule-ignore-trailing-slash'Junio C Hamano2016-10-271-2/+6
|\
| * submodule: ignore trailing slash in relative urlStefan Beller2016-10-101-0/+2
| * submodule: ignore trailing slash on superproject URLStefan Beller2016-10-101-2/+4
* | Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-10-171-8/+3
|\ \
| * | alternates: use a separate scratch spaceJeff King2016-10-101-8/+3
* | | Merge branch 'rs/cocci'Junio C Hamano2016-10-061-1/+1
|\ \ \ | |/ / |/| |
| * | use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe2016-09-271-1/+1
* | | Merge branch 'jk/clone-recursive-progress'Junio C Hamano2016-09-261-3/+15
|\ \ \
| * | | clone: pass --progress decision to recursive submodulesjk/clone-recursive-progressJeff King2016-09-221-3/+15
* | | | Merge branch 'rs/cocci'Junio C Hamano2016-09-261-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe2016-09-151-2/+3
* | | | Merge branch 'bc/object-id'Junio C Hamano2016-09-191-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-2/+3
| |/ /
* | | Merge branch 'sb/submodule-clone-rr'Junio C Hamano2016-09-081-13/+123
|\ \ \ | |/ / |/| |
| * | clone: recursive and reference option triggers submodule alternatessb/submodule-clone-rrStefan Beller2016-08-171-0/+102
| * | submodule--helper update-clone: allow multiple referencesStefan Beller2016-08-121-5/+9
| * | submodule--helper module-clone: allow multiple referencesStefan Beller2016-08-121-8/+12
* | | 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
|\ \ \ \ \ | | |_|_|/ | |/| | |