index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-08
Merge branch 'je/doc-reset' into seen
seen
Junio C Hamano
1
-51
/
+51
2025-11-08
Merge branch 'je/doc-data-model' into seen
Junio C Hamano
4
-2
/
+306
2025-11-08
Merge branch 'lc/rebase-trailer' into seen
Junio C Hamano
13
-90
/
+392
2025-11-08
Merge branch 'ps/object-source-loose' into seen
Junio C Hamano
12
-207
/
+287
2025-11-08
Merge branch 'bc/sha1-256-interop-02' into seen
Junio C Hamano
24
-74
/
+1619
2025-11-08
Merge branch 'ad/blame-diff-algorithm' into seen
Junio C Hamano
9
-26
/
+279
2025-11-08
Merge branch 'lo/repo-info-all' into seen
Junio C Hamano
3
-18
/
+72
2025-11-08
Merge branch 'ar/run-command-hook' into seen
Junio C Hamano
12
-281
/
+557
2025-11-08
Merge branch 'en/xdiff-cleanup-2' into seen
Junio C Hamano
11
-109
/
+338
2025-11-08
Merge branch 'ps/history' into seen
Junio C Hamano
30
-377
/
+1972
2025-11-08
Merge branch 'ms/doc-worktree-side-by-side' into seen
Junio C Hamano
1
-0
/
+14
2025-11-08
Merge branch 'ar/submodule-gitdir-tweak' into seen
Junio C Hamano
15
-39
/
+387
2025-11-08
Merge branch 'jc/exclude-with-gitignore' into seen
Junio C Hamano
2
-2
/
+29
2025-11-08
Merge branch 'ps/ref-peeled-tags-fixes' into jch
Junio C Hamano
5
-11
/
+11
2025-11-08
Merge branch 'jc/whitespace-incomplete-line' into jch
Junio C Hamano
9
-87
/
+448
2025-11-08
Merge branch 'qj/doc-http-bad-want-response' into jch
Junio C Hamano
1
-1
/
+2
2025-11-08
Merge branch 'kn/maintenance-is-needed' into jch
Junio C Hamano
14
-43
/
+276
2025-11-08
Merge branch 'en/ort-rename-another-fix' into jch
Junio C Hamano
2
-10
/
+114
2025-11-08
Merge branch 'sa/replay-atomic-ref-updates' into jch
Junio C Hamano
4
-43
/
+277
2025-11-08
### match next
Junio C Hamano
0
-0
/
+0
2025-11-08
Merge branch 'dk/make-git-contacts-executable' into jch
Junio C Hamano
1
-1
/
+1
2025-11-08
Merge branch 'dk/meson-html-dir' into jch
Junio C Hamano
7
-13
/
+20
2025-11-08
Merge branch 'tu/credential-wincred-makefile-update' into jch
Junio C Hamano
1
-8
/
+10
2025-11-08
Merge branch 'kn/refs-optim-cleanup' into jch
Junio C Hamano
11
-72
/
+42
2025-11-08
Merge branch 'ps/ref-peeled-tags' into jch
Junio C Hamano
67
-852
/
+825
2025-11-08
Merge branch 'tc/last-modified-active-paths-optimization' into jch
Junio C Hamano
3
-16
/
+237
2025-11-08
Merge branch 'ps/packed-git-in-object-store' into jch
Junio C Hamano
9
-172
/
+223
2025-11-08
doc: add an explanation of Git's data model
Julia Evans
4
-2
/
+306
2025-11-07
submodule: fix case-folding gitdir filesystem colisions
Adrian Ratiu
4
-2
/
+73
2025-11-07
submodule: add extension to encode gitdir paths
Adrian Ratiu
12
-26
/
+294
2025-11-07
builtin/credential-store: move is_rfc3986_unreserved to url.[ch]
Adrian Ratiu
3
-6
/
+14
2025-11-07
submodule--helper: use submodule_name_to_gitdir in add_submodule
Adrian Ratiu
1
-6
/
+7
2025-11-07
blame: make diff algorithm configurable
Antonin Delpeuch
6
-21
/
+278
2025-11-07
xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASK
Antonin Delpeuch
3
-5
/
+1
2025-11-06
Merge branch 'dk/parseopt-optional-filename-fixes'
HEAD
master
main
Junio C Hamano
3
-7
/
+5
2025-11-06
Merge branch 'cc/fast-import-export-i18n-cleanup'
Junio C Hamano
5
-194
/
+195
2025-11-06
Merge branch 'js/ci-github-actions-update'
Junio C Hamano
1
-10
/
+10
2025-11-06
Merge branch 'pk/reflog-migrate-message-fix'
Junio C Hamano
2
-2
/
+2
2025-11-06
object: fix performance regression when peeling tags
Patrick Steinhardt
5
-11
/
+11
2025-11-06
Merge branch 'ps/ref-peeled-tags' into ps/ref-peeled-tags-fixes
Junio C Hamano
67
-852
/
+825
2025-11-06
ci: update {download,upload}-artifact Action versions
Johannes Schindelin
1
-10
/
+10
2025-11-06
maintenance: add 'is-needed' subcommand
Karthik Nayak
3
-17
/
+105
2025-11-06
maintenance: add checking logic in `pack_refs_condition()`
Karthik Nayak
2
-10
/
+21
2025-11-06
refs: add a `optimize_required` field to `struct ref_storage_be`
Karthik Nayak
7
-0
/
+82
2025-11-06
reftable/stack: add function to check if optimization is required
Karthik Nayak
3
-7
/
+58
2025-11-06
reftable/stack: return stack segments directly
Karthik Nayak
1
-11
/
+12
2025-11-06
meson: make GIT_HTML_PATH configurable
D. Ben Knoble
7
-13
/
+20
2025-11-06
perl: also mark git-contacts executable
D. Ben Knoble
1
-1
/
+1
2025-11-06
wincred: align Makefile with other Makefiles in contrib
Thomas Uhle
1
-8
/
+10
2025-11-06
doc: clarify server behavior for invalid 'want' lines in HTTP protocol
Queen Ediri Jessa
1
-1
/
+2
[next]