summaryrefslogtreecommitdiff
path: root/submodule.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-23Merge branch 'jt/submodule-name-to-gitdir'Libravatar Junio C Hamano1-0/+7
2021-09-15submodule: extract path to submodule gitdir funcLibravatar Jonathan Tan1-0/+7
2021-09-08grep: use submodule-ODB-as-alternate lazy-additionLibravatar Jonathan Tan1-0/+1
2021-09-08submodule: lazily add submodule ODBs as alternatesLibravatar Jonathan Tan1-0/+7
2021-04-14*: remove 'const' qualifier for struct index_stateLibravatar Derrick Stolee1-3/+3
2020-08-12submodule: rename helper functions to avoid ambiguityLibravatar Shourya Shukla1-1/+1
2020-07-28argv-array: rename to strvecLibravatar Jeff King1-3/+3
2020-03-10get_superproject_working_tree(): return strbufLibravatar Alexandr Miloslavskiy1-2/+2
2019-12-06Sync with 2.22.2Libravatar Johannes Schindelin1-0/+5
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin1-0/+5
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-0/+5
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin1-0/+5
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin1-0/+5
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin1-0/+5
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin1-0/+5
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin1-0/+5
2019-12-05Disallow dubiously-nested submodule git directoriesLibravatar Johannes Schindelin1-0/+5
2019-05-13submodule: drop unused prefix parameter from some functionsLibravatar Jeff King1-2/+1
2018-12-26submodule: unset core.worktree if no working tree is presentLibravatar Stefan Beller1-0/+2
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Libravatar Junio C Hamano1-0/+1
2018-10-22submodule.c: remove some of the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2018-10-09submodule: add a helper to check if it is safe to write to .gitmodulesLibravatar Antonio Ospite1-0/+1
2018-09-21submodule.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-3/+6
2018-09-07Revert "Merge branch 'sb/submodule-core-worktree'"Libravatar Jonathan Nieder1-2/+0
2018-08-20Merge branch 'en/incl-forward-decl'Libravatar Junio C Hamano1-2/+8
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-2/+8
2018-08-03submodule.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-56/+56
2018-06-14submodule: unset core.worktree if no working tree is presentLibravatar Stefan Beller1-0/+2
2018-06-04Merge branch 'jt/submodule-pull-recurse-rebase'Libravatar Junio C Hamano1-1/+4
2018-05-30Merge branch 'sb/submodule-merge-in-merge-recursive'Libravatar Junio C Hamano1-4/+2
2018-05-25submodule: do not pass null OID to setup_revisionsLibravatar Jonathan Tan1-1/+4
2018-05-18submodule: convert push_unpushed_submodules to take a struct refspecLibravatar Brandon Williams1-1/+2
2018-05-16submodule.c: move submodule merging to merge-recursive.cLibravatar Stefan Beller1-4/+2
2018-05-08Merge branch 'sb/submodule-move-nested'Libravatar Junio C Hamano1-1/+0
2018-03-29submodule.h: drop declaration of connect_work_tree_and_git_dirLibravatar Stefan Beller1-1/+0
2018-02-22submodule: rename 'new' variablesLibravatar Brandon Williams1-1/+1
2017-12-12submodule: convert get_next_submodule to not rely on the_indexLibravatar Brandon Williams1-4/+6
2017-12-12submodule: used correct index in is_staging_gitmodules_okLibravatar Brandon Williams1-1/+1
2017-12-12submodule: convert stage_updated_gitmodules to take a struct index_stateLibravatar Brandon Williams1-1/+1
2017-09-28Merge branch 'hn/typofix'Libravatar Junio C Hamano1-1/+1
2017-09-22submodule.h: typofixLibravatar Han-Wen Nienhuys1-1/+1
2017-08-26Merge branch 'bw/submodule-config-cleanup'Libravatar Junio C Hamano1-5/+1
2017-08-26Merge branch 'sb/diff-color-move'Libravatar Junio C Hamano1-9/+4
2017-08-22Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-3/+3
2017-08-11Merge branch 'bc/object-id'Libravatar Junio C Hamano1-1/+1
2017-08-03submodule: remove gitmodules_configLibravatar Brandon Williams1-2/+0
2017-08-03submodule-config: move submodule-config functions to submodule-config.cLibravatar Brandon Williams1-2/+0
2017-08-03submodule: remove submodule_config callback routineLibravatar Brandon Williams1-1/+0
2017-08-03submodule--helper: don't overlay config in update-cloneLibravatar Brandon Williams1-0/+1
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupLibravatar Junio C Hamano1-1/+1