index
:
git
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
Age
Commit message (
Expand
)
Author
Lines
2024-11-21
bisect: fix leaking good/bad terms when reading multipe times
Patrick Steinhardt
-8
/
+12
2024-11-21
builtin/blame: fix leaking blame entries with `--incremental`
Patrick Steinhardt
-7
/
+10
2024-11-21
ref: add symlink ref content check for files backend
shejialuo
-4
/
+182
2024-11-21
ref: check whether the target of the symref is a ref
shejialuo
-2
/
+51
2024-11-21
ref: add basic symref content check for files backend
shejialuo
-0
/
+155
2024-11-21
ref: add more strict checks for regular refs
shejialuo
-7
/
+96
2024-11-21
ref: port git-fsck(1) regular refs check for files backend
shejialuo
-0
/
+156
2024-11-21
ref: support multiple worktrees check for refs
shejialuo
-15
/
+90
2024-11-21
ref: initialize ref name outside of check functions
shejialuo
-8
/
+13
2024-11-21
ref: check the full refname instead of basename
shejialuo
-39
/
+60
2024-11-21
ref: initialize "fsck_ref_report" with zero
shejialuo
-1
/
+1
2024-11-21
reftable/block: optimize allocations by using scratch buffer
Patrick Steinhardt
-8
/
+6
2024-11-21
reftable/block: rename `block_writer::buf` variable
Patrick Steinhardt
-14
/
+14
2024-11-21
reftable/writer: optimize allocations by using a scratch buffer
Patrick Steinhardt
-12
/
+12
2024-11-21
refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG`
Patrick Steinhardt
-1
/
+2
2024-11-21
refs: skip collision checks in initial transactions
Patrick Steinhardt
-27
/
+36
2024-11-21
refs: use "initial" transaction semantics to migrate refs
Patrick Steinhardt
-9
/
+3
2024-11-21
refs/files: support symbolic and root refs in initial transaction
Patrick Steinhardt
-10
/
+34
2024-11-21
refs: introduce "initial" transaction flag
Patrick Steinhardt
-68
/
+29
2024-11-21
refs/files: move logic to commit initial transaction
Patrick Steinhardt
-101
/
+101
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
-26
/
+33
2024-11-20
Sync with 'maint'
Junio C Hamano
-0
/
+26
2024-11-20
The tenth batch
Junio C Hamano
-5
/
+10
2024-11-20
Merge branch 'la/trailer-info'
Junio C Hamano
-74
/
+76
2024-11-20
Merge branch 'ja/git-add-doc-markup'
Junio C Hamano
-62
/
+68
2024-11-20
Merge branch 'jt/repack-local-promisor'
Junio C Hamano
-10
/
+180
2024-11-20
Prepare for 2.47.1
Junio C Hamano
-2
/
+28
2024-11-20
Merge branch 'db/submodule-fetch-with-remote-name-fix' into maint-2.47
Junio C Hamano
-1
/
+28
2024-11-20
Merge branch 'ps/cache-tree-w-broken-index-entry' into maint-2.47
Junio C Hamano
-43
/
+97
2024-11-20
Merge branch 'ps/maintenance-start-crash-fix' into maint-2.47
Junio C Hamano
-2
/
+21
2024-11-20
Merge branch 'jk/fsmonitor-event-listener-race-fix' into maint-2.47
Junio C Hamano
-18
/
+98
2024-11-20
Merge branch 'ds/line-log-asan-fix' into maint-2.47
Junio C Hamano
-6
/
+32
2024-11-20
index-pack: teach --promisor to forbid pack name
Jonathan Tan
-3
/
+5
2024-11-20
builtin/gc: provide hint when maintenance hits a stale schedule lock
Patrick Steinhardt
-1
/
+18
2024-11-19
doc: git-diff: apply format changes to config part
Jean-Noël Avila
-93
/
+111
2024-11-19
doc: git-diff: apply format changes to diff-generate-patch
Jean-Noël Avila
-21
/
+23
2024-11-19
doc: git-diff: apply format changes to diff-format
Jean-Noël Avila
-21
/
+21
2024-11-19
doc: git-diff: apply format changes to diff-options
Jean-Noël Avila
-211
/
+212
2024-11-19
doc: git-diff: apply new documentation guidelines
Jean-Noël Avila
-56
/
+66
2024-11-19
Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuse
Junio C Hamano
-229
/
+506
2024-11-19
reftable/system: provide thin wrapper for lockfile subsystem
Patrick Steinhardt
-37
/
+154
2024-11-19
reftable/stack: drop only use of `get_locked_file_path()`
Patrick Steinhardt
-3
/
+9
2024-11-19
reftable/system: provide thin wrapper for tempfile subsystem
Patrick Steinhardt
-35
/
+114
2024-11-19
reftable/stack: stop using `fsync_component()` directly
Patrick Steinhardt
-17
/
+45
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
-143
/
+166
2024-11-19
reftable: explicitly handle hash format IDs
Patrick Steinhardt
-5
/
+29
2024-11-19
reftable/system: move "dir.h" to its only user
Patrick Steinhardt
-1
/
+1
2024-11-19
fast-import: avoid making replace refs point to themselves
Elijah Newren
-1
/
+43
2024-11-18
object-file: inline empty tree and blob literals
Jeff King
-27
/
+20
2024-11-18
object-file: treat cached_object values as const
Jeff King
-4
/
+4
[prev]
[next]