aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge branch 'jk/submodule-init-segv-fix'Junio C Hamano1-3/+3
2017-04-24submodule_init: die cleanly on submodules without url definedJeff King1-3/+3
2017-04-19Merge branch 'bw/submodule-is-active'Junio C Hamano1-1/+1
2017-04-13submodule--helper: fix typo in is_active error messageStefan Beller1-1/+1
2017-04-11submodule--helper: add push-check subcommandBrandon Williams1-0/+45
2017-03-30Merge branch 'bw/submodule-is-active'Junio C Hamano1-12/+56
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano1-20/+2
2017-03-18submodule--helper init: set submodule.<name>.activeBrandon Williams1-0/+12
2017-03-18submodule init: initialize active submodulesBrandon Williams1-0/+30
2017-03-17submodule--helper clone: check for configured submodules using helperBrandon Williams1-12/+3
2017-03-17submodule--helper: add is-active subcommandBrandon Williams1-0/+11
2017-03-15submodule--helper.c: remove duplicate codeValery Tolstov1-20/+2
2017-02-28submodule init: warn about falling back to a local pathStefan Beller1-5/+3
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano1-1/+1
2017-01-27use absolute_pathdup()René Scharfe1-1/+1
2017-01-23Merge branch 'sb/submodule-init'Junio C Hamano1-6/+7
2017-01-12submodule update --init: display correct path from submoduleStefan Beller1-6/+7
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano1-11/+58
2016-12-12submodule: add absorb-git-dir functionStefan Beller1-0/+38
2016-12-12submodule--helper: set alternateLocation for cloned submodulesVitaly "_Vi" Shukela1-2/+17
2016-12-09submodule helper: support super prefixStefan Beller1-11/+20
2016-10-27Merge branch 'sb/submodule-ignore-trailing-slash'Junio C Hamano1-2/+6
2016-10-17Merge branch 'jk/alt-odb-cleanup'Junio C Hamano1-8/+3
2016-10-10alternates: use a separate scratch spaceJeff King1-8/+3
2016-10-10submodule: ignore trailing slash in relative urlStefan Beller1-0/+2
2016-10-10submodule: ignore trailing slash on superproject URLStefan Beller1-2/+4
2016-10-06Merge branch 'rs/cocci'Junio C Hamano1-1/+1
2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe1-1/+1
2016-09-26Merge branch 'jk/clone-recursive-progress'Junio C Hamano1-3/+15
2016-09-26Merge branch 'rs/cocci'Junio C Hamano1-2/+3
2016-09-22clone: pass --progress decision to recursive submodulesJeff King1-3/+15
2016-09-19Merge branch 'bc/object-id'Junio C Hamano1-2/+3
2016-09-15use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe1-2/+3
2016-09-08Merge branch 'sb/submodule-clone-rr'Junio C Hamano1-13/+123
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson1-2/+3
2016-08-17clone: recursive and reference option triggers submodule alternatesStefan Beller1-0/+102
2016-08-12submodule--helper update-clone: allow multiple referencesStefan Beller1-5/+9
2016-08-12submodule--helper module-clone: allow multiple referencesStefan Beller1-8/+12
2016-08-12Merge branch 'rs/child-process-init'Junio C Hamano1-2/+1
2016-08-12Merge branch 'sb/submodule-clone-retry'Junio C Hamano1-2/+6
2016-08-10Merge branch 'sb/submodule-update-dot-branch'Junio C Hamano1-2/+54
2016-08-09submodule--helper: use parallel processor correctlyStefan Beller1-2/+6
2016-08-05use CHILD_PROCESS_INIT to initialize automatic variablesRené Scharfe1-2/+1
2016-08-03submodule update: allow '.' for branch valueStefan Beller1-0/+18
2016-08-03submodule--helper: add remote-branch helperStefan Beller1-1/+35
2016-08-01submodule--helper: fix usage string for relative-pathStefan Beller1-1/+1
2016-07-22submodule-helper: fix indexing in clone retry error reporting pathJohannes Sixt1-1/+1
2016-07-11Merge branch 'sb/submodule-clone-retry'Junio C Hamano1-7/+59
2016-06-20Merge branch 'sb/submodule-recommend-shallowness'Junio C Hamano1-1/+6
2016-06-13submodule--helper: initial clone learns retry logicStefan Beller1-7/+59
2016-06-01submodule: remove bashism from shell scriptStefan Beller1-0/+12
2016-06-01submodule--helper: offer a consistent APIStefan Beller1-3/+1
2016-05-27submodule update: learn `--[no-]recommend-shallow` optionStefan Beller1-1/+6
2016-05-17Merge branch 'jk/submodule-c-credential'Junio C Hamano1-65/+0
2016-05-17Merge branch 'sb/submodule-init'Junio C Hamano1-14/+353
2016-05-06submodule: stop sanitizing config optionsJeff King1-17/+0
2016-05-03submodule init: redirect stdout to stderrStefan Beller1-1/+2
2016-04-29submodule--helper update-clone: abort gracefully on missing .gitmodulesStefan Beller1-13/+25
2016-04-29submodule init: fail gracefully with a missing .gitmodules fileStefan Beller1-3/+7
2016-04-28submodule--helper: move config-sanitizing to submodule.cJeff King1-48/+0
2016-04-22Merge branch 'sb/submodule-helper-clone-regression-fix'Junio C Hamano1-24/+16
2016-04-16submodule: port init from shell to CStefan Beller1-0/+115
2016-04-16submodule: port resolve_relative_url from shell to CStefan Beller1-1/+208
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano1-10/+4
2016-04-14Merge branch 'sb/submodule-helper-clone-regression-fix' into sb/submodule-initJunio C Hamano1-23/+18
2016-04-06Merge branch 'jk/submodule-c-credential'Junio C Hamano1-3/+73
2016-04-06Merge branch 'sb/submodule-parallel-update'Junio C Hamano1-2/+254
2016-04-01submodule--helper, module_clone: catch fprintf failureStefan Beller1-2/+2
2016-04-01submodule--helper: do not borrow absolute_path() result for too longJunio C Hamano1-5/+4
2016-04-01submodule--helper, module_clone: always operate on absolute pathsStefan Beller1-14/+14
2016-03-31submodule--helper clone: create the submodule path just onceStefan Beller1-4/+0
2016-03-31submodule--helper: fix potential NULL-dereferenceStefan Beller1-4/+4
2016-03-22submodule: fix regression for deinit without submodulesStefan Beller1-3/+3
2016-03-01git: submodule honor -c credential.* from command lineJacob Keller1-1/+67
2016-03-01submodule: fix segmentation fault in submodule--helper cloneJacob Keller1-3/+3
2016-03-01submodule: fix submodule--helper clone usageJacob Keller1-1/+1
2016-03-01submodule: check argc count for git submodule--helper cloneJacob Keller1-0/+4
2016-03-01submodule update: expose parallelism to the userStefan Beller1-1/+7
2016-03-01submodule helper: remove double 'fatal: ' prefixStefan Beller1-2/+2
2016-03-01git submodule update: have a dedicated helper for cloningStefan Beller1-0/+246
2016-02-24submodule helper list: respect correct path prefixStefan Beller1-8/+2
2015-09-08submodule: rewrite `module_clone` shell function in CStefan Beller1-0/+132
2015-09-03submodule: rewrite `module_name` shell function in CStefan Beller1-0/+22
2015-09-03submodule: rewrite `module_list` shell function in CStefan Beller1-0/+128