summaryrefslogtreecommitdiffstats
path: root/submodule.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-4/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
| | |/ / | |/| |
* | | | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-281-1/+1
| * | | config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-281-2/+1
* | | | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-2/+2
|\ \ \ \
| * | | | run_processes_parallel: mark unused callback parametersJeff King2023-02-241-2/+2
| | |/ / | |/| |
* | | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-2/+2
|/ / /
* | | Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano2023-01-051-27/+23
|\ \ \ | |_|/ |/| |
| * | read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason2022-12-261-19/+10
| * | submodule--helper: don't use global --super-prefix in "absorbgitdirs"Ævar Arnfjörð Bjarmason2022-12-261-5/+7
| * | submodule.c & submodule--helper: pass along "super_prefix" paramÆvar Arnfjörð Bjarmason2022-12-261-6/+9
| |/
* / diff: mark unused parameters in callbacksJeff King2022-12-131-1/+1
|/
* Merge branch 'jt/submodule-on-demand'Junio C Hamano2022-11-231-0/+6
|\
| * Doc: document push.recurseSubmodules=onlyJonathan Tan2022-11-141-0/+6
* | submodule API & "absorbgitdirs": remove "----recursive" optionÆvar Arnfjörð Bjarmason2022-11-081-10/+3
* | submodule.c: refactor recursive block out of absorb functionÆvar Arnfjörð Bjarmason2022-11-081-12/+18
|/
* Merge branch 'rs/absorb-git-dir-simplify'Taylor Blau2022-10-311-9/+3
|\
| * submodule: use strvec_pushf() for --super-prefixRené Scharfe2022-10-231-9/+3
* | run-command API: move *_tr2() users to "run_processes_parallel()"Ævar Arnfjörð Bjarmason2022-10-121-6/+12
|/
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-6/+6
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-6/+6
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-5/+8
|\|
| * config: mark unused callback parametersJeff King2022-08-191-1/+2
| * refs: mark unused each_ref_fn parametersJeff King2022-08-191-4/+6
* | submodule API: don't handle SM_..{UNSPECIFIED,COMMAND} in to_string()Ævar Arnfjörð Bjarmason2022-09-021-7/+5
|/
* Merge branch 'ab/leakfix'Junio C Hamano2022-07-181-1/+2
|\
| * submodule.c: free() memory from xgetcwd()Ævar Arnfjörð Bjarmason2022-07-011-1/+2
* | submodule--helper: rename "absorb-git-dirs" to "absorbgitdirs"Ævar Arnfjörð Bjarmason2022-06-281-1/+1
|/
* Merge branch 'ab/env-array'Junio C Hamano2022-06-111-19/+19
|\
| * run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-19/+19
* | Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-5/+6
|\ \ | |/ |/|
| * revisions API users: use release_revisions() needing REV_INFO_INITÆvar Arnfjörð Bjarmason2022-04-141-1/+2
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-0/+2
| * cocci: add and apply free_commit_list() rulesÆvar Arnfjörð Bjarmason2022-04-141-4/+2
* | Merge branch 'jt/reset-grafts-when-resetting-shallow'Junio C Hamano2022-03-291-0/+1
|\ \
| * | shallow: reset commit grafts when shallow is resetJonathan Tan2022-03-181-0/+1
| |/
* | submodule: fix latent check_has_commit() bugGlen Choo2022-03-171-33/+2
* | fetch: fetch unpopulated, changed submodulesGlen Choo2022-03-171-16/+177
* | submodule: move logic into fetch_task_create()Glen Choo2022-03-081-47/+52
* | submodule: extract get_fetch_task()Glen Choo2022-03-081-25/+36
* | submodule: store new submodule commits oid_array in a structGlen Choo2022-03-081-18/+34
* | submodule: inline submodule_commits() into callerGlen Choo2022-03-081-16/+6
* | submodule: make static functions read submodules from commitsGlen Choo2022-03-081-10/+19
|/
* branch: add --recurse-submodules option for branch creationGlen Choo2022-02-041-2/+9
* Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Junio C Hamano2021-10-261-3/+15
|\
| * submodule: trace adding submodule ODB as alternateJonathan Tan2021-10-091-0/+2
| * submodule: pass repo to check_has_commit()Jonathan Tan2021-10-091-3/+13
| * Merge branch 'jk/ref-paranoia' into jt/no-abuse-alternate-odb-for-submodulesJunio C Hamano2021-09-291-22/+55
| |\