Age | Commit message (Expand) | Author | Files | Lines |
2018-08-17 | Merge branch 'en/abort-df-conflict-fixes' | Junio C Hamano | 1 | -5/+8 |
2018-08-02 | Merge branch 'en/dirty-merge-fixes' | Junio C Hamano | 1 | -0/+40 |
2018-08-02 | Merge branch 'jm/cache-entry-from-mem-pool' | Junio C Hamano | 1 | -46/+218 |
2018-07-31 | read-cache: fix directory/file conflict handling in read_index_unmerged() | Elijah Newren | 1 | -5/+8 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+1 |
2018-07-11 | merge-recursive: fix assumption that head tree being merged is HEAD | Elijah Newren | 1 | -4/+8 |
2018-07-03 | index_has_changes(): avoid assuming operating on the_index | Elijah Newren | 1 | -4/+7 |
2018-07-03 | read-cache.c: move index_has_changes() from merge.c | Elijah Newren | 1 | -0/+33 |
2018-07-03 | block alloc: add validations around cache_entry lifecyle | Jameson Miller | 1 | -2/+53 |
2018-07-03 | block alloc: allocate cache entries from mem_pool | Jameson Miller | 1 | -19/+100 |
2018-07-03 | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 1 | -28/+65 |
2018-07-03 | read-cache: teach make_cache_entry to take object_id | Jameson Miller | 1 | -3/+5 |
2018-07-03 | read-cache: teach refresh_cache_entry to take istate | Jameson Miller | 1 | -4/+5 |
2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -17/+17 |
2018-05-29 | Sync with Git 2.17.1 | Junio C Hamano | 1 | -13/+38 |
2018-05-22 | Sync with Git 2.16.4 | Junio C Hamano | 1 | -13/+38 |
2018-05-22 | Sync with Git 2.15.2 | Junio C Hamano | 1 | -13/+38 |
2018-05-22 | Sync with Git 2.14.4 | Junio C Hamano | 1 | -13/+38 |
2018-05-22 | Sync with Git 2.13.7 | Junio C Hamano | 1 | -13/+38 |
2018-05-21 | verify_path: disallow symlinks in .gitmodules | Jeff King | 1 | -9/+31 |
2018-05-21 | verify_dotfile: mention case-insensitivity in comment | Jeff King | 1 | -1/+4 |
2018-05-21 | verify_path: drop clever fallthrough | Jeff King | 1 | -4/+4 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-02 | Update struct index_state to use struct object_id | brian m. carlson | 1 | -8/+8 |
2018-05-02 | split-index: convert struct split_index to object_id | brian m. carlson | 1 | -11/+11 |
2018-04-16 | read-cache.c: make $GIT_TEST_SPLIT_INDEX boolean | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
2018-03-22 | Merge branch 'nd/shared-index-fix' into maint | Junio C Hamano | 1 | -18/+22 |
2018-03-22 | Merge branch 'tg/split-index-fixes' into maint | Junio C Hamano | 1 | -11/+14 |
2018-03-21 | Merge branch 'rj/warning-uninitialized-fix' | Junio C Hamano | 1 | -2/+4 |
2018-03-21 | Merge branch 'bp/refresh-cache-ent-rehash-fix' | Junio C Hamano | 1 | -1/+3 |
2018-03-21 | Merge branch 'ma/skip-writing-unchanged-index' | Junio C Hamano | 1 | -0/+6 |
2018-03-20 | read-cache: fix an -Wmaybe-uninitialized warning | Ramsay Jones | 1 | -2/+4 |
2018-03-15 | Fix bugs preventing adding updated cache entries to the name hash | Ben Peart | 1 | -1/+3 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -2/+2 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -20/+20 |
2018-03-01 | write_locked_index(): add flag to avoid writing unchanged index | Martin Ågren | 1 | -0/+6 |
2018-02-22 | read-cache: rename 'new' variables | Brandon Williams | 1 | -20/+20 |
2018-02-15 | Merge branch 'bc/hash-algo' | Junio C Hamano | 1 | -29/+29 |
2018-02-15 | Merge branch 'nd/trace-index-ops' | Junio C Hamano | 1 | -0/+7 |
2018-02-15 | Merge branch 'po/object-id' | Junio C Hamano | 1 | -3/+3 |
2018-02-13 | Merge branch 'nd/shared-index-fix' | Junio C Hamano | 1 | -18/+22 |
2018-02-13 | Merge branch 'sg/cocci-move-array' | Junio C Hamano | 1 | -3/+2 |
2018-02-13 | Merge branch 'tg/split-index-fixes' | Junio C Hamano | 1 | -11/+14 |
2018-02-02 | read-cache: abstract away uses of SHA-1 | brian m. carlson | 1 | -29/+29 |
2018-02-02 | trace: measure where the time is spent in the index-heavy operations | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -3/+3 |
2018-01-24 | read-cache: don't write index twice if we can't write shared index | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2018-01-22 | Use MOVE_ARRAY | SZEDER Gábor | 1 | -3/+2 |
2018-01-19 | split-index: don't write cache tree with null oid entries | Thomas Gummerer | 1 | -1/+1 |