summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-12submodule: add absorb-git-dir functionLibravatar Stefan Beller1-0/+38
2016-12-12submodule--helper: set alternateLocation for cloned submodulesLibravatar Vitaly "_Vi" Shukela1-2/+17
2016-12-09submodule helper: support super prefixLibravatar Stefan Beller1-11/+20
2016-10-27Merge branch 'sb/submodule-ignore-trailing-slash'Libravatar Junio C Hamano1-2/+6
2016-10-17Merge branch 'jk/alt-odb-cleanup'Libravatar Junio C Hamano1-8/+3
2016-10-10alternates: use a separate scratch spaceLibravatar Jeff King1-8/+3
2016-10-10submodule: ignore trailing slash in relative urlLibravatar Stefan Beller1-0/+2
2016-10-10submodule: ignore trailing slash on superproject URLLibravatar Stefan Beller1-2/+4
2016-10-06Merge branch 'rs/cocci'Libravatar Junio C Hamano1-1/+1
2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2Libravatar René Scharfe1-1/+1
2016-09-26Merge branch 'jk/clone-recursive-progress'Libravatar Junio C Hamano1-3/+15
2016-09-26Merge branch 'rs/cocci'Libravatar Junio C Hamano1-2/+3
2016-09-22clone: pass --progress decision to recursive submodulesLibravatar Jeff King1-3/+15
2016-09-19Merge branch 'bc/object-id'Libravatar Junio C Hamano1-2/+3
2016-09-15use strbuf_addstr() for adding constant strings to a strbuf, part 2Libravatar René Scharfe1-2/+3
2016-09-08Merge branch 'sb/submodule-clone-rr'Libravatar Junio C Hamano1-13/+123
2016-09-07cache: convert struct cache_entry to use struct object_idLibravatar brian m. carlson1-2/+3
2016-08-17clone: recursive and reference option triggers submodule alternatesLibravatar Stefan Beller1-0/+102
2016-08-12submodule--helper update-clone: allow multiple referencesLibravatar Stefan Beller1-5/+9
2016-08-12submodule--helper module-clone: allow multiple referencesLibravatar Stefan Beller1-8/+12
2016-08-12Merge branch 'rs/child-process-init'Libravatar Junio C Hamano1-2/+1
2016-08-12Merge branch 'sb/submodule-clone-retry'Libravatar Junio C Hamano1-2/+6
2016-08-10Merge branch 'sb/submodule-update-dot-branch'Libravatar Junio C Hamano1-2/+54
2016-08-09submodule--helper: use parallel processor correctlyLibravatar Stefan Beller1-2/+6
2016-08-05use CHILD_PROCESS_INIT to initialize automatic variablesLibravatar René Scharfe1-2/+1
2016-08-03submodule update: allow '.' for branch valueLibravatar Stefan Beller1-0/+18
2016-08-03submodule--helper: add remote-branch helperLibravatar Stefan Beller1-1/+35
2016-08-01submodule--helper: fix usage string for relative-pathLibravatar Stefan Beller1-1/+1
2016-07-22submodule-helper: fix indexing in clone retry error reporting pathLibravatar Johannes Sixt1-1/+1
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