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
2011-10-27Merge branch 'jk/argv-array' into maintJunio C Hamano
2011-10-16Merge branch 'jk/maint-fetch-submodule-check-fix' into maintJunio C Hamano
2011-09-14refactor argv_array into generic codeJeff King
2011-09-13fetch: avoid quadratic loop checking for updated submodulesJeff King
2011-09-12Sync with 1.7.6.3Junio C Hamano
2011-09-12Merge branch 'jl/maint-fetch-submodule-check-fix' into maintJunio C Hamano
2011-09-10fetch: skip on-demand checking when no submodules are configuredJens Lehmann
2011-09-03Merge branch 'fg/submodule-ff-check-before-push'Junio C Hamano
2011-08-29Merge branch 'nd/maint-clone-gitdir'Junio C Hamano
2011-08-23read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano
2011-08-21push: Don't push a repository with unpushed submodulesFredrik Gustafsson
2011-08-02Merge branch 'jl/maint-fetch-recursive-fix' into maintJunio C Hamano
2011-07-14Merge branch 'jl/maint-fetch-recursive-fix'Junio C Hamano
2011-06-21fetch: Also fetch submodules in subdirectories in on-demand modeJens Lehmann
2011-05-14Submodules: Don't parse .gitmodules when it contains, merge conflictsJens Lehmann
2011-04-05Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano
2011-03-22Fix sparse warningsStephen Boyd
2011-03-16diff --submodule: split into bite-sized piecesJonathan Nieder
2011-03-10fetch/pull: Don't recurse into a submodule when commits are already presentJens Lehmann
2011-03-10Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' optionJens Lehmann
2011-03-10config: teach the fetch.recurseSubmodules option the 'on-demand' valueJens Lehmann
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-12-10fetch_populated_submodules(): document dynamic allocationJunio C Hamano
2010-11-13Submodules: Add the "fetchRecurseSubmodules" config optionJens 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-09Add the 'diff.ignoreSubmodules' config settingJohannes Schindelin
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-04-10Teach diff --submodule and status to handle .git files in submodulesJens 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-02-25is_submodule_modified(): clear environment properlyGiuseppe Bilotta
2010-01-31Fix memory leak in submodule.cJens Lehmann
2010-01-31is_submodule_modified(): fix breakage with external GIT_INDEX_FILEv1.7.0-rc1Junio C Hamano
2010-01-25Teach diff --submodule that modified submodule directory is dirtyJens Lehmann
2010-01-23Merge branch 'jl/submodule-diff'Junio C Hamano
2010-01-17Show submodules as modified when they contain a dirty work treeJens Lehmann
2010-01-12submodule.c: mark file-local function staticJunio C Hamano
2009-11-21submodule.c: Squelch a "use before assignment" warningDavid Aguilar
2009-10-31fixup tr/stash-format mergeJunio C Hamano
2009-10-20Add the --submodule option to the diff option familyJohannes Schindelin