aboutsummaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAge
* submodule: Search for merges only at end of recursive mergeBrad King2011-10-13
* Merge branch 'jk/argv-array'Junio C Hamano2011-10-05
|\
| * refactor argv_array into generic codeJeff King2011-09-14
* | Merge branch 'jk/maint-fetch-submodule-check-fix'Junio C Hamano2011-10-05
|\ \ | |/
| * fetch: avoid quadratic loop checking for updated submodulesJeff King2011-09-12
* | Sync with 1.7.6.3Junio C Hamano2011-09-12
|\ \
| * \ Merge branch 'jl/maint-fetch-submodule-check-fix' into maintJunio C Hamano2011-09-12
| |\ \
| | * | fetch: skip on-demand checking when no submodules are configuredJens Lehmann2011-09-09
| | |/
* | | Merge branch 'fg/submodule-ff-check-before-push'Junio C Hamano2011-09-02
|\ \ \
| * | | push: Don't push a repository with unpushed submodulesFredrik Gustafsson2011-08-20
| |/ /
| * | Merge branch 'jl/maint-fetch-recursive-fix' into maintJunio C Hamano2011-08-01
| |\ \ | | |/ | |/|
* | | Merge branch 'nd/maint-clone-gitdir'Junio C Hamano2011-08-28
|\ \ \
| * | | read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano2011-08-22
| |/ /
* | | Merge branch 'jl/maint-fetch-recursive-fix'Junio C Hamano2011-07-13
|\ \ \ | |/ / |/| / | |/
| * fetch: Also fetch submodules in subdirectories in on-demand modeJens Lehmann2011-06-20
* | Submodules: Don't parse .gitmodules when it contains, merge conflictsJens Lehmann2011-05-14
|/
* Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano2011-04-04
|\
| * fetch/pull: Don't recurse into a submodule when commits are already presentJens Lehmann2011-03-09
| * Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' optionJens Lehmann2011-03-09
| * config: teach the fetch.recurseSubmodules option the 'on-demand' valueJens Lehmann2011-03-09
| * fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann2011-03-09
| * fetch/pull: recurse into submodules when necessaryJens Lehmann2011-03-09
* | Fix sparse warningsStephen Boyd2011-03-22
* | diff --submodule: split into bite-sized piecesJonathan Nieder2011-03-16
|/
* fetch_populated_submodules(): document dynamic allocationJunio C Hamano2010-12-09
* Submodules: Add the "fetchRecurseSubmodules" config optionJens Lehmann2010-11-12
* Add the 'fetch.recurseSubmodules' config settingJens Lehmann2010-11-12
* fetch/pull: Add the --recurse-submodules optionJens Lehmann2010-11-12
* Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano2010-08-21
|\
| * Implement automatic fast-forward merge for submodulesHeiko Voigt2010-07-07
* | Add the 'diff.ignoreSubmodules' config settingJohannes Schindelin2010-08-09
* | Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann2010-08-09
* | Submodules: Add the new "ignore" config option for diff and statusJens Lehmann2010-08-09
|/
* Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-25
* Teach diff --submodule and status to handle .git files in submodulesJens Lehmann2010-04-10
* git status: ignoring untracked files must apply to submodules tooJens Lehmann2010-03-13
* git diff --submodule: Show detailed dirty status of submodulesJens Lehmann2010-03-04
* is_submodule_modified(): clear environment properlyGiuseppe Bilotta2010-02-24
* Fix memory leak in submodule.cJens Lehmann2010-01-31
* is_submodule_modified(): fix breakage with external GIT_INDEX_FILEv1.7.0-rc1Junio C Hamano2010-01-30
* Teach diff --submodule that modified submodule directory is dirtyJens Lehmann2010-01-24
* Merge branch 'jl/submodule-diff'Junio C Hamano2010-01-22
|\
| * Show submodules as modified when they contain a dirty work treeJens Lehmann2010-01-16
* | submodule.c: mark file-local function staticJunio C Hamano2010-01-12
|/
* submodule.c: Squelch a "use before assignment" warningDavid Aguilar2009-11-20
* fixup tr/stash-format mergeJunio C Hamano2009-10-30
* Add the --submodule option to the diff option familyJohannes Schindelin2009-10-19