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-06-12
Merge branch 'ml/repo-discovery'
Johannes Sixt
2
-175
/
+222
2026-06-11
MyFirstContribution: mention trimming quoted text in replies
Weijie Yuan
1
-0
/
+5
2026-06-11
doc: git-config: escape erroneous highlight markup
Tuomas Ahola
1
-3
/
+3
2026-06-11
doc: config/sideband: fix description list delimiter
Tuomas Ahola
1
-1
/
+1
2026-06-11
doc: config: terminate runaway lists
Tuomas Ahola
4
-1
/
+9
2026-06-11
bash-completions: add --max-count-oldest
Mirko Faina
1
-1
/
+1
2026-06-11
t1400: have fifo test clean after itself
Junio C Hamano
1
-0
/
+1
2026-06-11
treewide: drop USE_THE_REPOSITORY_VARIABLE
Patrick Steinhardt
4
-11
/
+5
2026-06-11
environment: stop using `the_repository` in `is_bare_repository()`
Patrick Steinhardt
19
-24
/
+24
2026-06-11
environment: split up concerns of `is_bare_repository_cfg`
Patrick Steinhardt
9
-14
/
+39
2026-06-11
builtin/init: stop modifying `is_bare_repository_cfg`
Patrick Steinhardt
1
-7
/
+8
2026-06-11
setup: remove global `git_work_tree_cfg` variable
Patrick Steinhardt
1
-17
/
+11
2026-06-11
builtin/init: simplify logic to configure worktree
Patrick Steinhardt
1
-13
/
+18
2026-06-11
builtin/init: stop modifying global `git_work_tree_cfg` variable
Patrick Steinhardt
4
-4
/
+7
2026-06-11
Git 2.55-rc0
v2.55.0-rc0
Junio C Hamano
2
-1
/
+29
2026-06-11
Merge branch 'hn/macos-linker-warning'
Junio C Hamano
1
-0
/
+6
2026-06-11
Merge branch 'kk/wildmatch-windows-ls-files-prereq'
Junio C Hamano
1
-6
/
+13
2026-06-11
Merge branch 'mm/doc-word-diff'
Junio C Hamano
1
-0
/
+8
2026-06-11
Merge branch 'lp/http-fetch-pack-index-leak-fix'
Junio C Hamano
1
-5
/
+5
2026-06-11
Merge branch 'ps/odb-source-loose'
Junio C Hamano
15
-870
/
+973
2026-06-11
Merge branch 'mm/line-log-cleanup'
Junio C Hamano
8
-56
/
+120
2026-06-11
Merge branch 'st/daemon-sockaddr-fixes'
Junio C Hamano
1
-10
/
+21
2026-06-10
describe: limit default ref iteration to tags
Tamir Duberstein
2
-0
/
+15
2026-06-10
Merge branch 'ps/setup-centralize-odb-creation' into ps/setup-drop-global-state
Junio C Hamano
8
-100
/
+118
2026-06-09
unpack-trees: use repository from index instead of global
Jayesh Daga
1
-7
/
+7
2026-06-09
transport-helper: fix TSAN race in transfer_debug()
Pushkar Singh
2
-12
/
+8
2026-06-09
prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
Kristofer Karlsson
6
-132
/
+78
2026-06-09
prio-queue: rename .nr to .nr_ and add accessor helpers
Kristofer Karlsson
14
-70
/
+85
2026-06-09
The 13th batch
Junio C Hamano
1
-0
/
+30
2026-06-09
Merge branch 'jc/doc-monitor-ghci'
Junio C Hamano
1
-0
/
+11
2026-06-09
Merge branch 'ib/doc-push-default-simple'
Junio C Hamano
1
-3
/
+4
2026-06-09
Merge branch 'gh/jump-auto-mode'
Junio C Hamano
2
-3
/
+35
2026-06-09
Merge branch 'rs/strbuf-add-oid-hex'
Junio C Hamano
14
-17
/
+37
2026-06-09
Merge branch 'rs/strbuf-add-uint'
Junio C Hamano
5
-14
/
+38
2026-06-09
Merge branch 'ua/push-remote-group'
Junio C Hamano
7
-85
/
+502
2026-06-09
Merge branch 'th/promisor-quiet-per-repo'
Junio C Hamano
2
-2
/
+45
2026-06-09
Merge branch 'tb/bitmap-build-performance'
Junio C Hamano
2
-61
/
+377
2026-06-08
doc: fix typos via codespell
Andrew Kreimer
24
-69
/
+69
2026-06-07
The 12th batch
Junio C Hamano
1
-0
/
+24
2026-06-07
Merge branch 'ja/doc-synopsis-style-again'
Junio C Hamano
12
-341
/
+346
2026-06-07
Merge branch 'kk/commit-reach-optim'
Junio C Hamano
2
-28
/
+80
2026-06-07
Merge branch 'aj/stash-patch-optimize-temporary-index'
Junio C Hamano
2
-6
/
+107
2026-06-07
Merge branch 'kh/free-commit-list'
Junio C Hamano
4
-24
/
+5
2026-06-07
Merge branch 'ds/restore-sparse-index'
Junio C Hamano
2
-6
/
+109
2026-06-07
Merge branch 'ar/receive-pack-worktree-env'
Junio C Hamano
2
-1
/
+12
2026-06-06
git-gui: silence install recipes under "make -s"
Harald Nordgren
1
-4
/
+2
2026-06-06
doc: fix typo in GIT_ALTERNATE_OBJECT_DIRECTORIES
Alexander Monakov
1
-1
/
+1
2026-06-05
Documentation: remove redundant 'instead' in --subject-prefix
Lucas Seiki Oshiro
1
-4
/
+3
2026-06-05
mingw: really handle SIGINT
Johannes Schindelin
1
-0
/
+9
2026-06-05
mingw: kill child processes in a gentler way
Johannes Schindelin
2
-7
/
+185
[prev]
[next]