aboutsummaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAge
* submodule: display summary header in boldRamkumar Ramachandra2012-11-18
* Merge branch 'jl/submodule-rm'Jeff King2012-10-29
|\
| * submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann2012-09-29
* | Merge branch 'jk/argv-array'Junio C Hamano2012-09-11
|\ \
| * | submodule: use argv_array instead of hand-building arraysJens Lehmann2012-09-02
* | | Merge branch 'jc/merge-bases'Junio C Hamano2012-09-11
|\ \ \ | |_|/ |/| |
| * | in_merge_bases(): support only one "other" commitJunio C Hamano2012-08-27
* | | Merge branch 'tr/void-diff-setup-done'Junio C Hamano2012-08-22
|\ \ \
| * | | diff_setup_done(): return voidThomas Rast2012-08-03
| |/ /
* | | Merge branch 'hv/submodule-alt-odb'Junio C Hamano2012-05-23
|\ \ \ | |_|/ |/| |
| * | teach add_submodule_odb() to look for alternatesHeiko Voigt2012-05-14
| |/
* | push: teach --recurse-submodules the on-demand optionHeiko Voigt2012-03-30
* | Refactor submodule push check to use string list instead of integerHeiko Voigt2012-03-30
* | Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt2012-03-30
|/
* submodule: use diff_tree_combined_merge() instead of diff_tree_combined()René Scharfe2011-12-17
* use struct sha1_array in diff_tree_combined()René Scharfe2011-12-17
* Merge branch 'jl/submodule-status-failure-report'Junio C Hamano2011-12-13
|\
| * diff/status: print submodule path when looking for changes failsJens Lehmann2011-12-08
* | Merge branch 'ab/clang-lints'Junio C Hamano2011-12-05
|\ \
| * | cast variable in call to free() in builtin/diff.c and submodule.cÆvar Arnfjörð Bjarmason2011-11-06
* | | 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