summaryrefslogtreecommitdiffstats
path: root/submodule.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-03submodule: remove gitmodules_configBrandon Williams1-2/+0
2017-08-03submodule-config: move submodule-config functions to submodule-config.cBrandon Williams1-2/+0
2017-08-03submodule: remove submodule_config callback routineBrandon Williams1-1/+0
2017-08-03submodule--helper: don't overlay config in update-cloneBrandon Williams1-0/+1
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano1-1/+1
2017-08-02submodule: check for unmerged .gitmodules outside of config parsingBrandon Williams1-0/+1
2017-08-02submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams1-1/+1
2017-08-02submodule: remove fetch.recursesubmodules from submodule-config parsingBrandon Williams1-1/+1
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams1-1/+0
2017-07-17submodule: convert submodule config lookup to use object_idbrian m. carlson1-1/+1
2017-07-13Merge branch 'sb/pull-rebase-submodule'Junio C Hamano1-0/+4
2017-06-30submodule.c: migrate diff output to use emit_diff_symbolStefan Beller1-9/+4
2017-06-23submodule: convert is_submodule_initialized to work on a repositoryBrandon Williams1-1/+1