index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
2024-01-26
4
-9
/
+37
|
\
|
*
refs/files: skip creation of "refs/{heads,tags}" for worktrees
Patrick Steinhardt
2024-01-08
1
-8
/
+14
|
*
setup: move creation of "refs/" into the files backend
Patrick Steinhardt
2024-01-08
1
-0
/
+17
|
*
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
2024-01-08
4
-4
/
+9
*
|
Merge branch 'ps/refstorage-extension'
Junio C Hamano
2024-01-16
4
-4
/
+0
|
\
|
|
*
refs: refactor logic to look up storage backends
Patrick Steinhardt
2024-01-02
4
-4
/
+0
*
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
3
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
3
-4
/
+0
*
|
refs: remove `delete_refs` callback from backends
Patrick Steinhardt
2023-11-17
4
-32
/
+0
*
|
refs: deduplicate code to delete references
Patrick Steinhardt
2023-11-17
2
-89
/
+2
*
|
refs/files: use transactions to delete references
Patrick Steinhardt
2023-11-17
1
-32
/
+34
|
/
*
files-backend.c: avoid stat in 'loose_fill_ref_dir'
Victoria Dye
2023-10-10
1
-9
/
+5
*
ref-cache.c: fix prefix matching in ref iteration
Victoria Dye
2023-10-10
1
-1
/
+2
*
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-21
4
-29
/
+192
|
\
|
*
refs/packed-backend.c: add trace2 counters for jump list
Taylor Blau
2023-07-10
1
-0
/
+2
|
*
refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
Taylor Blau
2023-07-10
1
-6
/
+157
|
*
refs/packed-backend.c: refactor `find_reference_location()`
Taylor Blau
2023-07-10
1
-16
/
+22
|
*
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
2023-07-10
4
-9
/
+13
*
|
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
2
-2
/
+2
*
|
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
Merge branch 'jc/pack-ref-exclude-include'
Junio C Hamano
2023-06-13
4
-14
/
+22
|
\
\
|
|
/
|
/
|
|
*
pack-refs: teach pack-refs --include option
John Cai
2023-05-12
1
-8
/
+10
|
*
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
2023-05-12
4
-10
/
+15
*
|
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
5
-1
/
+8
|
\
\
|
|
/
|
/
|
|
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
|
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
4
-1
/
+6
|
*
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
Merge branch 'tb/ban-strtok'
Junio C Hamano
2023-05-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
string-list: multi-delimiter `string_list_split_in_place()`
Taylor Blau
2023-04-25
1
-1
/
+1
*
|
treewide: reduce includes of cache.h in other headers
Elijah Newren
2023-04-11
1
-1
/
+1
*
|
treewide: remove double forward declaration of read_in_full
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
/
*
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
2
-0
/
+2
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
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
-1
/
+2
*
treewide: remove unnecessary cache.h inclusion from several sources
Elijah Newren
2023-03-21
1
-1
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
2
-0
/
+2
*
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+1
*
ident.h: move ident-related declarations out of cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
3
-0
/
+3
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
2
-2
/
+4
*
treewide: remove unnecessary cache.h includes
Elijah Newren
2023-02-24
1
-1
/
+0
*
treewide: ensure one of the appropriate headers is sourced first
Elijah Newren
2023-02-24
1
-1
/
+1
*
Merge branch 'ps/fsync-refs-fix'
Junio C Hamano
2023-01-02
1
-1
/
+2
|
\
|
*
refs: fix corruption by not correctly syncing packed-refs to disk
Patrick Steinhardt
2022-12-25
1
-1
/
+2
*
|
refs: unify parse_worktree_ref() and ref_type()
Han-Wen Nienhuys
2022-09-19
2
-45
/
+37
*
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
3
-18
/
+18
*
|
refs: mark unused virtual method parameters
Jeff King
2022-08-19
3
-14
/
+16
[next]