summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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