Age | Commit message (Expand) | Author | Files | Lines |
2011-10-05 | Merge branch 'jk/argv-array' | Junio C Hamano | 1 | -35/+6 |
2011-10-05 | Merge branch 'jk/maint-fetch-submodule-check-fix' | Junio C Hamano | 1 | -5/+72 |
2011-09-14 | refactor argv_array into generic code | Jeff King | 1 | -35/+6 |
2011-09-12 | fetch: avoid quadratic loop checking for updated submodules | Jeff King | 1 | -5/+72 |
2011-09-12 | Sync with 1.7.6.3 | Junio C Hamano | 1 | -0/+4 |
2011-09-12 | Merge branch 'jl/maint-fetch-submodule-check-fix' into maint | Junio C Hamano | 1 | -0/+4 |
2011-09-09 | fetch: skip on-demand checking when no submodules are configured | Jens Lehmann | 1 | -0/+4 |
2011-09-02 | Merge branch 'fg/submodule-ff-check-before-push' | Junio C Hamano | 1 | -0/+108 |
2011-08-28 | Merge branch 'nd/maint-clone-gitdir' | Junio C Hamano | 1 | -3/+3 |
2011-08-22 | read_gitfile_gently(): rename misnamed function to read_gitfile() | Junio C Hamano | 1 | -3/+3 |
2011-08-20 | push: Don't push a repository with unpushed submodules | Fredrik Gustafsson | 1 | -0/+108 |
2011-08-01 | Merge branch 'jl/maint-fetch-recursive-fix' into maint | Junio C Hamano | 1 | -0/+1 |
2011-07-13 | Merge branch 'jl/maint-fetch-recursive-fix' | Junio C Hamano | 1 | -0/+1 |
2011-06-20 | fetch: Also fetch submodules in subdirectories in on-demand mode | Jens Lehmann | 1 | -0/+1 |
2011-05-14 | Submodules: Don't parse .gitmodules when it contains, merge conflicts | Jens Lehmann | 1 | -2/+29 |
2011-04-04 | Merge branch 'jl/submodule-fetch-on-demand' | Junio C Hamano | 1 | -12/+140 |
2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -3/+3 |
2011-03-16 | diff --submodule: split into bite-sized pieces | Jonathan Nieder | 1 | -42/+61 |
2011-03-09 | fetch/pull: Don't recurse into a submodule when commits are already present | Jens Lehmann | 1 | -1/+28 |
2011-03-09 | Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' option | Jens Lehmann | 1 | -2/+7 |
2011-03-09 | config: teach the fetch.recurseSubmodules option the 'on-demand' value | Jens Lehmann | 1 | -1/+1 |
2011-03-09 | fetch/pull: Add the 'on-demand' value to the --recurse-submodules option | Jens Lehmann | 1 | -2/+6 |
2011-03-09 | fetch/pull: recurse into submodules when necessary | Jens Lehmann | 1 | -7/+99 |
2010-12-09 | fetch_populated_submodules(): document dynamic allocation | Junio C Hamano | 1 | -1/+2 |
2010-11-12 | Submodules: Add the "fetchRecurseSubmodules" config option | Jens Lehmann | 1 | -2/+18 |
2010-11-12 | Add the 'fetch.recurseSubmodules' config setting | Jens Lehmann | 1 | -1/+17 |
2010-11-12 | fetch/pull: Add the --recurse-submodules option | Jens Lehmann | 1 | -1/+65 |
2010-08-21 | Merge branch 'hv/submodule-find-ff-merge' | Junio C Hamano | 1 | -0/+161 |
2010-08-09 | Add the 'diff.ignoreSubmodules' config setting | Johannes Schindelin | 1 | -0/+4 |
2010-08-09 | Submodules: Use "ignore" settings from .gitmodules too for diff and status | Jens Lehmann | 1 | -0/+19 |
2010-08-09 | Submodules: Add the new "ignore" config option for diff and status | Jens Lehmann | 1 | -1/+56 |
2010-07-07 | Implement automatic fast-forward merge for submodules | Heiko Voigt | 1 | -0/+161 |
2010-06-25 | Add the option "--ignore-submodules" to "git status" | Jens Lehmann | 1 | -0/+13 |
2010-04-10 | Teach diff --submodule and status to handle .git files in submodules | Jens Lehmann | 1 | -17/+16 |
2010-03-13 | git status: ignoring untracked files must apply to submodules too | Jens Lehmann | 1 | -2/+7 |
2010-03-04 | git diff --submodule: Show detailed dirty status of submodules | Jens Lehmann | 1 | -5/+35 |
2010-02-24 | is_submodule_modified(): clear environment properly | Giuseppe Bilotta | 1 | -11/+11 |
2010-01-31 | Fix memory leak in submodule.c | Jens Lehmann | 1 | -5/+9 |
2010-01-30 | is_submodule_modified(): fix breakage with external GIT_INDEX_FILE | Junio C Hamano | 1 | -2/+5 |
2010-01-24 | Teach diff --submodule that modified submodule directory is dirty | Jens Lehmann | 1 | -0/+3 |
2010-01-22 | Merge branch 'jl/submodule-diff' | Junio C Hamano | 1 | -0/+49 |
2010-01-16 | Show submodules as modified when they contain a dirty work tree | Jens Lehmann | 1 | -0/+49 |
2010-01-12 | submodule.c: mark file-local function static | Junio C Hamano | 1 | -1/+1 |
2009-11-20 | submodule.c: Squelch a "use before assignment" warning | David Aguilar | 1 | -1/+1 |
2009-10-30 | fixup tr/stash-format merge | Junio C Hamano | 1 | -2/+3 |
2009-10-19 | Add the --submodule option to the diff option family | Johannes Schindelin | 1 | -0/+113 |