index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
read-cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'cc/shared-index-permbits'
Junio C Hamano
2018-11-21
1
-1
/
+2
|
\
|
*
read-cache: make the split index obey umask settings
Ævar Arnfjörð Bjarmason
2018-11-19
1
-1
/
+2
*
|
index: make index.threads=true enable ieot and eoie
Jonathan Nieder
2018-11-21
1
-6
/
+17
*
|
ieot: default to not writing IEOT section
Jonathan Nieder
2018-11-21
1
-1
/
+10
*
|
eoie: default to not writing EOIE section
Jonathan Nieder
2018-11-21
1
-1
/
+10
*
|
Merge branch 'nd/pthreads'
Junio C Hamano
2018-11-18
1
-27
/
+10
|
\
\
|
*
|
read-cache.c: initialize copy_len to shut up gcc 8
Nguyễn Thái Ngọc Duy
2018-11-05
1
-3
/
+1
|
*
|
read-cache.c: reduce branching based on HAVE_THREADS
Nguyễn Thái Ngọc Duy
2018-11-05
1
-10
/
+9
|
*
|
read-cache.c: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
2018-11-05
1
-24
/
+10
*
|
|
Merge branch 'bp/refresh-index-using-preload'
Junio C Hamano
2018-11-13
1
-0
/
+6
|
\
\
\
|
*
|
|
speed up refresh_index() by utilizing preload_index()
Ben Peart
2018-10-30
1
-0
/
+6
|
|
/
/
*
|
|
Merge branch 'nd/unpack-trees-with-cache-tree'
Junio C Hamano
2018-11-06
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
read-cache: use of memory after it is freed
Carlo Marcelo Arenas Belón
2018-10-22
1
-1
/
+1
*
|
|
Merge branch 'sg/split-index-racefix'
Junio C Hamano
2018-10-26
1
-1
/
+1
|
\
\
\
|
*
|
|
split-index: smudge and add racily clean cache entries to split index
SZEDER Gábor
2018-10-12
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'nd/status-refresh-progress'
Junio C Hamano
2018-10-19
1
-0
/
+12
|
\
\
\
|
*
|
|
status: show progress bar if refreshing the index takes too long
Nguyễn Thái Ngọc Duy
2018-09-17
1
-0
/
+12
|
|
/
/
*
|
|
Merge branch 'bp/read-cache-parallel'
Junio C Hamano
2018-10-19
1
-116
/
+658
|
\
\
\
|
*
|
|
read-cache: load cache entries on worker threads
Ben Peart
2018-10-11
1
-37
/
+193
|
*
|
|
ieot: add Index Entry Offset Table (IEOT) extension
Ben Peart
2018-10-11
1
-3
/
+193
|
*
|
|
read-cache: load cache extensions on a worker thread
Ben Peart
2018-10-11
1
-16
/
+79
|
*
|
|
eoie: add End of Index Entry (EOIE) extension
Ben Peart
2018-10-11
1
-8
/
+150
|
*
|
|
read-cache: clean up casting and byte decoding
Ben Peart
2018-10-11
1
-12
/
+11
|
*
|
|
read-cache.c: optimize reading index format v4
Nguyễn Thái Ngọc Duy
2018-09-27
1
-68
/
+60
*
|
|
|
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-14
/
+19
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
sha1-file.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-10
/
+15
|
*
|
|
read-cache.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+2
|
*
|
|
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
|
*
|
|
read-cache.c: remove 'const' from index_has_changes()
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'jk/cocci'
Junio C Hamano
2018-09-17
1
-6
/
+6
|
\
\
\
|
*
|
|
read-cache: use oideq() in ce_compare functions
Jeff King
2018-08-29
1
-2
/
+2
|
*
|
|
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
2018-08-29
1
-2
/
+2
|
*
|
|
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-1
/
+1
|
*
|
|
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'nd/unpack-trees-with-cache-tree'
Junio C Hamano
2018-09-17
1
-5
/
+11
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
cache-tree: verify valid cache-tree in the test suite
Nguyễn Thái Ngọc Duy
2018-08-18
1
-0
/
+3
|
*
unpack-trees: reuse (still valid) cache-tree from src_index
Nguyễn Thái Ngọc Duy
2018-08-18
1
-0
/
+2
|
*
trace.h: support nested performance tracing
Nguyễn Thái Ngọc Duy
2018-08-18
1
-5
/
+6
*
|
Merge branch 'nd/no-the-index'
Junio C Hamano
2018-08-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
2018-08-13
1
-1
/
+1
*
|
Merge branch 'en/abort-df-conflict-fixes'
Junio C Hamano
2018-08-17
1
-5
/
+8
|
\
\
|
|
/
|
/
|
|
*
read-cache: fix directory/file conflict handling in read_index_unmerged()
Elijah Newren
2018-07-31
1
-5
/
+8
*
|
Merge branch 'en/dirty-merge-fixes'
Junio C Hamano
2018-08-03
1
-0
/
+40
|
\
\
|
*
|
merge-recursive: fix assumption that head tree being merged is HEAD
Elijah Newren
2018-07-11
1
-4
/
+8
|
*
|
index_has_changes(): avoid assuming operating on the_index
Elijah Newren
2018-07-03
1
-4
/
+7
|
*
|
read-cache.c: move index_has_changes() from merge.c
Elijah Newren
2018-07-03
1
-0
/
+33
*
|
|
Merge branch 'jm/cache-entry-from-mem-pool'
Junio C Hamano
2018-08-03
1
-46
/
+218
|
\
\
\
|
*
|
|
block alloc: add validations around cache_entry lifecyle
Jameson Miller
2018-07-03
1
-2
/
+53
|
*
|
|
block alloc: allocate cache entries from mem_pool
Jameson Miller
2018-07-03
1
-19
/
+100
|
*
|
|
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
2018-07-03
1
-28
/
+65
[next]