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