| Commit message (Expand) | Author | Age |
... | |
* | | Merge branch 'kb/fast-hashmap' | Junio C Hamano | 2014-02-27 |
|\ \ |
|
| * | | submodule: don't access the .gitmodules cache entry after removing it | Jens Lehmann | 2013-11-07 |
* | | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
|/ / |
|
* | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 |
|\ \ |
|
| * | | rm: delete .gitmodules entry of submodules removed from the work tree | Jens Lehmann | 2013-08-06 |
| * | | mv: update the path entry in .gitmodules for moved submodules | Jens Lehmann | 2013-08-06 |
| * | | submodule.c: add .gitmodules staging helper functions | Jens Lehmann | 2013-07-30 |
| * | | mv: move submodules using a gitfile | Jens Lehmann | 2013-07-30 |
* | | | Merge branch 'jl/some-submodule-config-are-not-boolean' | Junio C Hamano | 2013-09-04 |
|\ \ \ |
|
| * | | | avoid segfault on submodule.*.path set to an empty "true" | Jharrod LaFon | 2013-08-19 |
* | | | | Merge branch 'nd/const-struct-cache-entry' | Junio C Hamano | 2013-07-22 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 2013-07-09 |
* | | | | Merge branch 'as/log-output-encoding-in-user-format' | Junio C Hamano | 2013-07-12 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | pretty: --format output should honor logOutputEncoding | Alexey Shumkin | 2013-06-26 |
* | | | | Merge branch 'mh/reflife' | Junio C Hamano | 2013-06-14 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | find_first_merges(): remove unnecessary code | Michael Haggerty | 2013-05-28 |
| * | | | find_first_merges(): initialize merges variable using initializer | Michael Haggerty | 2013-05-28 |
* | | | | submodule: remove redundant check for the_index.initialized | René Scharfe | 2013-06-09 |
|/ / / |
|
* | | | submodule: print graph output next to submodule log | John Keeping | 2013-04-05 |
|/ / |
|
* | | submodule: clarify logic in show_submodule_summary | Jeff King | 2013-03-22 |
* | | submodule: simplify memory handling in config parsing | Jeff King | 2013-01-23 |
* | | submodule: use parse_config_key when parsing config | Jeff King | 2013-01-23 |
* | | submodule: display summary header in bold | Ramkumar Ramachandra | 2012-11-18 |
* | | Merge branch 'jl/submodule-rm' | Jeff King | 2012-10-29 |
|\ \ |
|
| * | | submodule: teach rm to remove submodules unless they contain a git directory | Jens Lehmann | 2012-09-29 |
* | | | Merge branch 'jk/argv-array' | Junio C Hamano | 2012-09-11 |
|\ \ \ |
|
| * | | | submodule: use argv_array instead of hand-building arrays | Jens Lehmann | 2012-09-02 |
* | | | | Merge branch 'jc/merge-bases' | Junio C Hamano | 2012-09-11 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | in_merge_bases(): support only one "other" commit | Junio C Hamano | 2012-08-27 |
* | | | | Merge branch 'tr/void-diff-setup-done' | Junio C Hamano | 2012-08-22 |
|\ \ \ \ |
|
| * | | | | diff_setup_done(): return void | Thomas Rast | 2012-08-03 |
| |/ / / |
|
* | | | | Merge branch 'hv/submodule-alt-odb' | Junio C Hamano | 2012-05-23 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | teach add_submodule_odb() to look for alternates | Heiko Voigt | 2012-05-14 |
| |/ |
|
* | | push: teach --recurse-submodules the on-demand option | Heiko Voigt | 2012-03-30 |
* | | Refactor submodule push check to use string list instead of integer | Heiko Voigt | 2012-03-30 |
* | | Teach revision walking machinery to walk multiple times sequencially | Heiko Voigt | 2012-03-30 |
|/ |
|
* | submodule: use diff_tree_combined_merge() instead of diff_tree_combined() | René Scharfe | 2011-12-17 |
* | use struct sha1_array in diff_tree_combined() | René Scharfe | 2011-12-17 |
* | Merge branch 'jl/submodule-status-failure-report' | Junio C Hamano | 2011-12-13 |
|\ |
|
| * | diff/status: print submodule path when looking for changes fails | Jens Lehmann | 2011-12-08 |
* | | Merge branch 'ab/clang-lints' | Junio C Hamano | 2011-12-05 |
|\ \ |
|
| * | | cast variable in call to free() in builtin/diff.c and submodule.c | Ævar Arnfjörð Bjarmason | 2011-11-06 |
* | | | submodule: Search for merges only at end of recursive merge | Brad King | 2011-10-13 |
* | | | Merge branch 'jk/argv-array' | Junio C Hamano | 2011-10-05 |
|\ \ \ |
|
| * | | | refactor argv_array into generic code | Jeff King | 2011-09-14 |
* | | | | Merge branch 'jk/maint-fetch-submodule-check-fix' | Junio C Hamano | 2011-10-05 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | fetch: avoid quadratic loop checking for updated submodules | Jeff King | 2011-09-12 |
* | | | Sync with 1.7.6.3 | Junio C Hamano | 2011-09-12 |
|\ \ \ |
|
| * \ \ | Merge branch 'jl/maint-fetch-submodule-check-fix' into maint | Junio C Hamano | 2011-09-12 |
| |\ \ \ |
|
| | * | | | fetch: skip on-demand checking when no submodules are configured | Jens Lehmann | 2011-09-09 |
| | |/ / |
|