index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-08
Merge branch 'es/meson-build-skip-coccinelle' into kn/meson-hdr-check
Junio C Hamano
1
-1
/
+6
2025-04-08
builtin/{merge,rebase,revert}: remove GIT_TEST_MERGE_ALGORITHM
Elijah Newren
3
-20
/
+1
2025-04-08
tests: remove GIT_TEST_MERGE_ALGORITHM and test_expect_merge_algorithm
Elijah Newren
29
-862
/
+236
2025-04-08
merge-recursive.[ch]: thoroughly debug these
Elijah Newren
9
-4236
/
+225
2025-04-08
merge, sequencer: switch recursive merges over to ort
Elijah Newren
3
-24
/
+10
2025-04-08
sequencer: switch non-recursive merges over to ort
Elijah Newren
1
-22
/
+13
2025-04-08
merge-ort: enable diff-algorithms other than histogram
Elijah Newren
3
-17
/
+16
2025-04-08
builtin/merge-recursive: switch to using merge_ort_generic()
Elijah Newren
4
-45
/
+22
2025-04-08
checkout: replace merge_trees() with merge_ort_nonrecursive()
Elijah Newren
1
-5
/
+5
2025-04-08
The fourth batch
Junio C Hamano
1
-2
/
+25
2025-04-08
Merge branch 'dk/vimdiff-doc-fix'
Junio C Hamano
1
-1
/
+1
2025-04-08
Merge branch 'fr/vimdiff-layout-fixes'
Junio C Hamano
1
-1
/
+13
2025-04-08
Merge branch 'es/meson-build-skip-coccinelle'
Junio C Hamano
1
-1
/
+6
2025-04-08
Merge branch 'ta/bulk-checkin-signed-compare-false-warning-fix'
Junio C Hamano
1
-10
/
+6
2025-04-08
Merge branch 'rs/clear-commit-marks-simplify'
Junio C Hamano
1
-9
/
+7
2025-04-08
Merge branch 'tb/incremental-midx-part-2'
Junio C Hamano
10
-132
/
+589
2025-04-08
Merge branch 'ps/reftable-sans-compat-util'
Junio C Hamano
25
-1155
/
+1405
2025-04-08
Merge branch 'ps/ci-meson-check-build-docs'
Junio C Hamano
1
-6
/
+21
2025-04-08
Merge branch 'tb/http-curl-keepalive'
Junio C Hamano
3
-16
/
+84
2025-04-08
Merge branch 'tb/refspec-fetch-cleanup'
Junio C Hamano
6
-27
/
+40
2025-04-08
Merge branch 'ms/reftable-block-writer-errors'
Junio C Hamano
4
-46
/
+56
2025-04-08
Merge branch 'en/assert-wo-side-effects'
Junio C Hamano
11
-9
/
+42
2025-04-08
update-ref: add --batch-updates flag for stdin mode
Karthik Nayak
3
-7
/
+306
2025-04-08
refs: support rejection in batch updates during F/D checks
Karthik Nayak
5
-27
/
+76
2025-04-08
refs: implement batch reference update support
Karthik Nayak
6
-4
/
+156
2025-04-08
refs: introduce enum-based transaction error types
Karthik Nayak
7
-185
/
+206
2025-04-08
refs/reftable: extract code from the transaction preparation
Karthik Nayak
1
-226
/
+237
2025-04-08
refs/files: remove duplicate duplicates check
Karthik Nayak
3
-16
/
+7
2025-04-08
refs: move duplicate refname update check to generic layer
Karthik Nayak
5
-114
/
+51
2025-04-08
refs/files: remove redundant check in split_symref_update()
Karthik Nayak
1
-17
/
+3
2025-04-08
builtin/maintenance: introduce "reflog-expire" task
Patrick Steinhardt
4
-0
/
+81
2025-04-08
builtin/gc: split out function to expire reflog entries
Patrick Steinhardt
1
-11
/
+11
2025-04-08
builtin/reflog: make functions regarding `reflog_expire_options` public
Patrick Steinhardt
3
-111
/
+128
2025-04-08
builtin/reflog: stop storing per-reflog expiry dates globally
Patrick Steinhardt
2
-18
/
+20
2025-04-08
builtin/reflog: stop storing default reflog expiry dates globally
Patrick Steinhardt
2
-15
/
+13
2025-04-08
reflog: rename `cmd_reflog_expire_cb` to `reflog_expire_options`
Patrick Steinhardt
3
-36
/
+36
2025-04-07
send-email: finer-grained SMTP error handling
Zheng Yuting
1
-3
/
+29
2025-04-07
send-email: capture errors in an eval {} block
Zheng Yuting
1
-14
/
+25
2025-04-07
reftable/table: move printing logic into test helper
Patrick Steinhardt
4
-69
/
+77
2025-04-07
reftable/constants: make block types part of the public interface
Patrick Steinhardt
14
-117
/
+131
2025-04-07
reftable/table: introduce iterator for table blocks
Patrick Steinhardt
3
-0
/
+173
2025-04-07
reftable/table: add `reftable_table` to the public interface
Patrick Steinhardt
2
-34
/
+31
2025-04-07
reftable/block: expose a generic iterator over reftable records
Patrick Steinhardt
4
-1
/
+140
2025-04-07
reftable/block: make block iterators reseekable
Patrick Steinhardt
5
-35
/
+48
2025-04-07
reftable/block: store block pointer in the block iterator
Patrick Steinhardt
2
-17
/
+9
2025-04-07
reftable/block: create public interface for reading blocks
Patrick Steinhardt
4
-54
/
+78
2025-04-07
git-zlib: use `struct z_stream_s` instead of typedef
Patrick Steinhardt
4
-9
/
+7
2025-04-07
reftable/block: rename `block_reader` to `reftable_block`
Patrick Steinhardt
7
-166
/
+172
2025-04-07
reftable/block: rename `block` to `block_data`
Patrick Steinhardt
8
-73
/
+73
2025-04-07
reftable/table: move reading block into block reader
Patrick Steinhardt
4
-129
/
+107
[prev]
[next]