Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-01Merge branch 'bw/push-submodule-only'Junio C Hamano
2017-01-19Merge branch 'sb/submodule-rm-absorb'Junio C Hamano
2017-01-19Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-01-11Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano
2016-12-28submodule: rename and add flags to ok_to_remove_submoduleStefan Beller
2016-12-28submodule.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-13submodule: add absorb-git-dir functionStefan Beller
2016-12-13move 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-18Merge 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-13Merge 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-07rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann
2013-08-07mv: update the path entry in .gitmodules for moved submodulesJens Lehmann
2013-07-31submodule.c: add .gitmodules staging helper functionsJens Lehmann
2013-07-31mv: 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-25Merge 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-10fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann
2011-03-10fetch/pull: recurse into submodules when necessaryJens Lehmann
2010-11-13Add the 'fetch.recurseSubmodules' config settingJens Lehmann
2010-11-13fetch/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