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