index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
Age
Commit message (
Expand
)
Author
Lines
2024-02-21
refs: stop resolving ref corresponding to reflogs
Patrick Steinhardt
-14
/
+4
2024-02-21
refs: drop unused params from the reflog iterator callback
Patrick Steinhardt
-14
/
+2
2024-02-21
refs: always treat iterators as ordered
Patrick Steinhardt
-46
/
+20
2024-02-21
refs/files: sort merged worktree and common reflogs
Patrick Steinhardt
-73
/
+56
2024-02-21
refs/files: sort reflogs returned by the reflog iterator
Patrick Steinhardt
-2
/
+2
2024-02-07
refs/reftable: fix leak when copying reflog fails
Patrick Steinhardt
-1
/
+1
2024-02-07
refs: introduce reftable backend
Patrick Steinhardt
-0
/
+2298
2024-01-26
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
-9
/
+37
2024-01-16
Merge branch 'ps/refstorage-extension'
Junio C Hamano
-4
/
+0
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
-4
/
+0
2024-01-08
refs/files: skip creation of "refs/{heads,tags}" for worktrees
Patrick Steinhardt
-8
/
+14
2024-01-08
setup: move creation of "refs/" into the files backend
Patrick Steinhardt
-0
/
+17
2024-01-08
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
-4
/
+9
2024-01-02
refs: refactor logic to look up storage backends
Patrick Steinhardt
-4
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-4
/
+0
2023-11-17
refs: remove `delete_refs` callback from backends
Patrick Steinhardt
-32
/
+0
2023-11-17
refs: deduplicate code to delete references
Patrick Steinhardt
-89
/
+2
2023-11-17
refs/files: use transactions to delete references
Patrick Steinhardt
-32
/
+34
2023-10-09
files-backend.c: avoid stat in 'loose_fill_ref_dir'
Victoria Dye
-9
/
+5
2023-10-09
ref-cache.c: fix prefix matching in ref iteration
Victoria Dye
-1
/
+2
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
-29
/
+192
2023-07-10
refs/packed-backend.c: add trace2 counters for jump list
Taylor Blau
-0
/
+2
2023-07-10
refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
Taylor Blau
-6
/
+157
2023-07-10
refs/packed-backend.c: refactor `find_reference_location()`
Taylor Blau
-16
/
+22
2023-07-10
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
-9
/
+13
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
-2
/
+2
2023-06-21
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren
-0
/
+1
2023-06-13
Merge branch 'jc/pack-ref-exclude-include'
Junio C Hamano
-14
/
+22
2023-05-12
pack-refs: teach pack-refs --include option
John Cai
-8
/
+10
2023-05-12
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
-10
/
+15
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
-1
/
+8
2023-05-02
Merge branch 'tb/ban-strtok'
Junio C Hamano
-1
/
+1
2023-04-24
string-list: multi-delimiter `string_list_split_in_place()`
Taylor Blau
-1
/
+1
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
-0
/
+1
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
-1
/
+6
2023-04-24
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: reduce includes of cache.h in other headers
Elijah Newren
-1
/
+1
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
-0
/
+2
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
-1
/
+2
2023-03-21
treewide: remove unnecessary cache.h inclusion from several sources
Elijah Newren
-1
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+2
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
-1
/
+1
2023-02-23
ident.h: move ident-related declarations out of cache.h
Elijah Newren
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+3
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
-2
/
+4
[prev]
[next]