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
Age
Commit message (
Expand
)
Author
Lines
2025-11-05
replay: add replay.refAction config option
Siddharth Asthana
-4
/
+79
2025-11-05
replay: make atomic ref updates the default behavior
Siddharth Asthana
-40
/
+199
2025-11-05
replay: use die_for_incompatible_opt2() for option validation
Siddharth Asthana
-3
/
+3
2025-11-04
GitHub CI: macos-13 images are no more
Junio C Hamano
-4
/
+4
2025-11-04
parseopt: remove unreachable code
Junio C Hamano
-2
/
+0
2025-11-04
parseopt: restore const qualifier to parsed filename
D. Ben Knoble
-1
/
+1
2025-11-04
config: use boolean type for a simple flag
D. Ben Knoble
-1
/
+1
2025-11-04
parseopt: use boolean type for a simple flag
D. Ben Knoble
-2
/
+2
2025-11-04
doc: clarify command equivalence comment
D. Ben Knoble
-1
/
+1
2025-11-04
parseopt: fix :(optional) at command line to only ignore missing files
D. Ben Knoble
-1
/
+1
2025-11-04
A bit more before rc1
Junio C Hamano
-0
/
+25
2025-11-04
Merge branch 'jk/doc-backslash-in-exclude'
Junio C Hamano
-0
/
+7
2025-11-04
Merge branch 'jk/test-delete-gpgsig-leakfix'
Junio C Hamano
-3
/
+4
2025-11-04
Merge branch 'eb/t1016-hash-transition-fix'
Junio C Hamano
-1
/
+7
2025-11-04
Merge branch 'kh/doc-checkout-markup-fix'
Junio C Hamano
-2
/
+2
2025-11-04
Merge branch 'xr/ref-debug-remove-on-disk'
Junio C Hamano
-0
/
+9
2025-11-04
Merge branch 'qj/doc-my1stcontrib-email-verify'
Junio C Hamano
-0
/
+5
2025-11-04
Merge branch 'tz/test-prepare-gnupghome'
Junio C Hamano
-0
/
+1
2025-11-04
Merge branch 'jt/repo-structure'
Junio C Hamano
-6
/
+542
2025-11-04
Merge branch 'tu/credential-install'
Junio C Hamano
-2
/
+12
2025-11-04
Merge branch 'cc/doc-submitting-patches-with-ai'
Junio C Hamano
-0
/
+28
2025-11-04
Merge branch 'kn/refs-optim-cleanup' into kn/maintenance-is-needed
Junio C Hamano
-72
/
+42
2025-11-04
Merge branch 'ps/ref-peeled-tags' into kn/maintenance-is-needed
Junio C Hamano
-852
/
+1361
2025-11-04
t/pack-refs-tests: move the 'test_done' to callees
Karthik Nayak
-2
/
+4
2025-11-04
refs: rename 'pack_refs_opts' to 'refs_optimize_opts'
Karthik Nayak
-30
/
+30
2025-11-04
refs: move to using the '.optimize' functions
Karthik Nayak
-44
/
+12
2025-11-04
Merge branch 'ps/ref-peeled-tags' into kn/refs-optim-cleanup
Junio C Hamano
-2296
/
+3555
2025-11-04
t7004: do not chdir around in the main process
Junio C Hamano
-18
/
+20
2025-11-04
ref-filter: fix stale parsed objects
Patrick Steinhardt
-0
/
+22
2025-11-04
ref-filter: parse objects on demand
Patrick Steinhardt
-36
/
+106
2025-11-04
ref-filter: detect broken tags when dereferencing them
Patrick Steinhardt
-2
/
+5
2025-11-04
refs: don't store peeled object IDs for invalid tags
Patrick Steinhardt
-2
/
+63
2025-11-04
object: add flag to `peel_object()` to verify object type
Patrick Steinhardt
-25
/
+38
2025-11-04
refs: drop infrastructure to peel via iterators
Patrick Steinhardt
-141
/
+1
2025-11-04
refs: drop `current_ref_iter` hack
Patrick Steinhardt
-28
/
+0
2025-11-04
builtin/show-ref: convert to use `reference_get_peeled_oid()`
Patrick Steinhardt
-13
/
+19
2025-11-04
ref-filter: propagate peeled object ID
Patrick Steinhardt
-32
/
+45
2025-11-04
upload-pack: convert to use `reference_get_peeled_oid()`
Patrick Steinhardt
-9
/
+13
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
-10
/
+48
2025-11-04
refs: refactor reference status flags
Patrick Steinhardt
-20
/
+21
2025-11-04
refs: fully reset `struct ref_iterator::ref` on iteration
Patrick Steinhardt
-1
/
+4
2025-11-04
refs: introduce `.ref` field for the base iterator
Patrick Steinhardt
-100
/
+75
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
-462
/
+392
2025-11-03
object-file: refactor writing objects via a stream
Patrick Steinhardt
-17
/
+27
2025-11-03
object-file: rename `write_object_file()`
Patrick Steinhardt
-10
/
+11
2025-11-03
object-file: refactor freshening of objects
Patrick Steinhardt
-28
/
+46
2025-11-03
object-file: rename `has_loose_object()`
Patrick Steinhardt
-13
/
+13
2025-11-03
object-file: read objects via the loose object source
Patrick Steinhardt
-53
/
+50
2025-11-03
object-file: move loose object map into loose source
Patrick Steinhardt
-9
/
+9
2025-11-03
object-file: hide internals when we need to reprepare loose sources
Patrick Steinhardt
-10
/
+15
[prev]
[next]