summaryrefslogtreecommitdiff
path: root/submodule.h
AgeCommit message (Expand)Author
2016-04-06Merge branch 'sb/submodule-parallel-update'Junio 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
2015-11-20push: add recurseSubmodules config optionMike Crowe
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko Voigt
2015-08-19submodule: use new config API for worktree configurationsHeiko Voigt
2015-08-19submodule: implement a config API for lookup of .gitmodules valuesHeiko Voigt
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann
2013-08-06mv: update the path entry in .gitmodules for moved submodulesJens Lehmann
2013-07-30submodule.c: add .gitmodules staging helper functionsJens Lehmann
2013-07-30mv: move submodules using a gitfileJens Lehmann
2013-04-05submodule: print graph output next to submodule logJohn Keeping
2012-11-19submodule: display summary header in boldRamkumar Ramachandra
2012-10-29Merge branch 'jl/submodule-rm'Jeff King
2012-09-29submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann
2012-09-03submodule: use argv_array instead of hand-building arraysJens Lehmann
2012-04-24Merge branch 'hv/submodule-recurse-push'Junio C Hamano
2012-04-10submodule: fix prototype of gitmodules_configRené Scharfe
2012-03-30push: teach --recurse-submodules the on-demand optionHeiko Voigt
2012-03-30Refactor submodule push check to use string list instead of integerHeiko Voigt
2011-10-13submodule: Search for merges only at end of recursive mergeBrad King
2011-08-21push: Don't push a repository with unpushed submodulesFredrik Gustafsson
2011-03-09fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann
2011-03-09fetch/pull: recurse into submodules when necessaryJens Lehmann
2010-11-12Add the 'fetch.recurseSubmodules' config settingJens Lehmann
2010-11-12fetch/pull: Add the --recurse-submodules optionJens Lehmann
2010-08-22Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann
2010-08-09Submodules: Add the new "ignore" config option for diff and statusJens Lehmann
2010-07-07Implement automatic fast-forward merge for submodulesHeiko Voigt
2010-06-25Add the option "--ignore-submodules" to "git status"Jens Lehmann
2010-03-14git status: ignoring untracked files must apply to submodules tooJens Lehmann
2010-03-05git diff --submodule: Show detailed dirty status of submodulesJens Lehmann
2010-01-25Teach diff --submodule that modified submodule directory is dirtyJens Lehmann
2010-01-17Show submodules as modified when they contain a dirty work treeJens Lehmann
2009-10-20Add the --submodule option to the diff option familyJohannes Schindelin