index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
/
ref-cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ref-cache: fix invalid free operation in `free_ref_entry`
shejialuo
2024-11-26
1
-1
/
+2
*
refs: keep track of unresolved reference value in iterators
John Cai
2024-08-09
1
-0
/
+5
*
refs/files: fix NULL pointer deref when releasing ref store
Patrick Steinhardt
2024-06-06
1
-0
/
+2
*
refs: pass repo when peeling objects
Patrick Steinhardt
2024-05-17
1
-4
/
+1
*
refs: always treat iterators as ordered
Patrick Steinhardt
2024-02-21
1
-1
/
+1
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
ref-cache.c: fix prefix matching in ref iteration
Victoria Dye
2023-10-10
1
-1
/
+2
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+2
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
*
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-1
/
+1
|
\
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
refs: use designated initializers for "struct ref_iterator_vtable"
Ævar Arnfjörð Bjarmason
2022-03-17
1
-3
/
+3
|
/
*
Merge branch 'jt/no-abuse-alternate-odb-for-submodules'
Junio C Hamano
2021-10-26
1
-0
/
+10
|
\
|
*
refs: peeling non-the_repository iterators is BUG
Jonathan Tan
2021-10-09
1
-0
/
+10
*
|
refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry()
Ævar Arnfjörð Bjarmason
2021-09-29
1
-4
/
+3
*
|
refs/ref-cache.c: remove "mkdir" parameter from find_containing_dir()
Ævar Arnfjörð Bjarmason
2021-09-29
1
-24
/
+12
*
|
refs/ref-cache.[ch]: remove unused add_ref_entry()
Ævar Arnfjörð Bjarmason
2021-09-29
1
-9
/
+0
*
|
refs/ref-cache.[ch]: remove unused remove_entry_from_dir()
Ævar Arnfjörð Bjarmason
2021-09-29
1
-35
/
+0
|
/
*
refs: make explicit that ref_iterator_peel returns boolean
Han-Wen Nienhuys
2021-05-20
1
-1
/
+1
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-1
/
+1
*
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-1
/
+1
*
Use MOVE_ARRAY
SZEDER Gábor
2018-01-22
1
-4
/
+2
*
refs: update some more docs to use "oid" rather than "sha1"
Michael Haggerty
2017-11-06
1
-2
/
+2
*
refs: convert peel_object to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
*
ref_cache: remove support for storing peeled values
Michael Haggerty
2017-09-25
1
-41
/
+1
*
ref_iterator: keep track of whether the iterator output is ordered
Michael Haggerty
2017-09-14
1
-1
/
+1
*
*.[ch] refactoring: make use of the FREE_AND_NULL() macro
Ævar Arnfjörð Bjarmason
2017-06-16
1
-2
/
+1
*
cache_ref_iterator_begin(): avoid priming unneeded directories
Michael Haggerty
2017-05-24
1
-10
/
+85
*
create_ref_entry(): remove `check_name` option
Michael Haggerty
2017-05-23
1
-5
/
+1
*
refs/files-backend: convert many internals to struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
*
do_for_each_entry_in_dir(): delete function
Michael Haggerty
2017-04-17
1
-21
/
+0
*
cache_ref_iterator_begin(): make function smarter
Michael Haggerty
2017-04-17
1
-4
/
+34
*
do_for_each_entry_in_dir(): eliminate `offset` argument
Michael Haggerty
2017-04-17
1
-3
/
+3
*
refs: handle "refs/bisect/" in `loose_fill_ref_dir()`
Michael Haggerty
2017-04-17
1
-16
/
+0
*
ref-cache: use a callback function to fill the cache
Michael Haggerty
2017-04-17
1
-5
/
+7
*
refs: record the ref_store in ref_cache, not ref_dir
Michael Haggerty
2017-04-17
1
-5
/
+7
*
ref-cache: introduce a new type, ref_cache
Michael Haggerty
2017-04-17
1
-1
/
+15
*
refs: split `ref_cache` code into separate files
Michael Haggerty
2017-04-17
1
-0
/
+512