index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
split-index.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: be explicit about dependence on strbuf.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: be explicit about dependence on mem-pool.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
*
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2023-01-17
1
-1
/
+1
*
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
2023-01-16
1
-1
/
+2
*
split-index: it really is incompatible with the sparse index
Johannes Schindelin
2022-01-24
1
-0
/
+3
*
split-index: use oideq instead of memcmp to compare object_id's
Andrzej Hunt
2021-06-15
1
-1
/
+2
*
Always use oidread to read into struct object_id
brian m. carlson
2021-04-27
1
-1
/
+1
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
*
mem-pool: use more standard initialization and finalization
Elijah Newren
2020-08-18
1
-2
/
+4
*
Merge branch 'nd/split-index-null-base-fix'
Junio C Hamano
2019-03-07
1
-16
/
+18
|
\
|
*
read-cache.c: fix writing "link" index ext with null base oid
Nguyễn Thái Ngọc Duy
2019-02-13
1
-16
/
+18
*
|
read-cache: add invalidate parameter to remove_marked_cache_entries
Thomas Gummerer
2019-01-03
1
-1
/
+1
|
/
*
split-index: BUG() when cache entry refers to non-existing shared entry
SZEDER Gábor
2018-10-12
1
-2
/
+2
*
split-index: smudge and add racily clean cache entries to split index
SZEDER Gábor
2018-10-12
1
-1
/
+41
*
split-index: don't compare cached data of entries already marked for split index
SZEDER Gábor
2018-10-12
1
-17
/
+72
*
split-index: count the number of deleted entries
SZEDER Gábor
2018-10-12
1
-1
/
+1
*
block alloc: allocate cache entries from mem_pool
Jameson Miller
2018-07-03
1
-8
/
+42
*
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
2018-07-03
1
-4
/
+4
*
split-index: convert struct split_index to object_id
brian m. carlson
2018-05-02
1
-5
/
+5
*
Merge branch 'bw/c-plus-plus'
Junio C Hamano
2018-03-06
1
-8
/
+8
|
\
|
*
split-index: rename 'new' variables
Brandon Williams
2018-02-22
1
-8
/
+8
*
|
split-index: don't write cache tree with null oid entries
Thomas Gummerer
2018-01-19
1
-0
/
+2
|
/
*
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-2
/
+1
|
\
|
*
*.[ch] refactoring: make use of the FREE_AND_NULL() macro
Ævar Arnfjörð Bjarmason
2017-06-16
1
-2
/
+1
*
|
Revert "split-index: add and use unshare_split_index()"
Junio C Hamano
2017-06-24
1
-44
/
+13
|
/
*
split-index: add and use unshare_split_index()
Nguyễn Thái Ngọc Duy
2017-05-08
1
-13
/
+44
*
split-index: add {add,remove}_split_index() functions
Christian Couder
2017-03-01
1
-0
/
+22
*
split-index: s/eith/with/ typo fix
Christian Couder
2016-11-01
1
-1
/
+1
*
use COPY_ARRAY
René Scharfe
2016-09-26
1
-4
/
+2
*
typofix: assorted typofixes in comments, documentation and messages
Li Peng
2016-05-06
1
-1
/
+1
*
ewah: add convenient wrapper ewah_serialize_strbuf()
Nguyễn Thái Ngọc Duy
2015-03-12
1
-9
/
+2
*
update-index: new options to enable/disable split index mode
Nguyễn Thái Ngọc Duy
2014-06-13
1
-0
/
+23
*
split-index: strip pathname of on-disk replaced entries
Nguyễn Thái Ngọc Duy
2014-06-13
1
-2
/
+12
*
split-index: do not invalidate cache-tree at read time
Nguyễn Thái Ngọc Duy
2014-06-13
1
-0
/
+1
*
split-index: the reading part
Nguyễn Thái Ngọc Duy
2014-06-13
1
-2
/
+82
*
split-index: the writing part
Nguyễn Thái Ngọc Duy
2014-06-13
1
-2
/
+99
*
read-cache: mark updated entries for split index
Nguyễn Thái Ngọc Duy
2014-06-13
1
-0
/
+15
*
read-cache: save deleted entries in split index
Nguyễn Thái Ngọc Duy
2014-06-13
1
-0
/
+12
*
read-cache: split-index mode
Nguyễn Thái Ngọc Duy
2014-06-13
1
-0
/
+90