summaryrefslogtreecommitdiff
path: root/submodule.h
AgeCommit message (Expand)Author
2020-08-12submodule: rename helper functions to avoid ambiguityShourya Shukla
2020-07-28argv-array: rename to strvecJeff King
2020-03-10get_superproject_working_tree(): return strbufAlexandr Miloslavskiy
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin
2019-05-13submodule: drop unused prefix parameter from some functionsJeff King
2018-12-26submodule: unset core.worktree if no working tree is presentStefan Beller
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano
2018-10-22submodule.c: remove some of the_repository referencesNguyễn Thái Ngọc Duy
2018-10-09submodule: add a helper to check if it is safe to write to .gitmodulesAntonio Ospite
2018-09-21submodule.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-08Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-08-03submodule.h: drop extern from function declarationNguyễn Thái Ngọc Duy
2018-06-14submodule: unset core.worktree if no working tree is presentStefan Beller
2018-06-04Merge branch 'jt/submodule-pull-recurse-rebase'Junio C Hamano
2018-05-30Merge branch 'sb/submodule-merge-in-merge-recursive'Junio C Hamano
2018-05-25submodule: do not pass null OID to setup_revisionsJonathan Tan
2018-05-17submodule: convert push_unpushed_submodules to take a struct refspecBrandon Williams
2018-05-16submodule.c: move submodule merging to merge-recursive.cStefan Beller
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-03-29submodule.h: drop declaration of connect_work_tree_and_git_dirStefan Beller
2018-02-22submodule: rename 'new' variablesBrandon Williams
2017-12-12submodule: convert get_next_submodule to not rely on the_indexBrandon Williams
2017-12-12submodule: used correct index in is_staging_gitmodules_okBrandon Williams
2017-12-12submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams
2017-09-28Merge branch 'hn/typofix'Junio C Hamano
2017-09-22submodule.h: typofixHan-Wen Nienhuys
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-27Merge branch 'sb/diff-color-move'Junio C Hamano
2017-08-22Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-08-11Merge branch 'bc/object-id'Junio C Hamano
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-08-03submodule-config: move submodule-config functions to submodule-config.cBrandon Williams
2017-08-03submodule: remove submodule_config callback routineBrandon Williams
2017-08-03submodule--helper: don't overlay config in update-cloneBrandon Williams
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano
2017-08-02submodule: check for unmerged .gitmodules outside of config parsingBrandon Williams
2017-08-02submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams
2017-08-02submodule: remove fetch.recursesubmodules from submodule-config parsingBrandon Williams
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams
2017-07-17submodule: convert submodule config lookup to use object_idbrian m. carlson