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 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-2
/
+0
|
\
|
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-2
/
+0
*
|
cache: add fake_lstat()
Junio C Hamano
2023-09-16
1
-0
/
+27
|
/
*
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-2
/
+0
|
\
|
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
*
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
Merge branch 'js/empty-index-fixes'
Junio C Hamano
2023-07-08
1
-6
/
+9
|
\
\
|
|
/
|
/
|
|
*
split-index: accept that a base index can be empty
Johannes Schindelin
2023-06-29
1
-6
/
+8
|
*
do_read_index(): always mark index as initialized unless erroring out
Johannes Schindelin
2023-06-29
1
-0
/
+1
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
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
*
|
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren
2023-06-21
1
-84
/
+0
*
|
read-cache: move shared add/checkout/commit code
Elijah Newren
2023-06-21
1
-0
/
+102
*
|
read-cache: move shared commit and ls-files code
Elijah Newren
2023-06-21
1
-0
/
+137
*
|
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-68
/
+13
|
\
\
|
*
|
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
|
*
|
cache,tree: move basic name compare functions from read-cache to tree
Elijah Newren
2023-04-24
1
-68
/
+0
|
*
|
cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.c
Elijah Newren
2023-04-24
1
-1
/
+12
|
*
|
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+5
|
\
|
|
|
*
|
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
|
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
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 oid-array.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
|
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
|
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-4
/
+5
|
|
\
\
*
|
|
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+3
|
\
|
|
|
|
*
|
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-4
/
+5
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
|
*
|
|
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+3
|
*
|
|
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'js/split-index-fixes'
Junio C Hamano
2023-04-04
1
-17
/
+32
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
split-index; stop abusing the `base_oid` to strip the "link" extension
Johannes Schindelin
2023-03-27
1
-17
/
+32
*
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge branch 'rs/size-t-fixes'
Junio C Hamano
2023-02-16
1
-6
/
+7
|
\
\
|
*
|
read-cache: use size_t for {base,df}_name_compare()
René Scharfe
2023-02-06
1
-6
/
+7
*
|
|
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2023-01-17
1
-12
/
+5
*
|
|
Merge branch 'ab/cache-api-cleanup' into ab/cache-api-cleanup-users
Junio C Hamano
2023-01-17
1
-19
/
+24
|
\
\
\
|
*
|
|
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
2023-01-16
1
-13
/
+18
|
*
|
|
read-cache.c: refactor set_new_index_sparsity() for subsequent commit
Ævar Arnfjörð Bjarmason
2023-01-13
1
-6
/
+6
*
|
|
|
Merge branch 'ds/omit-trailing-hash-in-index'
Junio C Hamano
2023-01-16
1
-1
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
features: feature.manyFiles implies fast index writes
Derrick Stolee
2023-01-06
1
-1
/
+2
[next]