index
:
git
jch
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
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Lines
2026-05-17
Merge branch 'ob/more-repo-config-values' into jch
Junio C Hamano
-33
/
+48
2026-05-17
Merge branch 'ps/setup-wo-the-repository' into jch
Junio C Hamano
-71
/
+76
2026-05-17
Merge branch 'sa/cat-file-batch-mailmap-switch' into jch
Junio C Hamano
-4
/
+33
2026-05-17
Merge branch 'jt/odb-transaction-write' into jch
Junio C Hamano
-12
/
+11
2026-05-17
Merge branch 'tb/incremental-midx-part-3.3' into jch
Junio C Hamano
-23
/
+127
2026-05-17
Merge branch 'kk/paint-down-to-common-optim' into jch
Junio C Hamano
-1
/
+3
2026-05-17
Merge branch 'mm/git-url-parse' into jch
Junio C Hamano
-0
/
+135
2026-05-17
Merge branch 'kn/refs-generic-helpers' into jch
Junio C Hamano
-71
/
+133
2026-05-17
Merge branch 'sb/unpack-index-pack-buffer-resize' into jch
Junio C Hamano
-4
/
+2
2026-05-17
Merge branch 'ps/history-fixup' into jch
Junio C Hamano
-23
/
+268
2026-05-17
Merge branch 'js/objects-larger-than-4gb-on-windows' into jch
Junio C Hamano
-16
/
+30
2026-05-17
Merge branch 'kh/name-rev-custom-format' into jch
Junio C Hamano
-25
/
+275
2026-05-17
Merge branch 'hn/git-checkout-m-with-stash'
Junio C Hamano
-101
/
+111
2026-05-17
Merge branch 'en/backfill-fixes-and-edges'
Junio C Hamano
-1
/
+30
2026-05-15
odb: update `struct odb_write_stream` read() callback
Justin Tobler
-12
/
+8
2026-05-15
odb: split `struct odb_transaction` into separate header
Justin Tobler
-0
/
+3
2026-05-12
Merge branch 'js/maintenance-fix-deadlock-on-win10'
Junio C Hamano
-0
/
+1
2026-05-12
commit-reach: early exit paint_down_to_common for single merge-base
Kristofer Karlsson
-1
/
+2
2026-05-12
commit-reach: introduce merge_base_flags enum
Kristofer Karlsson
-1
/
+2
2026-05-12
format-rev: introduce builtin for on-demand pretty formatting
Kristoffer Haugsbakk
-0
/
+223
2026-05-12
name-rev: factor code for sharing with a new command
Kristoffer Haugsbakk
-13
/
+40
2026-05-12
name-rev: run clang-format before factoring code
Kristoffer Haugsbakk
-9
/
+9
2026-05-12
name-rev: wrap both blocks in braces
Kristoffer Haugsbakk
-4
/
+4
2026-05-11
Merge branch 'ar/parallel-hooks'
Junio C Hamano
-30
/
+54
2026-05-09
odb, packfile: use size_t for streaming object sizes
Johannes Schindelin
-12
/
+22
2026-05-09
index-pack, unpack-objects: use size_t for object size
Johannes Schindelin
-4
/
+8
2026-05-08
maintenance(geometric): do release the `.idx` files before repacking
Johannes Schindelin
-0
/
+1
2026-05-06
builtin: create url-parse command
Matheus Afonso Martins Moreira
-0
/
+135
2026-05-05
refs: move object parsing to the generic layer
Karthik Nayak
-9
/
+13
2026-05-05
update-ref: handle rejections while adding updates
Karthik Nayak
-39
/
+98
2026-05-05
update-ref: move `print_rejected_refs()` up
Karthik Nayak
-23
/
+22
2026-04-30
repack: allow `--write-midx=incremental` without `--geometric`
Taylor Blau
-3
/
+0
2026-04-30
repack: introduce `--write-midx=incremental`
Taylor Blau
-6
/
+43
2026-04-30
repack: implement incremental MIDX repacking
Taylor Blau
-0
/
+5
2026-04-30
builtin/repack.c: convert `--write-midx` to an `OPT_CALLBACK`
Taylor Blau
-12
/
+38
2026-04-30
repack: track the ODB source via existing_packs
Taylor Blau
-3
/
+2
2026-04-30
midx: support custom `--base` for incremental MIDX writes
Taylor Blau
-4
/
+20
2026-04-30
midx: introduce `--no-write-chain-file` for incremental MIDX writes
Taylor Blau
-2
/
+26
2026-04-29
checkout -m: autostash when switching branches
Harald Nordgren
-92
/
+69
2026-04-29
checkout: rollback lock on early returns in merge_working_tree
Harald Nordgren
-7
/
+22
2026-04-29
sequencer: teach autostash apply to take optional conflict marker labels
Harald Nordgren
-4
/
+8
2026-04-29
sequencer: allow create_autostash to run silently
Harald Nordgren
-2
/
+4
2026-04-29
stash: add --label-ours, --label-theirs, --label-base for apply
Harald Nordgren
-8
/
+20
2026-04-29
index-pack, unpack-objects: increase input buffer from 4 KiB to 128 KiB
Scott Bauersfeld
-4
/
+2
2026-04-27
builtin/history: introduce "fixup" subcommand
Patrick Steinhardt
-4
/
+242
2026-04-27
builtin/history: generalize function to commit trees
Patrick Steinhardt
-19
/
+26
2026-04-25
env: move "warn_on_object_refname_ambiguity" into `struct repo_config_values`
Olamide Caleb Bello
-6
/
+8
2026-04-25
env: move "core_sparse_checkout_cone" into `struct repo_config_values`
Olamide Caleb Bello
-16
/
+23
2026-04-25
environment: move "pack_compression_level" into `struct repo_config_values`
Olamide Caleb Bello
-10
/
+15
2026-04-25
environment: move `zlib_compression_level` into `struct repo_config_values`
Olamide Caleb Bello
-1
/
+2
[next]