summaryrefslogtreecommitdiffstats
path: root/submodule.h
AgeCommit message (Expand)AuthorLines
2021-09-27*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason-1/+3
2021-09-27*.h _INIT macros: don't specify fields equal to 0Ævar Arnfjörð Bjarmason-1/+1
2021-09-23Merge branch 'jt/submodule-name-to-gitdir'Junio C Hamano-0/+7
2021-09-15submodule: extract path to submodule gitdir funcJonathan Tan-0/+7
2021-09-08grep: use submodule-ODB-as-alternate lazy-additionJonathan Tan-0/+1
2021-09-08submodule: lazily add submodule ODBs as alternatesJonathan Tan-0/+7
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee-3/+3
2020-08-12submodule: rename helper functions to avoid ambiguityShourya Shukla-1/+1
2020-07-28argv-array: rename to strvecJeff King-3/+3
2020-03-10get_superproject_working_tree(): return strbufAlexandr Miloslavskiy-2/+2
2019-12-06Sync with 2.22.2Johannes Schindelin-0/+5
2019-12-06Sync with 2.20.2Johannes Schindelin-0/+5
2019-12-06Sync with 2.19.3Johannes Schindelin-0/+5
2019-12-06Sync with 2.18.2Johannes Schindelin-0/+5
2019-12-06Sync with 2.17.3Johannes Schindelin-0/+5
2019-12-06Sync with 2.16.6Johannes Schindelin-0/+5
2019-12-06Sync with 2.15.4Johannes Schindelin-0/+5
2019-12-06Sync with 2.14.6Johannes Schindelin-0/+5
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin-0/+5
2019-05-13submodule: drop unused prefix parameter from some functionsJeff King-2/+1
2018-12-26submodule: unset core.worktree if no working tree is presentStefan Beller-0/+2
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano-0/+1
2018-10-22submodule.c: remove some of the_repository referencesNguyễn Thái Ngọc Duy-3/+3
2018-10-09submodule: add a helper to check if it is safe to write to .gitmodulesAntonio Ospite-0/+1
2018-09-21submodule.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-3/+6
2018-09-07Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder-2/+0
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano-2/+8
2018-08-15Add missing includes and forward declarationsElijah Newren-2/+8
2018-08-03submodule.h: drop extern from function declarationNguyễn Thái Ngọc Duy-56/+56
2018-06-14submodule: unset core.worktree if no working tree is presentStefan Beller-0/+2
2018-06-04Merge branch 'jt/submodule-pull-recurse-rebase'Junio C Hamano-1/+4
2018-05-30Merge branch 'sb/submodule-merge-in-merge-recursive'Junio C Hamano-4/+2
2018-05-25submodule: do not pass null OID to setup_revisionsJonathan Tan-1/+4
2018-05-18submodule: convert push_unpushed_submodules to take a struct refspecBrandon Williams-1/+2
2018-05-16submodule.c: move submodule merging to merge-recursive.cStefan Beller-4/+2
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano-1/+0
2018-03-29submodule.h: drop declaration of connect_work_tree_and_git_dirStefan Beller-1/+0
2018-02-22submodule: rename 'new' variablesBrandon Williams-1/+1
2017-12-12submodule: convert get_next_submodule to not rely on the_indexBrandon Williams-4/+6
2017-12-12submodule: used correct index in is_staging_gitmodules_okBrandon Williams-1/+1
2017-12-12submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams-1/+1
2017-09-28Merge branch 'hn/typofix'Junio C Hamano-1/+1
2017-09-22submodule.h: typofixHan-Wen Nienhuys-1/+1
2017-08-26Merge branch 'bw/submodule-config-cleanup'Junio C Hamano-5/+1
2017-08-26Merge branch 'sb/diff-color-move'Junio C Hamano-9/+4
2017-08-22Merge branch 'bw/grep-recurse-submodules'Junio C Hamano-3/+3
2017-08-11Merge branch 'bc/object-id'Junio C Hamano-1/+1
2017-08-03submodule: remove gitmodules_configBrandon Williams-2/+0
2017-08-03submodule-config: move submodule-config functions to submodule-config.cBrandon Williams-2/+0
2017-08-03submodule: remove submodule_config callback routineBrandon Williams-1/+0