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
path:
root
/
commit-slab-decl.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-06
meson: make GIT_HTML_PATH configurable
D. Ben Knoble
7
-13
/
+20
2025-11-06
perl: also mark git-contacts executable
D. Ben Knoble
1
-1
/
+1
2025-11-06
wincred: align Makefile with other Makefiles in contrib
Thomas Uhle
1
-8
/
+10
2025-11-05
refs: add missing space in messages
Peter Krefting
2
-2
/
+2
2025-11-05
Git 2.52-rc1
v2.52.0-rc1
Junio C Hamano
2
-1
/
+8
2025-11-04
GitHub CI: macos-13 images are no more
Junio C Hamano
1
-4
/
+4
2025-11-04
parseopt: remove unreachable code
Junio C Hamano
1
-2
/
+0
2025-11-04
parseopt: restore const qualifier to parsed filename
D. Ben Knoble
1
-1
/
+1
2025-11-04
config: use boolean type for a simple flag
D. Ben Knoble
1
-1
/
+1
2025-11-04
parseopt: use boolean type for a simple flag
D. Ben Knoble
1
-2
/
+2
2025-11-04
doc: clarify command equivalence comment
D. Ben Knoble
1
-1
/
+1
2025-11-04
parseopt: fix :(optional) at command line to only ignore missing files
D. Ben Knoble
1
-1
/
+1
2025-11-04
A bit more before rc1
Junio C Hamano
1
-0
/
+25
2025-11-04
t/pack-refs-tests: move the 'test_done' to callees
Karthik Nayak
3
-2
/
+4
2025-11-04
refs: rename 'pack_refs_opts' to 'refs_optimize_opts'
Karthik Nayak
8
-30
/
+30
2025-11-04
refs: move to using the '.optimize' functions
Karthik Nayak
7
-44
/
+12
2025-11-04
t7004: do not chdir around in the main process
Junio C Hamano
1
-18
/
+20
2025-11-04
ref-filter: fix stale parsed objects
Patrick Steinhardt
2
-0
/
+22
2025-11-04
ref-filter: parse objects on demand
Patrick Steinhardt
1
-36
/
+106
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
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-10-30
The 27th batch
Junio C Hamano
1
-0
/
+23
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
2025-10-30
gpg-interface: mark a string for translation
Christian Couder
1
-1
/
+1
2025-10-30
fast-import: mark strings for translation
Christian Couder
2
-150
/
+150
2025-10-30
fast-export: mark strings for translation
Christian Couder
1
-39
/
+40
2025-10-30
gpg-interface: use left shift to define GPG_VERIFY_*
Christian Couder
1
-3
/
+3
2025-10-30
gpg-interface: simplify ssh fingerprint parsing
Christian Couder
1
-1
/
+1
[next]