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
2026-07-14
repository: introduce repo_config_values_clear()
Tian Yuchen
3
-0
/
+15
2026-07-14
t1100: move creation of expected output into setup test
Shlok Kulshreshtha
1
-8
/
+7
2026-07-14
t1100: modernize test style
Shlok Kulshreshtha
1
-20
/
+19
2026-07-13
fast-export: standardize usage string and SYNOPSIS
Christian Couder
3
-3
/
+2
2026-07-13
The 2nd batch for Git 2.56
Junio C Hamano
1
-0
/
+29
2026-07-13
Merge branch 'ps/odb-generalize-prepare'
Junio C Hamano
11
-64
/
+69
2026-07-13
Merge branch 'kk/prio-queue-get-put-fusion'
Junio C Hamano
16
-177
/
+139
2026-07-13
Merge branch 'hn/branch-push-slip-advice'
Junio C Hamano
7
-1
/
+144
2026-07-13
Merge branch 'jk/format-patch-leakfix'
Junio C Hamano
2
-3
/
+4
2026-07-13
Merge branch 'jk/reftable-leakfix'
Junio C Hamano
1
-4
/
+4
2026-07-13
Merge branch 'ad/gpg-strip-cr-before-lf'
Junio C Hamano
1
-14
/
+11
2026-07-13
odb: make optimizations pluggable
Patrick Steinhardt
6
-489
/
+579
2026-07-13
builtin/gc: fix signedness issues in ODB-related functionality
Patrick Steinhardt
1
-9
/
+11
2026-07-13
builtin/gc: refactor ODB optimizations to operate on "files" source
Patrick Steinhardt
1
-38
/
+41
2026-07-13
builtin/gc: introduce `odb_optimize_required()`
Patrick Steinhardt
1
-68
/
+92
2026-07-13
builtin/gc: move geometric repacking into `odb_optimize()`
Patrick Steinhardt
2
-92
/
+95
2026-07-13
builtin/gc: introduce object database optimization options
Patrick Steinhardt
1
-60
/
+119
2026-07-13
builtin/gc: inline config values specific to the "files" backend
Patrick Steinhardt
1
-62
/
+53
2026-07-13
builtin/gc: make repack arguments self-contained
Patrick Steinhardt
1
-81
/
+75
2026-07-13
builtin/gc: extract object database optimizations into separate function
Patrick Steinhardt
1
-30
/
+49
2026-07-13
builtin/gc: move worktree and rerere tasks before object optimizations
Patrick Steinhardt
1
-7
/
+7
2026-07-13
odb: run "pre-auto-gc" hook for all maintenance tasks
Patrick Steinhardt
2
-9
/
+152
2026-07-13
t7900: simplify how we check for maintenance tasks
Patrick Steinhardt
1
-90
/
+100
2026-07-11
t9811: replace 'test -f' and '! test -f' with 'test_path_*'
Marcelo Machado Lage
1
-10
/
+10
2026-07-11
t9811: break long && chains into multiple lines
Marcelo Machado Lage
1
-5
/
+15
2026-07-11
builtin/add.c: replace run_command() with direct apply_all_patches() call
Gatla Vishweshwar Reddy
2
-7
/
+22
2026-07-11
Merge branch 'kk/commit-reach-find-all-fix' into kk/merge-base-exhaustion
Junio C Hamano
2
-3
/
+48
2026-07-10
object-file: fix closing object stream twice
Patrick Steinhardt
2
-4
/
+18
2026-07-10
builtin/receive-pack: stage incoming objects via ODB transactions
Justin Tobler
1
-33
/
+35
2026-07-10
builtin/receive-pack: drop redundant tmpdir env
Justin Tobler
1
-1
/
+0
2026-07-10
odb/transaction: introduce ODB transaction flags
Justin Tobler
13
-22
/
+61
2026-07-10
odb/transaction: add transaction env interface
Justin Tobler
3
-0
/
+41
2026-07-10
odb/transaction: propagate commit errors
Justin Tobler
2
-6
/
+11
2026-07-10
odb/transaction: propagate begin errors
Justin Tobler
8
-18
/
+45
2026-07-10
object-file: propagate files transaction errors
Justin Tobler
4
-16
/
+26
2026-07-10
object-file: drop check for inflight transactions
Justin Tobler
2
-6
/
+1
2026-07-10
object-file: embed transaction flush logic in commit function
Justin Tobler
1
-36
/
+28
2026-07-10
object-file: rename files transaction fsync function
Justin Tobler
1
-6
/
+10
2026-07-10
object-file: rename files transaction prepare function
Justin Tobler
1
-3
/
+3
2026-07-10
b4: include change-id in cover template
Chen Linxuan
1
-0
/
+1
2026-07-10
config: add "worktree" and "worktree/i" includeIf conditions
Chen Linxuan
3
-0
/
+187
2026-07-10
config: refactor include_by_gitdir() into include_by_path()
Chen Linxuan
1
-11
/
+8
2026-07-10
reftable: fix quadratic behavior in the presence of tombstones
Kristofer Karlsson
3
-12
/
+46
2026-07-10
t/perf: add perf test for ref tombstone scenarios
Kristofer Karlsson
1
-0
/
+46
2026-07-10
shallow: give write_one_shallow() its own hex buffer
Johannes Schindelin
1
-1
/
+3
2026-07-10
shallow: fix NULL dereference
Johannes Schindelin
1
-2
/
+1
2026-07-10
bisect: ensure non-NULL `head` before using it
Johannes Schindelin
1
-1
/
+3
2026-07-10
pack-bitmap: handle missing bitmap for base MIDX
Johannes Schindelin
1
-0
/
+4
2026-07-10
revision: avoid dereferencing NULL in `add_parents_only()`
Johannes Schindelin
2
-2
/
+25
2026-07-10
replay: die when --onto does not peel to a commit
Johannes Schindelin
1
-2
/
+6
[prev]
[next]