summaryrefslogtreecommitdiff
path: root/submodule.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-31Merge branch 'bw/push-submodule-only'Libravatar Junio C Hamano1-0/+1
2017-01-18Merge branch 'sb/submodule-rm-absorb'Libravatar Junio C Hamano1-24/+32
2017-01-18Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-0/+3
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Libravatar Junio C Hamano1-1/+4
2016-12-27submodule: rename and add flags to ok_to_remove_submoduleLibravatar Stefan Beller1-1/+5
2016-12-27submodule.h: add extern keyword to functionsLibravatar Stefan Beller1-25/+30
2016-12-22submodules: load gitmodules file from commit sha1Libravatar Brandon Williams1-0/+1
2016-12-22submodules: add helper to determine if a submodule is initializedLibravatar Brandon Williams1-0/+1
2016-12-22submodules: add helper to determine if a submodule is populatedLibravatar Brandon Williams1-0/+1
2016-12-20submodules: add RECURSE_SUBMODULES_ONLY valueLibravatar Brandon Williams1-0/+1
2016-12-12submodule: add absorb-git-dir functionLibravatar Stefan Beller1-0/+4
2016-12-12move connect_work_tree_and_git_dir to dir.hLibravatar Stefan Beller1-1/+0
2016-11-23push: fix --dry-run to not push submodulesLibravatar Brandon Williams1-1/+3
2016-11-16serialize collection of refs that contain submodule changesLibravatar Heiko Voigt1-2/+3
2016-08-31diff: teach diff to display submodule difference with an inline diffLibravatar Jacob Keller1-0/+6
2016-08-31submodule: convert show_submodule_summary to use struct object_id *Libravatar Jacob Keller1-1/+1
2016-05-17Merge branch 'jk/submodule-c-credential'Libravatar Junio C Hamano1-0/+7
2016-05-06submodule: stop sanitizing config optionsLibravatar Jeff King1-10/+1
2016-04-28submodule--helper: move config-sanitizing to submodule.cLibravatar Jeff King1-0/+16
2016-04-16submodule: port init from shell to CLibravatar Stefan Beller1-0/+1
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initLibravatar Junio C Hamano1-0/+1
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionLibravatar Stefan Beller1-0/+2
2016-03-01submodule-config: keep update strategy aroundLibravatar Stefan Beller1-0/+16
2016-01-12Merge branch 'sb/submodule-parallel-fetch'Libravatar Junio C Hamano1-1/+1
2015-12-16submodules: allow parallel fetching, add tests and documentationLibravatar Stefan Beller1-1/+1
2015-11-20push: add recurseSubmodules config optionLibravatar Mike Crowe1-0/+1
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionLibravatar Heiko Voigt1-1/+1
2015-08-19submodule: use new config API for worktree configurationsLibravatar Heiko Voigt1-1/+0
2015-08-19submodule: implement a config API for lookup of .gitmodules valuesLibravatar Heiko Voigt1-0/+1
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeLibravatar Jens Lehmann1-0/+1
2013-08-06mv: update the path entry in .gitmodules for moved submodulesLibravatar Jens Lehmann1-0/+1
2013-07-30submodule.c: add .gitmodules staging helper functionsLibravatar Jens Lehmann1-0/+2
2013-07-30mv: move submodules using a gitfileLibravatar Jens Lehmann1-0/+1
2013-04-05submodule: print graph output next to submodule logLibravatar John Keeping1-0/+1
2012-11-18submodule: display summary header in boldLibravatar Ramkumar Ramachandra1-1/+1
2012-10-29Merge branch 'jl/submodule-rm'Libravatar Jeff King1-0/+2
2012-09-29submodule: teach rm to remove submodules unless they contain a git directoryLibravatar Jens Lehmann1-0/+2
2012-09-02submodule: use argv_array instead of hand-building arraysLibravatar Jens Lehmann1-1/+2
2012-04-24Merge branch 'hv/submodule-recurse-push'Libravatar Junio C Hamano1-1/+3
2012-04-10submodule: fix prototype of gitmodules_configLibravatar René Scharfe1-1/+1
2012-03-30push: teach --recurse-submodules the on-demand optionLibravatar Heiko Voigt1-0/+1
2012-03-30Refactor submodule push check to use string list instead of integerLibravatar Heiko Voigt1-1/+2
2011-10-13submodule: Search for merges only at end of recursive mergeLibravatar Brad King1-1/+1
2011-08-20push: Don't push a repository with unpushed submodulesLibravatar Fredrik Gustafsson1-0/+1
2011-03-09fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionLibravatar Jens Lehmann1-1/+1
2011-03-09fetch/pull: recurse into submodules when necessaryLibravatar Jens Lehmann1-0/+9
2010-11-12Add the 'fetch.recurseSubmodules' config settingLibravatar Jens Lehmann1-1/+3
2010-11-12fetch/pull: Add the --recurse-submodules optionLibravatar Jens Lehmann1-0/+3
2010-08-21Merge branch 'hv/submodule-find-ff-merge'Libravatar Junio C Hamano1-0/+2
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusLibravatar Jens Lehmann1-0/+1