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-14
Revert "Merge branch 'hn/git-checkout-m-with-stash' into next"
Junio C Hamano
-83
/
+87
2026-04-14
Revert "Merge branch 'pt/fsmonitor-linux' into next"
Junio C Hamano
-64
/
+28
2026-04-13
Merge branch 'ar/parallel-hooks' into next
Junio C Hamano
-30
/
+54
2026-04-13
Merge branch 'pt/fsmonitor-linux' into next
Junio C Hamano
-28
/
+64
2026-04-13
Merge branch 'hn/git-checkout-m-with-stash' into next
Junio C Hamano
-87
/
+83
2026-04-12
checkout: -m (--merge) uses autostash when switching branches
Harald Nordgren
-80
/
+58
2026-04-12
stash: add --label-ours, --label-theirs, --label-base for apply
Harald Nordgren
-7
/
+25
2026-04-10
hook: allow hook.jobs=-1 to use all available CPU cores
Adrian Ratiu
-2
/
+13
2026-04-10
hook: add hook.<event>.enabled switch
Adrian Ratiu
-6
/
+14
2026-04-10
hook: move is_known_hook() to hook.c for wider use
Adrian Ratiu
-10
/
+0
2026-04-10
hook: add -j/--jobs option to git hook run
Emily Shaffer
-1
/
+4
2026-04-10
hook: mark non-parallelizable hooks
Emily Shaffer
-13
/
+25
2026-04-09
fsmonitor: convert shown khash to strset in do_handle_client
Paul Tarjan
-11
/
+6
2026-04-09
fsmonitor: add timeout to daemon stop command
Paul Tarjan
-1
/
+11
2026-04-09
fsmonitor: close inherited file descriptors and detach in daemon
Paul Tarjan
-2
/
+14
2026-04-09
fsmonitor: use pthread_cond_timedwait for cookie wait
Paul Tarjan
-13
/
+24
2026-04-09
fsmonitor: fix hashmap memory leak in fsmonitor_run_daemon
Paul Tarjan
-0
/
+9
2026-04-09
fsmonitor: fix khash memory leak in do_handle_client
Paul Tarjan
-3
/
+2
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-07
Merge branch 'ds/rev-list-maximal-only-optim' into next
Junio C Hamano
-0
/
+59
2026-04-07
Merge branch 'rs/history-short-help-fix' into next
Junio C Hamano
-4
/
+4
2026-04-07
Merge branch 'th/backfill-auto-detect-sparseness-fix' into next
Junio C Hamano
-1
/
+1
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 'tc/replay-ref' into next
Junio C Hamano
-14
/
+24
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-02
Merge branch 'ps/odb-cleanup' into next
Junio C Hamano
-9
/
+9
2026-04-02
Merge branch 'jk/c23-const-preserving-fixes-more' into next
Junio C Hamano
-3
/
+4
2026-04-01
pkt-line: make packet_reader.line non-const
Jeff King
-3
/
+4
2026-04-01
Merge branch 'ps/receive-pack-updateinstead-in-worktree' into next
Junio C Hamano
-24
/
+15
2026-04-01
Merge branch 'jt/fast-import-signed-modes' into next
Junio C Hamano
-24
/
+62
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
[next]