summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-11Merge branch 'sb/submodule-clone-retry'Libravatar Junio C Hamano1-7/+59
2016-06-20Merge branch 'sb/submodule-recommend-shallowness'Libravatar Junio C Hamano1-1/+6
2016-06-13submodule--helper: initial clone learns retry logicLibravatar Stefan Beller1-7/+59
2016-06-01submodule: remove bashism from shell scriptLibravatar Stefan Beller1-0/+12
2016-06-01submodule--helper: offer a consistent APILibravatar Stefan Beller1-3/+1
2016-05-27submodule update: learn `--[no-]recommend-shallow` optionLibravatar Stefan Beller1-1/+6
2016-05-17Merge branch 'jk/submodule-c-credential'Libravatar Junio C Hamano1-65/+0
2016-05-17Merge branch 'sb/submodule-init'Libravatar Junio C Hamano1-14/+353
2016-05-06submodule: stop sanitizing config optionsLibravatar Jeff King1-17/+0
2016-05-03submodule init: redirect stdout to stderrLibravatar Stefan Beller1-1/+2
2016-04-29submodule--helper update-clone: abort gracefully on missing .gitmodulesLibravatar Stefan Beller1-13/+25
2016-04-29submodule init: fail gracefully with a missing .gitmodules fileLibravatar Stefan Beller1-3/+7
2016-04-28submodule--helper: move config-sanitizing to submodule.cLibravatar Jeff King1-48/+0
2016-04-22Merge branch 'sb/submodule-helper-clone-regression-fix'Libravatar Junio C Hamano1-24/+16
2016-04-16submodule: port init from shell to CLibravatar Stefan Beller1-0/+115
2016-04-16submodule: port resolve_relative_url from shell to CLibravatar Stefan Beller1-1/+208
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initLibravatar Junio C Hamano1-10/+4
2016-04-14Merge branch 'sb/submodule-helper-clone-regression-fix' into sb/submodule-initLibravatar Junio C Hamano1-23/+18
2016-04-06Merge branch 'jk/submodule-c-credential'Libravatar Junio C Hamano1-3/+73
2016-04-06Merge branch 'sb/submodule-parallel-update'Libravatar Junio C Hamano1-2/+254
2016-04-01submodule--helper, module_clone: catch fprintf failureLibravatar Stefan Beller1-2/+2
2016-04-01submodule--helper: do not borrow absolute_path() result for too longLibravatar Junio C Hamano1-5/+4
2016-04-01submodule--helper, module_clone: always operate on absolute pathsLibravatar Stefan Beller1-14/+14
2016-03-31submodule--helper clone: create the submodule path just onceLibravatar Stefan Beller1-4/+0
2016-03-31submodule--helper: fix potential NULL-dereferenceLibravatar Stefan Beller1-4/+4
2016-03-22submodule: fix regression for deinit without submodulesLibravatar Stefan Beller1-3/+3
2016-03-01git: submodule honor -c credential.* from command lineLibravatar Jacob Keller1-1/+67
2016-03-01submodule: fix segmentation fault in submodule--helper cloneLibravatar Jacob Keller1-3/+3
2016-03-01submodule: fix submodule--helper clone usageLibravatar Jacob Keller1-1/+1
2016-03-01submodule: check argc count for git submodule--helper cloneLibravatar Jacob Keller1-0/+4
2016-03-01submodule update: expose parallelism to the userLibravatar Stefan Beller1-1/+7
2016-03-01submodule helper: remove double 'fatal: ' prefixLibravatar Stefan Beller1-2/+2
2016-03-01git submodule update: have a dedicated helper for cloningLibravatar Stefan Beller1-0/+246
2016-02-24submodule helper list: respect correct path prefixLibravatar Stefan Beller1-8/+2
2015-09-08submodule: rewrite `module_clone` shell function in CLibravatar Stefan Beller1-0/+132
2015-09-03submodule: rewrite `module_name` shell function in CLibravatar Stefan Beller1-0/+22
2015-09-03submodule: rewrite `module_list` shell function in CLibravatar Stefan Beller1-0/+128