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-18
t/u-odb-inmemory: implement wrapper for writing objects
Patrick Steinhardt
1
-25
/
+23
2026-07-18
odb: compute compat object ID in `odb_write_object_ext()`
Patrick Steinhardt
7
-32
/
+38
2026-07-18
Merge branch 'jt/receive-pack-use-odb-transactions' into HEAD
Junio C Hamano
15
-131
/
+246
2026-07-17
gitweb: shorten index hashes with trailing file modes
Travor Liu
2
-5
/
+26
2026-07-16
The 4th batch for Git 2.56
Junio C Hamano
1
-0
/
+46
2026-07-16
Merge branch 'mm/sideband-ansi-sgr-colon-fix'
Junio C Hamano
1
-1
/
+5
2026-07-16
Merge branch 'jk/git-hash-cleanups'
Junio C Hamano
24
-88
/
+177
2026-07-16
Merge branch 'ih/precompose-flex-array'
Junio C Hamano
3
-8
/
+29
2026-07-16
Merge branch 'ps/t-fixes-for-git-test-long'
Junio C Hamano
9
-72
/
+91
2026-07-16
Merge branch 'js/ci-dockerized-pid-limit'
Junio C Hamano
1
-1
/
+3
2026-07-16
Merge branch 'js/coverity-fixes'
Junio C Hamano
11
-26
/
+41
2026-07-16
Merge branch 'jk/hash-algo-leak-fixes'
Junio C Hamano
13
-14
/
+100
2026-07-16
Merge branch 'js/wincred-fixes'
Junio C Hamano
1
-6
/
+6
2026-07-16
copy: drop dependency on `the_repository`
Patrick Steinhardt
10
-20
/
+24
2026-07-16
refspec: stop depending on `the_repository`
Patrick Steinhardt
10
-22
/
+37
2026-07-16
refspec: let callers pass in hash algorithm when parsing items
Patrick Steinhardt
5
-19
/
+27
2026-07-16
refspec: group related structures and functions
Patrick Steinhardt
1
-12
/
+14
2026-07-16
wincred: prevent silent credential loss when storing OAuth tokens
Johannes Schindelin
1
-2
/
+2
2026-07-16
wincred: avoid memory corruption when erasing a credential
Johannes Schindelin
1
-4
/
+4
2026-07-16
revision: fix --no-walk path filtering regression
Kristofer Karlsson
2
-1
/
+19
2026-07-16
Merge branch 'kk/streaming-walk-pqueue' into kk/no-walk-pathspec-fix
Junio C Hamano
387
-9549
/
+12553
2026-07-16
Merge branch 'master' of https://github.com/j6t/git-gui
Junio C Hamano
3
-15
/
+29
2026-07-16
Merge branch 'master' of https://github.com/j6t/gitk
Junio C Hamano
3
-218
/
+321
2026-07-16
fetch: add fetch.submoduleErrors to make submodule fetch errors non-fatal
Paulius Zaleckas
6
-4
/
+192
2026-07-16
submodule: fix premature failure in recursive submodule fetch
Paulius Zaleckas
2
-14
/
+110
2026-07-16
refs: remove remaining uses of `the_repository`
Patrick Steinhardt
8
-29
/
+29
2026-07-16
worktree: pass repository to public functions
Patrick Steinhardt
19
-97
/
+120
2026-07-16
worktree: pass repository to file-local functions
Patrick Steinhardt
1
-21
/
+26
2026-07-16
worktree: refactor code to use available repositories
Patrick Steinhardt
1
-7
/
+7
2026-07-16
refs/files: drop `USE_THE_REPOSITORY_VARIABLE`
Patrick Steinhardt
1
-14
/
+17
2026-07-16
refs/packed: de-globalize handling of "core.packedRefsTimeout"
Patrick Steinhardt
1
-7
/
+13
2026-07-16
Merge branch 'master' of github.com:alshopov/git-gui
Johannes Sixt
1
-1
/
+1
2026-07-16
Merge branch 'hn/silence-make-s'
Johannes Sixt
1
-3
/
+2
2026-07-16
Merge branch 'spanish_pr_bis' of github.com:basuradeluis/gitkbis
Johannes Sixt
1
-204
/
+284
2026-07-15
revision: make get_commit_action() a pure predicate
Michael Montalbo
3
-26
/
+127
2026-07-15
remote-curl: simplify passing of push specs
René Scharfe
1
-11
/
+9
2026-07-15
The 3rd batch for Git 2.56
Junio C Hamano
1
-0
/
+29
2026-07-15
Merge branch 'rs/blame-abbrev-marks'
Junio C Hamano
3
-33
/
+53
2026-07-15
Merge branch 'mg/meson-hook-list-buildfix'
Junio C Hamano
1
-12
/
+14
2026-07-15
Merge branch 'jk/bloom-leak-fixes'
Junio C Hamano
3
-2
/
+8
2026-07-15
Merge branch 'ps/history-drop'
Junio C Hamano
12
-120
/
+999
2026-07-15
Merge branch 'ps/odb-drop-whence'
Junio C Hamano
14
-69
/
+130
2026-07-15
Merge branch 'ps/refs-writing-subcommands'
Junio C Hamano
7
-8
/
+973
2026-07-15
Merge branch 'jc/history-message-prep-fix'
Junio C Hamano
1
-7
/
+10
2026-07-15
submodule--helper: avoid use of %zu for now
Junio C Hamano
1
-1
/
+2
2026-07-15
t7614: avoid hiding git's exit code in a pipe
Shlok Kulshreshtha
1
-3
/
+6
2026-07-15
sequencer: do not record dropped commits as rewritten
Phillip Wood
3
-5
/
+54
2026-07-15
sequencer: use an enum to represent result of picking a commit
Phillip Wood
1
-16
/
+45
2026-07-15
sequencer: simplify pick_one_commit()
Phillip Wood
1
-8
/
+11
2026-07-15
sequencer: remove unnecessary condition in pick_one_commit()
Phillip Wood
1
-1
/
+1
[prev]
[next]