summaryrefslogtreecommitdiff
path: root/submodule.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/push-submodule-only'Junio C Hamano2017-01-311-0/+1
|\
| * submodules: add RECURSE_SUBMODULES_ONLY valueBrandon Williams2016-12-201-0/+1
* | Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-01-181-24/+32
|\ \
| * | submodule: rename and add flags to ok_to_remove_submoduleStefan Beller2016-12-271-1/+5
| * | submodule.h: add extern keyword to functionsStefan Beller2016-12-271-25/+30
* | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-181-0/+3
|\ \ \
| * | | submodules: load gitmodules file from commit sha1Brandon Williams2016-12-221-0/+1
| * | | submodules: add helper to determine if a submodule is initializedBrandon Williams2016-12-221-0/+1
| * | | submodules: add helper to determine if a submodule is populatedBrandon Williams2016-12-221-0/+1
* | | | Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-101-1/+4
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | submodule: add absorb-git-dir functionStefan Beller2016-12-121-0/+4
| * | move connect_work_tree_and_git_dir to dir.hStefan Beller2016-12-121-1/+0
| |/
* | push: fix --dry-run to not push submodulesbw/push-dry-runBrandon Williams2016-11-231-1/+3
* | serialize collection of refs that contain submodule changesHeiko Voigt2016-11-161-2/+3
|/
* diff: teach diff to display submodule difference with an inline diffJacob Keller2016-08-311-0/+6
* submodule: convert show_submodule_summary to use struct object_id *Jacob Keller2016-08-311-1/+1
* Merge branch 'jk/submodule-c-credential'Junio C Hamano2016-05-171-0/+7
|\
| * submodule: stop sanitizing config optionsjk/submodule-c-credentialJeff King2016-05-061-10/+1
| * submodule--helper: move config-sanitizing to submodule.cJeff King2016-04-281-0/+16
* | submodule: port init from shell to CStefan Beller2016-04-161-0/+1
* | Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano2016-04-141-0/+1
|\ \ | |/
| * Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano2016-01-121-1/+1
| |\
| * | push: add recurseSubmodules config optionMike Crowe2015-11-201-0/+1
* | | fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller2016-03-011-0/+2
* | | submodule-config: keep update strategy aroundStefan Beller2016-03-011-0/+16
| |/ |/|
* | submodules: allow parallel fetching, add tests and documentationStefan Beller2015-12-161-1/+1
|/
* submodule: allow erroneous values for the fetchRecurseSubmodules optionhv/submodule-configHeiko Voigt2015-08-191-1/+1
* submodule: use new config API for worktree configurationsHeiko Voigt2015-08-191-1/+0
* submodule: implement a config API for lookup of .gitmodules valuesHeiko Voigt2015-08-191-0/+1
* rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-061-0/+1
* mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-061-0/+1
* submodule.c: add .gitmodules staging helper functionsJens Lehmann2013-07-301-0/+2
* mv: move submodules using a gitfileJens Lehmann2013-07-301-0/+1
* submodule: print graph output next to submodule logJohn Keeping2013-04-051-0/+1
* submodule: display summary header in boldRamkumar Ramachandra2012-11-181-1/+1
* Merge branch 'jl/submodule-rm'Jeff King2012-10-291-0/+2
|\
| * submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann2012-09-291-0/+2
* | submodule: use argv_array instead of hand-building arraysJens Lehmann2012-09-021-1/+2
|/
* Merge branch 'hv/submodule-recurse-push'Junio C Hamano2012-04-241-1/+3
|\
| * push: teach --recurse-submodules the on-demand optionHeiko Voigt2012-03-301-0/+1
| * Refactor submodule push check to use string list instead of integerHeiko Voigt2012-03-301-1/+2
* | submodule: fix prototype of gitmodules_configRené Scharfe2012-04-101-1/+1
|/
* submodule: Search for merges only at end of recursive mergeBrad King2011-10-131-1/+1
* push: Don't push a repository with unpushed submodulesFredrik Gustafsson2011-08-201-0/+1
* fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann2011-03-091-1/+1
* fetch/pull: recurse into submodules when necessaryJens Lehmann2011-03-091-0/+9
* Add the 'fetch.recurseSubmodules' config settingJens Lehmann2010-11-121-1/+3
* fetch/pull: Add the --recurse-submodules optionJens Lehmann2010-11-121-0/+3
* Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano2010-08-211-0/+2
|\
| * Implement automatic fast-forward merge for submodulesHeiko Voigt2010-07-071-0/+2