🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.0
/
split-index.c
tag
c089584ac8dedc3aa7c2c404839bc098050298a2
tagger
Junio C Hamano <gitster@pobox.com>
Mon Nov 20 01:28:36 2023
object
564d0252ca632e0264ed670534a51d18a689ef5d
Git 2.43
91c080d
git-compat-util: move alloc macros to git-compat-util.h
by Calvin Wan
· 2 years, 5 months ago
bc5c5ec
cache.h: remove this no-longer-used header
by Elijah Newren
· 2 years, 6 months ago
08c46a4
read-cache*.h: move declarations for read-cache.c functions from cache.h
by Elijah Newren
· 2 years, 6 months ago
d1cbe1e
hash-ll.h: split out of hash.h to remove dependency on repository.h
by Elijah Newren
· 2 years, 8 months ago
69a63fe
treewide: be explicit about dependence on strbuf.h
by Elijah Newren
· 2 years, 8 months ago
5bc0722
treewide: be explicit about dependence on mem-pool.h
by Elijah Newren
· 2 years, 8 months ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years, 9 months ago
36bf195
alloc.h: move ALLOC_GROW() functions from cache.h
by Elijah Newren
· 2 years, 10 months ago
6269f8e
treewide: always have a valid "index_state.repo" member
by Ævar Arnfjörð Bjarmason
· 2 years, 11 months ago
2f6b1eb
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
by Ævar Arnfjörð Bjarmason
· 2 years, 11 months ago
451b66c
split-index: it really is incompatible with the sparse index
by Johannes Schindelin
· 3 years, 11 months ago
09751bf
split-index: use oideq instead of memcmp to compare object_id's
by Andrzej Hunt
· 4 years, 6 months ago
92e2cab
Always use oidread to read into struct object_id
by brian m. carlson
· 4 years, 8 months ago
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 4 years, 9 months ago
44c7e1a
mem-pool: use more standard initialization and finalization
by Elijah Newren
· 5 years ago
0efa3d7
Merge branch 'nd/split-index-null-base-fix'
by Junio C Hamano
· 7 years ago
6e37c8e
read-cache.c: fix writing "link" index ext with null base oid
by Nguyễn Thái Ngọc Duy
�� 7 years ago
6fdc205
read-cache: add invalidate parameter to remove_marked_cache_entries
by Thomas Gummerer
· 7 years ago
4c490f3
split-index: BUG() when cache entry refers to non-existing shared entry
by SZEDER Gábor
· 7 years ago
5581a01
split-index: smudge and add racily clean cache entries to split index
by SZEDER Gábor
· 7 years ago
e3d8379
split-index: don't compare cached data of entries already marked for split index
by SZEDER Gábor
· 7 years ago
2034e84
split-index: count the number of deleted entries
by SZEDER Gábor
· 7 years ago
8e72d67
block alloc: allocate cache entries from mem_pool
by Jameson Miller
· 7 years ago
a849735
block alloc: add lifecycle APIs for cache_entry structs
by Jameson Miller
· 7 years ago
2182abd
split-index: convert struct split_index to object_id
by brian m. carlson
· 8 years ago
169c9c0
Merge branch 'bw/c-plus-plus'
by Junio C Hamano
· 8 years ago
75b7b97
split-index: rename 'new' variables
by Brandon Williams
· 8 years ago
4bddd98
split-index: don't write cache tree with null oid entries
by Thomas Gummerer
· 8 years ago
50f03c6
Merge branch 'ab/free-and-null'
by Junio C Hamano
· 8 years ago
64719b1
Revert "split-index: add and use unshare_split_index()"
by Junio C Hamano
· 8 years ago
88ce3ef
*.[ch] refactoring: make use of the FREE_AND_NULL() macro
by Ævar Arnfjörð Bjarmason
· 8 years ago
f9d7abe
split-index: add and use unshare_split_index()
by Nguyễn Thái Ngọc Duy
· 9 years ago
cef4fc7
split-index: add {add,remove}_split_index() functions
by Christian Couder
· 9 years ago
753c451
split-index: s/eith/with/ typo fix
by Christian Couder
· 9 years ago
45ccef8
use COPY_ARRAY
by René Scharfe
· 9 years ago
832c0e5
typofix: assorted typofixes in comments, documentation and messages
by Li Peng
· 10 years ago
be0d9d5
ewah: add convenient wrapper ewah_serialize_strbuf()
by Nguyễn Thái Ngọc Duy
· 11 years ago
c18b80a
update-index: new options to enable/disable split index mode
by Nguyễn Thái Ngọc Duy
· 12 years ago
b3c96fb
split-index: strip pathname of on-disk replaced entries
by Nguyễn Thái Ngọc Duy
· 12 years ago
ce7c614
split-index: do not invalidate cache-tree at read time
by Nguyễn Thái Ngọc Duy
· 12 years ago
76b07b3
split-index: the reading part
by Nguyễn Thái Ngọc Duy
· 12 years ago
96a1d8d
split-index: the writing part
by Nguyễn Thái Ngọc Duy
· 12 years ago
078a58e
read-cache: mark updated entries for split index
by Nguyễn Thái Ngọc Duy
· 12 years ago
045113a
read-cache: save deleted entries in split index
by Nguyễn Thái Ngọc Duy
· 12 years ago
5fc2fc8
read-cache: split-index mode
by Nguyễn Thái Ngọc Duy
· 12 years ago