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-30
Merge branch 'ps/setup-drop-global-state' into ps/setup-split-discovery-and-s...
Junio C Hamano
24
-75
/
+97
2026-06-30
Merge branch 'ps/refs-onbranch-fixes' into ps/setup-split-discovery-and-setup
Junio C Hamano
29
-389
/
+561
2026-06-30
format-patch: fix leak of rev_info in prepare_bases()
Jeff King
1
-0
/
+1
2026-06-30
t: move LSan errors from stdout to stderr
Jeff King
1
-3
/
+3
2026-06-29
commit-reach: guard !FIND_ALL early exit with generation ordering check
Kristofer Karlsson
2
-4
/
+8
2026-06-29
t6600: add test for merge-base early exit with clock skew
Kristofer Karlsson
1
-0
/
+41
2026-06-29
history: streamline message preparation and plug file stream leak
Junio C Hamano
1
-7
/
+10
2026-06-29
Git 2.55
v2.55.0
maint
Junio C Hamano
2
-2
/
+4
2026-06-29
Merge branch 'jk/t5551-expensive-test-timeouts-fix'
Junio C Hamano
2
-4
/
+6
2026-06-29
t5551: put many-tags case into its own repo
Jeff King
1
-4
/
+5
2026-06-28
Merge branch 'js/http-https-proxy-fix'
Junio C Hamano
1
-0
/
+2
2026-06-28
reftable: fix unlikely leak on API error
Jeff King
1
-4
/
+4
2026-06-28
t/lib-httpd: bump apache timeout
Jeff King
1
-0
/
+1
2026-06-28
http: accept https:// proxies again
Johannes Schindelin
1
-0
/
+2
2026-06-28
Merge tag 'l10n-2.55.0-v1' of https://github.com/git-l10n/git-po
Junio C Hamano
13
-3760
/
+9697
2026-06-28
Merge branch '2.55-uk-pr' of github.com:arkid15r/git-ukrainian-l10n
Jiang Xin
1
-617
/
+1761
2026-06-28
Merge branch 'l10n-ga-2.55' of github.com:aindriu80/git-po
Jiang Xin
1
-209
/
+655
2026-06-28
Merge branch 'l10n/zh-TW/2026-06-26' of github.com:l10n-tw/git-po
Jiang Xin
1
-972
/
+1285
2026-06-28
Merge branch 'ca-20260624-b' of github.com:Softcatala/git-po
Jiang Xin
1
-427
/
+994
2026-06-28
Merge branch 'zh_CN-2.55' of github.com:lilydjwg/git-po
Jiang Xin
2
-269
/
+769
2026-06-28
Merge branch 'tr-l10n' of github.com:bitigchi/git-po
Jiang Xin
1
-169
/
+583
2026-06-28
Merge branch 'po-id' of github.com:bagasme/git-po
Jiang Xin
1
-524
/
+1754
2026-06-28
Merge branch 'master' of github.com:alshopov/git-po
Jiang Xin
1
-164
/
+632
2026-06-28
Merge branch 'fr_v2.55' of github.com:jnavila/git
Jiang Xin
1
-225
/
+611
2026-06-28
Merge branch 'master' of github.com:nafmo/git-l10n-sv
Jiang Xin
1
-182
/
+602
2026-06-28
l10n: zh-TW.po: Update Chinese (Traditional) translation
Lumynous
1
-972
/
+1285
2026-06-27
push: suggest <remote> <branch> for a slash slip
Harald Nordgren
5
-1
/
+74
2026-06-27
branch: suggest <remote>/<branch> on upstream slip
Harald Nordgren
2
-0
/
+70
2026-06-27
t3420-rebase-autostash: don't try to grep non-existing files
SZEDER Gábor
1
-1
/
+1
2026-06-27
l10n: uk: add 2.55 translation
Arkadii Yakovets
1
-617
/
+1761
2026-06-27
l10n: ga.po: update for Git 2.55
Aindriú Mac Giolla Eoin
1
-209
/
+655
2026-06-27
l10n: fr: mass fix of typos
Jean-Noël Avila
1
-30
/
+30
2026-06-27
l10n: fr: version 2.55
Jean-Noël Avila
1
-195
/
+581
2026-06-27
l10n: po-id for 2.55
Bagas Sanjaya
1
-524
/
+1754
2026-06-26
refs: protect against chicken-and-egg recursion
Patrick Steinhardt
1
-0
/
+7
2026-06-26
refs/reftable: lazy-load configuration to fix chicken-and-egg
Patrick Steinhardt
3
-61
/
+116
2026-06-26
reftable: split up write options
Patrick Steinhardt
14
-198
/
+258
2026-06-26
refs/files: lazy-load configuration to fix chicken-and-egg
Patrick Steinhardt
2
-11
/
+54
2026-06-26
refs: move parsing of "core.logAllRefUpdates" back into ref stores
Patrick Steinhardt
9
-47
/
+56
2026-06-26
repository: free main reference database
Patrick Steinhardt
1
-0
/
+5
2026-06-26
chdir-notify: drop unused `chdir_notify_reparent()`
Patrick Steinhardt
2
-31
/
+1
2026-06-26
refs: unregister reference stores from "chdir_notify"
Patrick Steinhardt
3
-5
/
+49
2026-06-26
setup: don't apply "GIT_REFERENCE_BACKEND" without a repository
Patrick Steinhardt
1
-20
/
+19
2026-06-26
setup: stop applying repository format twice
Patrick Steinhardt
1
-7
/
+2
2026-06-26
setup: inline `check_and_apply_repository_format()`
Patrick Steinhardt
1
-31
/
+16
2026-06-26
Merge branch 'ps/setup-centralize-odb-creation' into ps/refs-onbranch-fixes
Junio C Hamano
8
-100
/
+118
2026-06-26
Merge branch 'master' of github.com:mbeniamino/git-po
Jiang Xin
1
-1
/
+1
2026-06-26
l10n: AGENTS.md: add quotation mark preservation guidelines
Jiang Xin
1
-1
/
+50
2026-06-26
l10n: zh_CN: updated translation for 2.55
lilydjwg
1
-266
/
+766
2026-06-26
l10n: TEAMS: change Simplified Chinese team leader
lilydjwg
1
-3
/
+3
[prev]
[next]