aboutsummaryrefslogtreecommitdiff
path: root/submodule.h
Commit message (Expand)AuthorAge
* submodule: convert get_next_submodule to not rely on the_indexBrandon Williams2017-12-12
* submodule: used correct index in is_staging_gitmodules_okBrandon Williams2017-12-12
* submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams2017-12-12
* Merge branch 'hn/typofix'Junio C Hamano2017-09-28
|\
| * submodule.h: typofixHan-Wen Nienhuys2017-09-22
* | Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-26
|\ \
| * | submodule: remove gitmodules_configBrandon Williams2017-08-03
| * | submodule-config: move submodule-config functions to submodule-config.cBrandon Williams2017-08-03
| * | submodule: remove submodule_config callback routineBrandon Williams2017-08-03
| * | submodule--helper: don't overlay config in update-cloneBrandon Williams2017-08-03
| * | Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano2017-08-02
| |\ \
* | \ \ Merge branch 'sb/diff-color-move'Junio C Hamano2017-08-26
|\ \ \ \
| * | | | submodule.c: migrate diff output to use emit_diff_symbolStefan Beller2017-06-30
* | | | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-08-22
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | submodule: check for unmerged .gitmodules outside of config parsingBrandon Williams2017-08-02
| * | | | submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams2017-08-02
| * | | | submodule: remove fetch.recursesubmodules from submodule-config parsingBrandon Williams2017-08-02
| * | | | submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams2017-08-02
| | |_|/ | |/| |
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-08-11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | submodule: convert submodule config lookup to use object_idbrian m. carlson2017-07-17
* | | Merge branch 'sb/pull-rebase-submodule'Junio C Hamano2017-07-13
|\ \ \ | |/ / |/| |
| * | pull: optionally rebase submodules (remote submodule changes only)Stefan Beller2017-06-23
| |/
* | submodule: convert is_submodule_initialized to work on a repositoryBrandon Williams2017-06-23
* | submodule: add repo_read_gitmodulesBrandon Williams2017-06-23
|/
* Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano2017-06-13
|\
| * Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller2017-06-01
| * reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller2017-05-30
* | Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano2017-05-30
|\ \
| * | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams2017-05-12
| * | submodule: add die_in_unpopulated_submodule functionBrandon Williams2017-05-10
| |/
* | submodule: convert merge_submodule to use struct object_idbrian m. carlson2017-05-08
|/
* Merge branch 'nd/files-backend-git-dir'Junio C Hamano2017-04-19
|\
| * path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy2017-03-27
* | Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-04-19
|\ \
| * | push: propagate remote and refspec with --recurse-submodulesBrandon Williams2017-04-11
| * | push: propagate push-options with --recurse-submodulesBrandon Williams2017-04-11
* | | Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\ \ \ | |/ / |/| |
| * | Rename sha1_array to oid_arraybrian m. carlson2017-03-31
| * | submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson2017-03-28
| |/
* | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-03-28
|\ \ | |/ |/|
| * update submodules: add submodule_move_headStefan Beller2017-03-16
| * submodules: introduce check to see whether to touch a submoduleStefan Beller2017-03-15
| * update submodules: add a config option to determine if submodules are updatedStefan Beller2017-03-15
| * make is_submodule_populated gentlyStefan Beller2017-03-15
* | rev-parse: add --show-superproject-working-treeStefan Beller2017-03-08
|/
* Merge branch 'bw/push-submodule-only'Junio C Hamano2017-01-31
|\
| * submodules: add RECURSE_SUBMODULES_ONLY valueBrandon Williams2016-12-20
* | Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-01-18
|\ \
| * | submodule: rename and add flags to ok_to_remove_submoduleStefan Beller2016-12-27
| * | submodule.h: add extern keyword to functionsStefan Beller2016-12-27