Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | read-cache: teach make_cache_entry to take object_id | Jameson Miller | 2018-07-03 | 1 | -3/+5 | |
| * | | | read-cache: teach refresh_cache_entry to take istate | Jameson Miller | 2018-07-03 | 1 | -4/+5 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 | |
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-05-30 | 1 | -17/+17 | |
|\ \ \ | ||||||
| * | | | Update struct index_state to use struct object_id | brian m. carlson | 2018-05-02 | 1 | -8/+8 | |
| * | | | split-index: convert struct split_index to object_id | brian m. carlson | 2018-05-02 | 1 | -11/+11 | |
| |/ / | ||||||
* | | | Sync with Git 2.17.1 | Junio C Hamano | 2018-05-29 | 1 | -13/+38 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Sync with Git 2.16.4 | Junio C Hamano | 2018-05-22 | 1 | -13/+38 | |
| |\ \ | ||||||
| | * \ | Sync with Git 2.15.2 | Junio C Hamano | 2018-05-22 | 1 | -13/+38 | |
| | |\ \ | ||||||
| | | * \ | Sync with Git 2.14.4 | Junio C Hamano | 2018-05-22 | 1 | -13/+38 | |
| | | |\ \ | ||||||
| | | | * \ | Sync with Git 2.13.7 | Junio C Hamano | 2018-05-22 | 1 | -13/+38 | |
| | | | |\ \ | ||||||
| | | | | * | | verify_path: disallow symlinks in .gitmodules | Jeff King | 2018-05-21 | 1 | -9/+31 | |
| | | | | * | | verify_dotfile: mention case-insensitivity in comment | Jeff King | 2018-05-21 | 1 | -1/+4 | |
| | | | | * | | verify_path: drop clever fallthrough | Jeff King | 2018-05-21 | 1 | -4/+4 | |
| | * | | | | | Merge branch 'nd/shared-index-fix' into maint | Junio C Hamano | 2018-03-22 | 1 | -18/+22 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'tg/split-index-fixes' into maint | Junio C Hamano | 2018-03-22 | 1 | -11/+14 | |
| | |\ \ \ \ \ \ | ||||||
* | | | | | | | | | read-cache.c: make $GIT_TEST_SPLIT_INDEX boolean | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -2/+2 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-04-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 2018-03-14 | 1 | -2/+2 | |
* | | | | | | | | Merge branch 'rj/warning-uninitialized-fix' | Junio C Hamano | 2018-03-21 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | read-cache: fix an -Wmaybe-uninitialized warningrj/warning-uninitialized-fix | Ramsay Jones | 2018-03-20 | 1 | -2/+4 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'bp/refresh-cache-ent-rehash-fix' | Junio C Hamano | 2018-03-21 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix bugs preventing adding updated cache entries to the name hashbp/refresh-cache-ent-rehash-fix | Ben Peart | 2018-03-15 | 1 | -1/+3 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'ma/skip-writing-unchanged-index' | Junio C Hamano | 2018-03-21 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | write_locked_index(): add flag to avoid writing unchanged indexma/skip-writing-unchanged-index | Martin Ågren | 2018-03-01 | 1 | -0/+6 | |
* | | | | | | | | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 2018-03-06 | 1 | -20/+20 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | read-cache: rename 'new' variables | Brandon Williams | 2018-02-22 | 1 | -20/+20 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'bc/hash-algo' | Junio C Hamano | 2018-02-15 | 1 | -29/+29 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | read-cache: abstract away uses of SHA-1 | brian m. carlson | 2018-02-02 | 1 | -29/+29 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'nd/trace-index-ops' | Junio C Hamano | 2018-02-15 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | trace: measure where the time is spent in the index-heavy operationsnd/trace-index-ops | Nguyễn Thái Ngọc Duy | 2018-02-02 | 1 | -0/+7 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'po/object-id' | Junio C Hamano | 2018-02-15 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 2018-01-30 | 1 | -3/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'nd/shared-index-fix' | Junio C Hamano | 2018-02-13 | 1 | -18/+22 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | read-cache: don't write index twice if we can't write shared indexnd/shared-index-fix | Nguyễn Thái Ngọc Duy | 2018-01-24 | 1 | -2/+3 | |
| * | | | | | | read-cache.c: move tempfile creation/cleanup out of write_shared_index | Nguyễn Thái Ngọc Duy | 2018-01-16 | 1 | -16/+17 | |
| * | | | | | | read-cache.c: change type of "temp" in write_shared_index() | Nguyễn Thái Ngọc Duy | 2018-01-16 | 1 | -9/+11 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'sg/cocci-move-array' | Junio C Hamano | 2018-02-13 | 1 | -3/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use MOVE_ARRAYsg/cocci-move-array | SZEDER Gábor | 2018-01-22 | 1 | -3/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'tg/split-index-fixes' | Junio C Hamano | 2018-02-13 | 1 | -11/+14 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | split-index: don't write cache tree with null oid entries | Thomas Gummerer | 2018-01-19 | 1 | -1/+1 | |
| * | | | | read-cache: fix reading the shared index for other repos | Thomas Gummerer | 2018-01-19 | 1 | -10/+13 | |
| |/ / / | ||||||
* | | | | Merge branch 'tb/add-renormalize' | Junio C Hamano | 2017-11-27 | 1 | -11/+19 | |
|\ \ \ \ | ||||||
| * | | | | add: introduce "--renormalize"tb/add-renormalize | Torsten Bögershausen | 2017-11-17 | 1 | -11/+19 | |
| |/ / / | ||||||
* | | | | Merge branch 'av/fsmonitor' | Junio C Hamano | 2017-11-21 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | fsmonitor: store fsmonitor bitmap before splitting index | Alex Vandiver | 2017-11-10 | 1 | -0/+3 | |
* | | | | | Merge branch 'bp/fsmonitor' | Junio C Hamano | 2017-11-21 | 1 | -5/+40 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | fsmonitor: teach git to optionally utilize a file system monitor to speed up ... | Ben Peart | 2017-10-01 | 1 | -5/+40 | |
* | | | | | Merge branch 'bp/read-index-from-skip-verification' | Junio C Hamano | 2017-11-15 | 1 | -0/+6 | |
|\ \ \ \ \ |