summaryrefslogtreecommitdiff
path: root/submodule.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano2016-01-121-1/+1
|\
| * submodules: allow parallel fetching, add tests and documentationStefan Beller2015-12-161-1/+1
* | push: add recurseSubmodules config optionMike Crowe2015-11-201-0/+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
* | Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann2010-08-091-0/+1
* | Submodules: Add the new "ignore" config option for diff and statusJens Lehmann2010-08-091-0/+3
|/
* Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-251-0/+3
* git status: ignoring untracked files must apply to submodules tooJens Lehmann2010-03-131-1/+1
* git diff --submodule: Show detailed dirty status of submodulesJens Lehmann2010-03-041-1/+1
* Teach diff --submodule that modified submodule directory is dirtyJens Lehmann2010-01-241-0/+1
* Show submodules as modified when they contain a dirty work treeJens Lehmann2010-01-161-0/+1
* Add the --submodule option to the diff option familyJohannes Schindelin2009-10-191-0/+8