index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Lines
2026-04-09
Merge branch 'ds/rev-list-maximal-only-optim'
Junio C Hamano
-0
/
+59
2026-04-09
Merge branch 'jk/c23-const-preserving-fixes-more'
Junio C Hamano
-3
/
+4
2026-04-08
Merge branch 'tc/replay-ref'
Junio C Hamano
-14
/
+24
2026-04-08
Merge branch 'ps/odb-cleanup'
Junio C Hamano
-9
/
+9
2026-04-07
Merge branch 'rs/history-short-help-fix'
Junio C Hamano
-4
/
+4
2026-04-07
Merge branch 'th/backfill-auto-detect-sparseness-fix'
Junio C Hamano
-1
/
+1
2026-04-07
Merge branch 'ps/receive-pack-updateinstead-in-worktree'
Junio C Hamano
-24
/
+15
2026-04-07
Merge branch 'jt/fast-import-signed-modes'
Junio C Hamano
-24
/
+62
2026-04-07
Merge branch 'ps/fsck-wo-the-repository'
Junio C Hamano
-131
/
+163
2026-04-06
Merge branch 'jk/c23-const-preserving-fixes'
Junio C Hamano
-23
/
+24
2026-04-06
Merge branch 'qb/doc-git-stash-push-optionality'
Junio C Hamano
-2
/
+2
2026-04-06
Merge branch 'tb/stdin-packs-excluded-but-open'
Junio C Hamano
-89
/
+217
2026-04-06
Merge branch 'ps/odb-generic-object-name-handling'
Junio C Hamano
-7
/
+12
2026-04-06
rev-list: use reduce_heads() for --maximal-only
Derrick Stolee
-0
/
+59
2026-04-06
history: fix short help for argument of --update-refs
René Scharfe
-4
/
+4
2026-04-06
backfill: auto-detect sparse-checkout from config
Trieu Huynh
-1
/
+1
2026-04-03
Merge branch 'sa/replay-revert'
Junio C Hamano
-9
/
+27
2026-04-03
Merge branch 'pw/worktree-reduce-the-repository'
Junio C Hamano
-19
/
+2
2026-04-03
Merge branch 'ar/config-hook-cleanups'
Junio C Hamano
-39
/
+86
2026-04-03
Merge branch 'ds/backfill-revs'
Junio C Hamano
-6
/
+16
2026-04-03
Merge branch 'mf/format-patch-commit-list-format-doc'
Junio C Hamano
-7
/
+2
2026-04-03
Merge branch 'mf/format-patch-commit-list-format'
Junio C Hamano
-16
/
+19
2026-04-03
Merge branch 'mf/format-patch-cover-letter-format'
Junio C Hamano
-14
/
+77
2026-04-01
pkt-line: make packet_reader.line non-const
Jeff King
-3
/
+4
2026-04-01
replay: allow to specify a ref with option --ref
Toon Claes
-1
/
+7
2026-04-01
replay: use stuck form in documentation and help message
Toon Claes
-2
/
+2
2026-04-01
builtin/replay: mark options as not negatable
Toon Claes
-12
/
+16
2026-04-01
Merge branch 'mk/repo-help-strings'
Junio C Hamano
-6
/
+22
2026-04-01
Merge branch 'rs/use-strvec-pushv'
Junio C Hamano
-2
/
+1
2026-04-01
Merge branch 'vp/http-rate-limit-retries'
Junio C Hamano
-2
/
+2
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
-9
/
+9
2026-03-31
Merge branch 'ps/odb-generic-object-name-handling' into ps/odb-cleanup
Junio C Hamano
-7
/
+12
2026-03-30
Merge branch 'jw/object-name-bitset-to-enum'
Junio C Hamano
-1
/
+1
2026-03-30
receive-pack: use worktree HEAD for updateInstead
Pablo Sabater
-24
/
+15
2026-03-30
docs: fix "git stash [push]" documentation
Quentin Bernet
-2
/
+2
2026-03-27
repack: mark non-MIDX packs above the split as excluded-open
Taylor Blau
-2
/
+17
2026-03-27
pack-objects: support excluded-open packs with --stdin-packs
Taylor Blau
-25
/
+91
2026-03-27
pack-objects: refactor `read_packs_list_from_stdin()` to use `strmap`
Taylor Blau
-67
/
+112
2026-03-27
pack-objects: plug leak in `read_stdin_packs()`
Taylor Blau
-0
/
+2
2026-03-27
format-patch: removing unconditional wrapping
Mirko Faina
-7
/
+2
2026-03-27
Merge branch 'kh/doc-interpret-trailers-1'
Junio C Hamano
-1
/
+1
2026-03-27
Merge branch 'mr/merge-file-object-id-worktree-fix'
Junio C Hamano
-1
/
+2
2026-03-27
Merge branch 'rs/prio-queue-to-commit-stack'
Junio C Hamano
-9
/
+7
2026-03-26
config: store allocated string in non-const pointer
Jeff King
-3
/
+4
2026-03-26
rev-parse: avoid writing to const string for parent marks
Jeff King
-12
/
+13
2026-03-26
rev-parse: simplify dotdot parsing
Jeff King
-8
/
+7
2026-03-26
fast-import: add 'abort-if-invalid' mode to '--signed-tags=<mode>'
Justin Tobler
-3
/
+4
2026-03-26
fast-import: add 'sign-if-invalid' mode to '--signed-tags=<mode>'
Justin Tobler
-4
/
+16
2026-03-26
fast-import: add 'strip-if-invalid' mode to '--signed-tags=<mode>'
Justin Tobler
-6
/
+34
2026-03-26
fast-import: add 'abort-if-invalid' mode to '--signed-commits=<mode>'
Justin Tobler
-2
/
+10
[next]