summaryrefslogtreecommitdiff
path: root/submodule.h
AgeCommit message (Expand)Author
2017-07-13Merge branch 'sb/pull-rebase-submodule'Junio C Hamano
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
2017-04-20Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-04-11push: propagate remote and refspec with --recurse-submodulesBrandon Williams
2017-04-11push: propagate push-options with --recurse-submodulesBrandon Williams
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-03-28submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson
2017-03-27path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy
2017-03-16update submodules: add submodule_move_headStefan Beller
2017-03-16submodules: introduce check to see whether to touch a submoduleStefan Beller
2017-03-16update submodules: add a config option to determine if submodules are updatedStefan Beller
2017-03-16make is_submodule_populated gentlyStefan Beller
2017-03-08rev-parse: add --show-superproject-working-treeStefan Beller
2017-01-31Merge branch 'bw/push-submodule-only'Junio C Hamano
2017-01-18Merge branch 'sb/submodule-rm-absorb'Junio C Hamano
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano
2016-12-27submodule: rename and add flags to ok_to_remove_submoduleStefan Beller
2016-12-27submodule.h: add extern keyword to functionsStefan Beller
2016-12-22submodules: load gitmodules file from commit sha1Brandon Williams
2016-12-22submodules: add helper to determine if a submodule is initializedBrandon Williams
2016-12-22submodules: add helper to determine if a submodule is populatedBrandon Williams
2016-12-20submodules: add RECURSE_SUBMODULES_ONLY valueBrandon Williams
2016-12-12submodule: add absorb-git-dir functionStefan Beller
2016-12-12move connect_work_tree_and_git_dir to dir.hStefan Beller
2016-11-23push: fix --dry-run to not push submodulesBrandon Williams
2016-11-16serialize collection of refs that contain submodule changesHeiko Voigt
2016-09-01diff: teach diff to display submodule difference with an inline diffJacob Keller
2016-09-01submodule: convert show_submodule_summary to use struct object_id *Jacob Keller
2016-05-17Merge branch 'jk/submodule-c-credential'Junio C Hamano
2016-05-06submodule: stop sanitizing config optionsJeff King
2016-04-28submodule--helper: move config-sanitizing to submodule.cJeff King
2016-04-17submodule: port init from shell to CStefan Beller
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller
2016-03-01submodule-config: keep update strategy aroundStefan Beller
2016-01-12Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano
2015-12-16submodules: allow parallel fetching, add tests and documentationStefan Beller