index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-04
ref-filter: detect broken tags when dereferencing them
Patrick Steinhardt
2
-2
/
+5
2025-11-04
refs: don't store peeled object IDs for invalid tags
Patrick Steinhardt
4
-2
/
+63
2025-11-04
object: add flag to `peel_object()` to verify object type
Patrick Steinhardt
9
-25
/
+38
2025-11-04
refs: drop infrastructure to peel via iterators
Patrick Steinhardt
8
-141
/
+1
2025-11-04
refs: drop `current_ref_iter` hack
Patrick Steinhardt
3
-28
/
+0
2025-11-04
builtin/show-ref: convert to use `reference_get_peeled_oid()`
Patrick Steinhardt
1
-13
/
+19
2025-11-04
ref-filter: propagate peeled object ID
Patrick Steinhardt
5
-32
/
+45
2025-11-04
upload-pack: convert to use `reference_get_peeled_oid()`
Patrick Steinhardt
1
-9
/
+13
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
12
-10
/
+48
2025-11-04
refs: refactor reference status flags
Patrick Steinhardt
1
-20
/
+21
2025-11-04
refs: fully reset `struct ref_iterator::ref` on iteration
Patrick Steinhardt
3
-1
/
+4
2025-11-04
refs: introduce `.ref` field for the base iterator
Patrick Steinhardt
8
-100
/
+75
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
49
-462
/
+392
2025-11-04
Revert "Merge branch 'ps/ref-peeled-tags' into next"
Junio C Hamano
66
-783
/
+834
2025-11-04
Revert "Merge branch 'kn/refs-optim-cleanup' into next"
Junio C Hamano
11
-42
/
+72
2025-11-03
Sync with Git 2.52-rc0
Junio C Hamano
2
-1
/
+17
2025-11-03
Merge branch 'kn/refs-optim-cleanup' into next
Junio C Hamano
11
-72
/
+42
2025-11-03
Merge branch 'ps/ref-peeled-tags' into next
Junio C Hamano
66
-834
/
+783
2025-11-03
Merge branch 'tc/last-modified-active-paths-optimization' into next
Junio C Hamano
3
-16
/
+237
2025-11-03
Merge branch 'ps/packed-git-in-object-store' into next
Junio C Hamano
9
-172
/
+223
2025-11-03
Merge branch 'cc/fast-import-export-i18n-cleanup' into next
Junio C Hamano
5
-194
/
+195
2025-11-03
last-modified: implement faster algorithm
Toon Claes
3
-16
/
+237
2025-11-03
Git 2.52-rc0
v2.52.0-rc0
Junio C Hamano
2
-1
/
+17
2025-11-03
Merge branch 'rs/merge-base-optim'
Junio C Hamano
2
-5
/
+110
2025-11-03
Merge branch 'jk/diff-patch-dry-run-cleanup'
Junio C Hamano
3
-44
/
+25
2025-11-03
Merge branch 'ps/maintenance-geometric'
Junio C Hamano
3
-63
/
+544
2025-11-03
Merge branch 'jk/match-pathname-fix'
Junio C Hamano
2
-5
/
+23
2025-11-03
Merge branch 'kh/doc-patch-id-1'
Junio C Hamano
1
-11
/
+11
2025-11-03
Merge branch 'rs/add-patch-quit'
Junio C Hamano
2
-6
/
+18
2025-10-31
Merge branch 'rz/t0450-bisect-doc-update' into next
Junio C Hamano
3
-26
/
+39
2025-10-30
Sync with 'master'
Junio C Hamano
1
-0
/
+23
2025-10-30
Merge branch 'jk/doc-backslash-in-exclude' into next
Junio C Hamano
2
-0
/
+7
2025-10-30
Merge branch 'jk/test-delete-gpgsig-leakfix' into next
Junio C Hamano
1
-3
/
+4
2025-10-30
Merge branch 'eb/t1016-hash-transition-fix' into next
Junio C Hamano
2
-1
/
+7
2025-10-30
The 27th batch
Junio C Hamano
1
-0
/
+23
2025-10-30
Merge branch 'rz/bisect-help-unknown'
Junio C Hamano
1
-1
/
+5
2025-10-30
Merge branch 'kf/log-shortlog-completion-fix'
Junio C Hamano
1
-2
/
+3
2025-10-30
Merge branch 'ly/diff-name-only-with-diff-from-content'
Junio C Hamano
2
-2
/
+43
2025-10-30
Merge branch 'ps/remove-packfile-store-get-packs'
Junio C Hamano
22
-90
/
+60
2025-10-30
Merge branch 'ob/gpg-interface-cleanup'
Junio C Hamano
1
-13
/
+21
2025-10-30
Merge branch 'ps/symlink-symref-deprecation'
Junio C Hamano
4
-5
/
+63
2025-10-30
Merge branch 'ey/commit-graph-changed-paths-config'
Junio C Hamano
5
-1
/
+59
2025-10-30
packfile: track packs via the MRU list exclusively
Patrick Steinhardt
3
-32
/
+26
2025-10-30
packfile: always add packfiles to MRU when adding a pack
Patrick Steinhardt
2
-2
/
+1
2025-10-30
packfile: move list of packs into the packfile store
Patrick Steinhardt
3
-60
/
+43
2025-10-30
builtin/pack-objects: simplify logic to find kept or nonlocal objects
Patrick Steinhardt
1
-14
/
+14
2025-10-30
packfile: fix approximation of object counts
Patrick Steinhardt
1
-4
/
+4
2025-10-30
http: refactor subsystem to use `packfile_list`s
Patrick Steinhardt
6
-35
/
+40
2025-10-30
packfile: move the MRU list into the packfile store
Patrick Steinhardt
4
-18
/
+104
2025-10-30
packfile: use a `strmap` to store packs by name
Patrick Steinhardt
2
-22
/
+6
[prev]
[next]