index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
read-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-16
Merge branch 'mt/parallel-checkout-part-3'
Junio C Hamano
1
-4
/
+10
2021-05-10
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
1
-2
/
+2
2021-05-07
Merge branch 'mt/add-rm-in-sparse-checkout'
Junio C Hamano
1
-0
/
+3
2021-05-07
Merge branch 'ad/cygwin-no-backslashes-in-paths'
Junio C Hamano
1
-1
/
+1
2021-05-05
make_transient_cache_entry(): optionally alloc from mem_pool
Matheus Tavares
1
-4
/
+10
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-7
/
+72
2021-04-30
cygwin: disallow backslashes in file names
Adam Dinwoodie
1
-1
/
+1
2021-04-27
Always use oidread to read into struct object_id
brian m. carlson
1
-2
/
+2
2021-04-14
read-cache: ensure full index
Derrick Stolee
1
-0
/
+4
2021-04-14
read-cache: expand on query into sparse-directory entry
Derrick Stolee
1
-0
/
+21
2021-04-14
*: remove 'const' qualifier for struct index_state
Derrick Stolee
1
-5
/
+5
2021-04-08
refresh_index(): add flag to ignore SKIP_WORKTREE entries
Matheus Tavares
1
-0
/
+3
2021-03-30
sparse-index: convert from full to sparse
Derrick Stolee
1
-2
/
+24
2021-03-30
sparse-index: add 'sdir' index extension
Derrick Stolee
1
-0
/
+9
2021-03-30
sparse-index: implement ensure_full_index()
Derrick Stolee
1
-0
/
+9
2021-03-19
Merge branch 'rs/calloc-array'
Junio C Hamano
1
-4
/
+4
2021-03-19
Merge branch 'js/fsmonitor-unpack-fix'
Junio C Hamano
1
-0
/
+1
2021-03-17
fsmonitor: do not forget to release the token in `discard_index()`
Johannes Schindelin
1
-0
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-4
/
+4
2021-03-01
Merge branch 'ns/raise-write-index-buffer-size'
Junio C Hamano
1
-1
/
+1
2021-03-01
Merge branch 'jh/fsmonitor-prework'
Junio C Hamano
1
-3
/
+21
2021-02-24
read-cache: make the index write buffer size 128K
Neeraj Singh
1
-1
/
+1
2021-02-16
read-cache: log the number of scanned files to trace2
Jeff Hostetler
1
-3
/
+10
2021-02-16
read-cache: log the number of lstat calls to trace2
Jeff Hostetler
1
-3
/
+14
2021-01-06
read-cache: try not to peek into `struct {lock_,temp}file`
Martin Ågren
1
-6
/
+6
2020-09-06
read-cache: fix mem-pool allocation for multi-threaded index loading
René Scharfe
1
-1
/
+1
2020-08-18
mem-pool: use more standard initialization and finalization
Elijah Newren
1
-8
/
+13
2020-07-16
read-cache: remove bogus shortcut
René Scharfe
1
-14
/
+0
2020-01-10
Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'
Junio C Hamano
1
-6
/
+6
2020-01-10
mingw: safeguard better against backslashes in file names
Johannes Schindelin via GitGitGadget
1
-6
/
+6
2020-01-06
Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'
Junio C Hamano
1
-0
/
+5
2020-01-02
mingw: only test index entries for backslashes, not tree entries
Johannes Schindelin
1
-0
/
+5
2019-12-09
Sync with Git 2.24.1
Junio C Hamano
1
-0
/
+11
2019-12-06
Sync with 2.23.1
Johannes Schindelin
1
-0
/
+11
2019-12-06
Sync with 2.22.2
Johannes Schindelin
1
-0
/
+11
2019-12-06
Sync with 2.21.1
Johannes Schindelin
1
-0
/
+11
2019-12-06
Sync with 2.20.2
Johannes Schindelin
1
-0
/
+11
2019-12-06
Sync with 2.19.3
Johannes Schindelin
1
-0
/
+11
2019-12-06
Sync with 2.18.2
Johannes Schindelin
1
-0
/
+11
2019-12-06
Sync with 2.17.3
Johannes Schindelin
1
-0
/
+11
2019-12-06
Sync with 2.16.6
Johannes Schindelin
1
-0
/
+11
2019-12-06
Sync with 2.15.4
Johannes Schindelin
1
-0
/
+11
2019-12-06
Sync with 2.14.6
Johannes Schindelin
1
-0
/
+11
2019-12-05
mingw: refuse to access paths with trailing spaces or periods
Johannes Schindelin
1
-0
/
+3
2019-12-05
is_ntfs_dotgit(): only verify the leading segment
Johannes Schindelin
1
-0
/
+8
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-1
/
+1
2019-10-15
Merge branch 'js/azure-pipelines-msvc'
Junio C Hamano
1
-2
/
+2
2019-10-07
Merge branch 'tg/stash-refresh-index'
Junio C Hamano
1
-0
/
+21
2019-10-06
msvc: avoid using minus operator on unsigned types
Johannes Schindelin
1
-2
/
+2
2019-09-20
factor out refresh_and_write_cache function
Thomas Gummerer
1
-0
/
+21
[next]