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
/
builtin
/
commit.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-04
GitHub CI: macos-13 images are no more
Junio C Hamano
1
-4
/
+4
2025-11-04
dir.c: do not be fooled by :(exclude) pathspec elements
Junio C Hamano
2
-2
/
+29
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-03
object-file: refactor writing objects via a stream
Patrick Steinhardt
5
-17
/
+27
2025-11-03
object-file: rename `write_object_file()`
Patrick Steinhardt
3
-10
/
+11
2025-11-03
object-file: refactor freshening of objects
Patrick Steinhardt
6
-28
/
+46
2025-11-03
object-file: rename `has_loose_object()`
Patrick Steinhardt
3
-13
/
+13
2025-11-03
object-file: read objects via the loose object source
Patrick Steinhardt
4
-53
/
+50
2025-11-03
object-file: move loose object map into loose source
Patrick Steinhardt
5
-9
/
+9
2025-11-03
object-file: hide internals when we need to reprepare loose sources
Patrick Steinhardt
3
-10
/
+15
2025-11-03
object-file: move loose object cache into loose source
Patrick Steinhardt
6
-36
/
+39
2025-11-03
object-file: introduce `struct odb_source_loose`
Patrick Steinhardt
4
-0
/
+25
2025-11-03
object-file: move `fetch_if_missing`
Patrick Steinhardt
2
-8
/
+8
2025-11-03
odb: adjust naming to free object sources
Patrick Steinhardt
1
-5
/
+5
2025-11-03
odb: introduce `odb_source_new()`
Patrick Steinhardt
3
-12
/
+29
2025-11-03
odb: fix subtle logic to check whether an alternate is usable
Patrick Steinhardt
1
-13
/
+17
2025-11-03
merge-ort: fix failing merges in special corner case
Elijah Newren
2
-1
/
+106
2025-11-03
merge-ort: remove debugging crud
Elijah Newren
1
-1
/
+1
2025-11-03
t6429: update comment to mention correct tool
Elijah Newren
1
-8
/
+7
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
xdiff: rename rindex -> reference_index
Ezekiel Newren
3
-9
/
+9
2025-10-30
xdiff: change rindex from long to size_t in xdfile_t
Ezekiel Newren
1
-1
/
+1
2025-10-30
xdiff: make xdfile_t.nreff a size_t instead of long
Ezekiel Newren
2
-8
/
+8
[prev]
[next]