summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-17/+17
|\ \
| * | Update struct index_state to use struct object_idbrian m. carlson2018-05-021-8/+8
| * | split-index: convert struct split_index to object_idbrian m. carlson2018-05-021-11/+11
| |/
* | Sync with Git 2.17.1Junio C Hamano2018-05-291-13/+38
|\ \
| * \ Sync with Git 2.16.4Junio C Hamano2018-05-221-13/+38
| |\ \
| | * \ Sync with Git 2.15.2Junio C Hamano2018-05-221-13/+38
| | |\ \
| | | * \ Sync with Git 2.14.4Junio C Hamano2018-05-221-13/+38
| | | |\ \
| | | | * \ Sync with Git 2.13.7Junio C Hamano2018-05-221-13/+38
| | | | |\ \
| | | | | * | verify_path: disallow symlinks in .gitmodulesJeff King2018-05-211-9/+31
| | | | | * | verify_dotfile: mention case-insensitivity in commentJeff King2018-05-211-1/+4
| | | | | * | verify_path: drop clever fallthroughJeff King2018-05-211-4/+4
| | * | | | | Merge branch 'nd/shared-index-fix' into maintJunio C Hamano2018-03-221-18/+22
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'tg/split-index-fixes' into maintJunio C Hamano2018-03-221-11/+14
| | |\ \ \ \ \ \
* | | | | | | | | read-cache.c: make $GIT_TEST_SPLIT_INDEX booleanNguyễn Thái Ngọc Duy2018-04-161-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-2/+2
* | | | | | | | Merge branch 'rj/warning-uninitialized-fix'Junio C Hamano2018-03-211-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | read-cache: fix an -Wmaybe-uninitialized warningrj/warning-uninitialized-fixRamsay Jones2018-03-201-2/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'bp/refresh-cache-ent-rehash-fix'Junio C Hamano2018-03-211-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix bugs preventing adding updated cache entries to the name hashbp/refresh-cache-ent-rehash-fixBen Peart2018-03-151-1/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano2018-03-211-0/+6
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | write_locked_index(): add flag to avoid writing unchanged indexma/skip-writing-unchanged-indexMartin Ågren2018-03-011-0/+6
* | | | | | | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-20/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | read-cache: rename 'new' variablesBrandon Williams2018-02-221-20/+20
| |/ / / / / /
* | | | | | | Merge branch 'bc/hash-algo'Junio C Hamano2018-02-151-29/+29
|\ \ \ \ \ \ \
| * | | | | | | read-cache: abstract away uses of SHA-1brian m. carlson2018-02-021-29/+29
| |/ / / / / /
* | | | | | | Merge branch 'nd/trace-index-ops'Junio C Hamano2018-02-151-0/+7
|\ \ \ \ \ \ \
| * | | | | | | trace: measure where the time is spent in the index-heavy operationsnd/trace-index-opsNguyễn Thái Ngọc Duy2018-02-021-0/+7
| |/ / / / / /
* | | | | | | Merge branch 'po/object-id'Junio C Hamano2018-02-151-3/+3
|\ \ \ \ \ \ \
| * | | | | | | sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'nd/shared-index-fix'Junio C Hamano2018-02-131-18/+22
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | read-cache: don't write index twice if we can't write shared indexnd/shared-index-fixNguyễn Thái Ngọc Duy2018-01-241-2/+3
| * | | | | | read-cache.c: move tempfile creation/cleanup out of write_shared_indexNguyễn Thái Ngọc Duy2018-01-161-16/+17
| * | | | | | read-cache.c: change type of "temp" in write_shared_index()Nguyễn Thái Ngọc Duy2018-01-161-9/+11
| |/ / / / /
* | | | | | Merge branch 'sg/cocci-move-array'Junio C Hamano2018-02-131-3/+2
|\ \ \ \ \ \
| * | | | | | Use MOVE_ARRAYsg/cocci-move-arraySZEDER Gábor2018-01-221-3/+2
| |/ / / / /
* | | | | | Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-131-11/+14
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | split-index: don't write cache tree with null oid entriesThomas Gummerer2018-01-191-1/+1
| * | | | read-cache: fix reading the shared index for other reposThomas Gummerer2018-01-191-10/+13
| |/ / /
* | | | Merge branch 'tb/add-renormalize'Junio C Hamano2017-11-271-11/+19
|\ \ \ \
| * | | | add: introduce "--renormalize"tb/add-renormalizeTorsten Bögershausen2017-11-171-11/+19
| |/ / /
* | | | Merge branch 'av/fsmonitor'Junio C Hamano2017-11-211-0/+3
|\ \ \ \
| * | | | fsmonitor: store fsmonitor bitmap before splitting indexAlex Vandiver2017-11-101-0/+3
* | | | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-5/+40
|\ \ \ \ \ | |/ / / /
| * | | | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-011-5/+40
* | | | | Merge branch 'bp/read-index-from-skip-verification'Junio C Hamano2017-11-151-0/+6
|\ \ \ \ \
| * | | | | read_index_from(): speed index loading by skipping verification of the entry ...bp/read-index-from-skip-verificationBen Peart2017-11-081-0/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-061-3/+3
|\ \ \ \ \