summaryrefslogtreecommitdiff
path: root/submodule.h
AgeCommit message (Expand)Author
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
2017-07-13Merge branch 'sb/pull-rebase-submodule'Junio C Hamano
2017-06-30submodule.c: migrate diff output to use emit_diff_symbolStefan Beller
2017-06-24submodule: convert is_submodule_initialized to work on a repositoryBrandon Williams
2017-06-24submodule: add repo_read_gitmodulesBrandon Williams
2017-06-23pull: optionally rebase submodules (remote submodule changes only)Stefan Beller
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller
2017-05-30reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams
2017-05-10submodule: add die_in_unpopulated_submodule functionBrandon Williams
2017-05-08submodule: convert merge_submodule to use struct object_idbrian m. carlson
2017-04-20Merge branch 'nd/files-backend-git-dir'Junio C Hamano