summaryrefslogtreecommitdiffstats
path: root/read-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano1-6/+6
2020-01-10mingw: safeguard better against backslashes in file namesJohannes Schindelin via GitGitGadget1-6/+6
2020-01-06Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano1-0/+5
2020-01-02mingw: only test index entries for backslashes, not tree entriesJohannes Schindelin1-0/+5
2019-12-09Sync with Git 2.24.1Junio C Hamano1-0/+11
2019-12-06Sync with 2.23.1Johannes Schindelin1-0/+11
2019-12-06Sync with 2.22.2Johannes Schindelin1-0/+11
2019-12-06Sync with 2.21.1Johannes Schindelin1-0/+11
2019-12-06Sync with 2.20.2Johannes Schindelin1-0/+11
2019-12-06Sync with 2.19.3Johannes Schindelin1-0/+11
2019-12-06Sync with 2.18.2Johannes Schindelin1-0/+11
2019-12-06Sync with 2.17.3Johannes Schindelin1-0/+11
2019-12-06Sync with 2.16.6Johannes Schindelin1-0/+11
2019-12-06Sync with 2.15.4Johannes Schindelin1-0/+11
2019-12-06Sync with 2.14.6Johannes Schindelin1-0/+11
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin1-0/+3
2019-12-05is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin1-0/+8
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano1-2/+2
2019-10-07Merge branch 'tg/stash-refresh-index'Junio C Hamano1-0/+21
2019-10-06msvc: avoid using minus operator on unsigned typesJohannes Schindelin1-2/+2
2019-09-20factor out refresh_and_write_cache functionThomas Gummerer1-0/+21
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano1-15/+15
2019-08-13repo-settings: parse core.untrackedCacheDerrick Stolee1-10/+9
2019-08-13repo-settings: consolidate some config settingsDerrick Stolee1-5/+6
2019-07-29Merge branch 'rs/avoid-overflow-in-midpoint-computation' into maintJunio C Hamano1-1/+1
2019-07-29Merge branch 'vn/xmmap-gently' into maintJunio C Hamano1-1/+1
2019-07-25Merge branch 'vn/xmmap-gently'Junio C Hamano1-1/+1
2019-07-14read-cache.c: do not die if mmap failsVarun Naik1-1/+1
2019-07-09Merge branch 'rs/avoid-overflow-in-midpoint-computation'Junio C Hamano1-1/+1
2019-06-17Merge branch 'js/fsmonitor-unflake'Junio C Hamano1-5/+5
2019-06-13Merge branch 'jk/unused-params-final-batch'Junio C Hamano1-2/+2
2019-06-13cleanup: fix possible overflow errors in binary search, part 2René Scharfe1-1/+1
2019-05-28mark_fsmonitor_valid(): mark the index as changed if neededJohannes Schindelin1-2/+2
2019-05-28fill_stat_cache_info(): prepare for an fsmonitor fixJohannes Schindelin1-3/+3
2019-05-19Merge branch 'js/fsmonitor-refresh-after-discarding-index'Junio C Hamano1-0/+1
2019-05-13Merge branch 'jh/trace2'Junio C Hamano1-1/+1
2019-05-13read-cache: drop unused parameter from threaded loadJeff King1-2/+2
2019-05-10trace2: fix up a missing "leave" entry pointÆvar Arnfjörð Bjarmason1-1/+1
2019-05-09Merge branch 'km/empty-repo-is-still-a-repo'Junio C Hamano1-0/+3
2019-05-08fsmonitor: force a refresh after the index was discardedJohannes Schindelin1-0/+1
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano1-45/+29
2019-04-25Merge branch 'bp/post-index-change-hook'Junio C Hamano1-2/+12
2019-04-10add: error appropriately on repository with no commitsKyle Meyer1-0/+3
2019-04-01read-cache: read data in a hash-independent waybrian m. carlson1-45/+29
2019-03-07Merge branch 'jh/trace2'Junio C Hamano1-1/+50
2019-03-07Merge branch 'nd/split-index-null-base-fix'Junio C Hamano1-2/+3
2019-03-07Merge branch 'tg/checkout-no-overlay'Junio C Hamano1-1/+7
2019-02-22trace2:data: add trace2 instrumentation to index read/writeJeff Hostetler1-1/+50
2019-02-15read-cache: add post-index-change hookBen Peart1-2/+12