summaryrefslogtreecommitdiff
path: root/submodule.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-19Merge branch 'nd/files-backend-git-dir'Junio C Hamano1-0/+6
2017-04-19Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano1-1/+4
2017-04-19Merge branch 'bc/object-id'Junio C Hamano1-4/+4
2017-04-11push: propagate remote and refspec with --recurse-submodulesBrandon Williams1-1/+3
2017-04-11push: propagate push-options with --recurse-submodulesBrandon Williams1-0/+1
2017-03-31Rename sha1_array to oid_arraybrian m. carlson1-3/+3
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano1-1/+22
2017-03-28submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson1-1/+1
2017-03-27path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy1-0/+6
2017-03-16update submodules: add submodule_move_headStefan Beller1-0/+7
2017-03-15submodules: introduce check to see whether to touch a submoduleStefan Beller1-0/+7
2017-03-15update submodules: add a config option to determine if submodules are updatedStefan Beller1-0/+1
2017-03-15make is_submodule_populated gentlyStefan Beller1-1/+7
2017-03-08rev-parse: add --show-superproject-working-treeStefan Beller1-0/+8
2017-01-31Merge branch 'bw/push-submodule-only'Junio C Hamano1-0/+1
2017-01-18Merge branch 'sb/submodule-rm-absorb'Junio C Hamano1-24/+32
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano1-0/+3
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano1-1/+4
2016-12-27submodule: rename and add flags to ok_to_remove_submoduleStefan Beller1-1/+5
2016-12-27submodule.h: add extern keyword to functionsStefan Beller1-25/+30
2016-12-22submodules: load gitmodules file from commit sha1Brandon Williams1-0/+1
2016-12-22submodules: add helper to determine if a submodule is initializedBrandon Williams1-0/+1
2016-12-22submodules: add helper to determine if a submodule is populatedBrandon Williams1-0/+1
2016-12-20submodules: add RECURSE_SUBMODULES_ONLY valueBrandon Williams1-0/+1
2016-12-12submodule: add absorb-git-dir functionStefan Beller1-0/+4
2016-12-12move connect_work_tree_and_git_dir to dir.hStefan Beller1-1/+0
2016-11-23push: fix --dry-run to not push submodulesBrandon Williams1-1/+3
2016-11-16serialize collection of refs that contain submodule changesHeiko Voigt1-2/+3
2016-08-31diff: teach diff to display submodule difference with an inline diffJacob Keller1-0/+6
2016-08-31submodule: convert show_submodule_summary to use struct object_id *Jacob Keller1-1/+1
2016-05-17Merge branch 'jk/submodule-c-credential'Junio C Hamano1-0/+7
2016-05-06submodule: stop sanitizing config optionsJeff King1-10/+1
2016-04-28submodule--helper: move config-sanitizing to submodule.cJeff King1-0/+16
2016-04-16submodule: port init from shell to CStefan Beller1-0/+1
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano1-0/+1
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller1-0/+2
2016-03-01submodule-config: keep update strategy aroundStefan Beller1-0/+16
2016-01-12Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano1-1/+1
2015-12-16submodules: allow parallel fetching, add tests and documentationStefan Beller1-1/+1
2015-11-20push: add recurseSubmodules config optionMike Crowe1-0/+1
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko Voigt1-1/+1
2015-08-19submodule: use new config API for worktree configurationsHeiko Voigt1-1/+0
2015-08-19submodule: implement a config API for lookup of .gitmodules valuesHeiko Voigt1-0/+1
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann1-0/+1
2013-08-06mv: update the path entry in .gitmodules for moved submodulesJens Lehmann1-0/+1
2013-07-30submodule.c: add .gitmodules staging helper functionsJens Lehmann1-0/+2
2013-07-30mv: move submodules using a gitfileJens Lehmann1-0/+1
2013-04-05submodule: print graph output next to submodule logJohn Keeping1-0/+1
2012-11-18submodule: display summary header in boldRamkumar Ramachandra1-1/+1
2012-10-29Merge branch 'jl/submodule-rm'Jeff King1-0/+2