summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.16.6Johannes Schindelin2019-12-061-0/+11
|\
| * Sync with 2.15.4Johannes Schindelin2019-12-061-0/+11
| |\
| | * Sync with 2.14.6Johannes Schindelin2019-12-061-0/+11
| | |\
| | | * mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2019-12-051-0/+3
| | | * is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin2019-12-051-0/+8
* | | | 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
| |\ \ \ \ \
* | \ \ \ \ \ 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
|\ \ \ \ \
| * | | | | refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-161-1/+1
| * | | | | Convert remaining callers of resolve_gitlink_ref to object_idbrian m. carlson2017-10-161-3/+3
| | |_|/ / | |/| | |
* | | | | read_cache: roll back lock in `update_index_if_able()`ma/lockfile-fixesMartin Ågren2017-10-071-3/+2
* | | | | read-cache: leave lock in right state in `write_locked_index()`Martin Ågren2017-10-071-6/+8