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
2018-11-06
Merge branch 'nd/unpack-trees-with-cache-tree'
Junio C Hamano
1
-1
/
+1
2018-11-05
read-cache.c: initialize copy_len to shut up gcc 8
Nguyễn Thái Ngọc Duy
1
-3
/
+1
2018-11-05
read-cache.c: reduce branching based on HAVE_THREADS
Nguyễn Thái Ngọc Duy
1
-10
/
+9
2018-11-05
read-cache.c: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-24
/
+10
2018-10-30
speed up refresh_index() by utilizing preload_index()
Ben Peart
1
-0
/
+6
2018-10-26
Merge branch 'sg/split-index-racefix'
Junio C Hamano
1
-1
/
+1
2018-10-22
read-cache: use of memory after it is freed
Carlo Marcelo Arenas Belón
1
-1
/
+1
2018-10-19
Merge branch 'nd/status-refresh-progress'
Junio C Hamano
1
-0
/
+12
2018-10-19
Merge branch 'bp/read-cache-parallel'
Junio C Hamano
1
-116
/
+658
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-14
/
+19
2018-10-12
split-index: smudge and add racily clean cache entries to split index
SZEDER Gábor
1
-1
/
+1
2018-10-11
read-cache: load cache entries on worker threads
Ben Peart
1
-37
/
+193
2018-10-11
ieot: add Index Entry Offset Table (IEOT) extension
Ben Peart
1
-3
/
+193
2018-10-11
read-cache: load cache extensions on a worker thread
Ben Peart
1
-16
/
+79
2018-10-11
eoie: add End of Index Entry (EOIE) extension
Ben Peart
1
-8
/
+150
2018-10-11
read-cache: clean up casting and byte decoding
Ben Peart
1
-12
/
+11
2018-09-26
read-cache.c: optimize reading index format v4
Nguyễn Thái Ngọc Duy
1
-68
/
+60
2018-09-21
sha1-file.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-10
/
+15
2018-09-21
read-cache.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-09-21
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-21
read-cache.c: remove 'const' from index_has_changes()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-6
/
+6
2018-09-17
Merge branch 'nd/unpack-trees-with-cache-tree'
Junio C Hamano
1
-5
/
+11
2018-09-17
status: show progress bar if refreshing the index takes too long
Nguyễn Thái Ngọc Duy
1
-0
/
+12
2018-08-29
read-cache: use oideq() in ce_compare functions
Jeff King
1
-2
/
+2
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
1
-2
/
+2
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-1
/
+1
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-1
/
+1
2018-08-20
Merge branch 'nd/no-the-index'
Junio C Hamano
1
-1
/
+1
2018-08-18
cache-tree: verify valid cache-tree in the test suite
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2018-08-18
unpack-trees: reuse (still valid) cache-tree from src_index
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2018-08-18
trace.h: support nested performance tracing
Nguyễn Thái Ngọc Duy
1
-5
/
+6
2018-08-17
Merge branch 'en/abort-df-conflict-fixes'
Junio C Hamano
1
-5
/
+8
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-02
Merge branch 'en/dirty-merge-fixes'
Junio C Hamano
1
-0
/
+40
2018-08-02
Merge branch 'jm/cache-entry-from-mem-pool'
Junio C Hamano
1
-46
/
+218
2018-07-31
read-cache: fix directory/file conflict handling in read_index_unmerged()
Elijah Newren
1
-5
/
+8
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-11
merge-recursive: fix assumption that head tree being merged is HEAD
Elijah Newren
1
-4
/
+8
2018-07-03
index_has_changes(): avoid assuming operating on the_index
Elijah Newren
1
-4
/
+7
2018-07-03
read-cache.c: move index_has_changes() from merge.c
Elijah Newren
1
-0
/
+33
2018-07-03
block alloc: add validations around cache_entry lifecyle
Jameson Miller
1
-2
/
+53
2018-07-03
block alloc: allocate cache entries from mem_pool
Jameson Miller
1
-19
/
+100
2018-07-03
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
1
-28
/
+65
2018-07-03
read-cache: teach make_cache_entry to take object_id
Jameson Miller
1
-3
/
+5
2018-07-03
read-cache: teach refresh_cache_entry to take istate
Jameson Miller
1
-4
/
+5
2018-05-30
Merge branch 'bc/object-id'
Junio C Hamano
1
-17
/
+17
2018-05-29
Sync with Git 2.17.1
Junio C Hamano
1
-13
/
+38
2018-05-22
Sync with Git 2.16.4
Junio C Hamano
1
-13
/
+38
2018-05-22
Sync with Git 2.15.2
Junio C Hamano
1
-13
/
+38
[prev]
[next]