index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utf8.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-21
bisect: fix leaking good/bad terms when reading multipe times
Patrick Steinhardt
3
-8
/
+12
2024-11-21
builtin/blame: fix leaking blame entries with `--incremental`
Patrick Steinhardt
4
-7
/
+10
2024-11-21
ref: add symlink ref content check for files backend
shejialuo
4
-4
/
+182
2024-11-21
ref: check whether the target of the symref is a ref
shejialuo
4
-2
/
+51
2024-11-21
ref: add basic symref content check for files backend
shejialuo
4
-0
/
+155
2024-11-21
ref: add more strict checks for regular refs
shejialuo
6
-7
/
+96
2024-11-21
ref: port git-fsck(1) regular refs check for files backend
shejialuo
4
-0
/
+156
2024-11-21
ref: support multiple worktrees check for refs
shejialuo
9
-15
/
+90
2024-11-21
ref: initialize ref name outside of check functions
shejialuo
1
-8
/
+13
2024-11-21
ref: check the full refname instead of basename
shejialuo
2
-39
/
+60
2024-11-21
ref: initialize "fsck_ref_report" with zero
shejialuo
1
-1
/
+1
2024-11-20
reftable/block: optimize allocations by using scratch buffer
Patrick Steinhardt
2
-8
/
+6
2024-11-20
reftable/block: rename `block_writer::buf` variable
Patrick Steinhardt
2
-14
/
+14
2024-11-20
reftable/writer: optimize allocations by using a scratch buffer
Patrick Steinhardt
2
-12
/
+12
2024-11-20
refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG`
Patrick Steinhardt
1
-1
/
+2
2024-11-20
refs: skip collision checks in initial transactions
Patrick Steinhardt
5
-27
/
+36
2024-11-20
refs: use "initial" transaction semantics to migrate refs
Patrick Steinhardt
2
-9
/
+3
2024-11-20
refs/files: support symbolic and root refs in initial transaction
Patrick Steinhardt
1
-10
/
+34
2024-11-20
refs: introduce "initial" transaction flag
Patrick Steinhardt
8
-68
/
+29
2024-11-20
refs/files: move logic to commit initial transaction
Patrick Steinhardt
1
-101
/
+101
2024-11-20
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
14
-26
/
+33
2024-11-20
The tenth batch
Junio C Hamano
1
-5
/
+10
2024-11-20
Prepare for 2.47.1
Junio C Hamano
3
-2
/
+28
2024-11-20
index-pack: teach --promisor to forbid pack name
Jonathan Tan
3
-3
/
+5
2024-11-20
builtin/gc: provide hint when maintenance hits a stale schedule lock
Patrick Steinhardt
2
-1
/
+18
2024-11-19
doc: git-diff: apply format changes to config part
Jean-Noël Avila
1
-93
/
+111
2024-11-19
doc: git-diff: apply format changes to diff-generate-patch
Jean-Noël Avila
1
-21
/
+23
2024-11-19
doc: git-diff: apply format changes to diff-format
Jean-Noël Avila
1
-21
/
+21
2024-11-19
doc: git-diff: apply format changes to diff-options
Jean-Noël Avila
1
-211
/
+212
2024-11-19
doc: git-diff: apply new documentation guidelines
Jean-Noël Avila
1
-56
/
+66
2024-11-19
fast-import: avoid making replace refs point to themselves
Elijah Newren
2
-1
/
+43
2024-11-18
object-file: inline empty tree and blob literals
Jeff King
1
-27
/
+20
2024-11-18
object-file: treat cached_object values as const
Jeff King
1
-4
/
+4
2024-11-18
object-file: drop oid field from find_cached_object() return value
Jeff King
1
-11
/
+12
2024-11-18
object-file: move empty_tree struct into find_cached_object()
Jeff King
1
-6
/
+5
2024-11-18
object-file: drop confusing oid initializer of empty_tree struct
Jeff King
1
-3
/
+1
2024-11-18
object-file: prefer array-of-bytes initializer for hash literals
Jeff King
1
-17
/
+21
2024-11-18
Makefile: let clar header targets depend on their scripts
Patrick Steinhardt
1
-2
/
+2
2024-11-18
cmake: use verbatim arguments when invoking clar commands
Patrick Steinhardt
1
-2
/
+4
2024-11-18
cmake: use SH_EXE to execute clar scripts
Patrick Steinhardt
1
-3
/
+6
2024-11-18
t/unit-tests: convert "clar-generate.awk" into a shell script
Patrick Steinhardt
4
-53
/
+69
2024-11-18
Documentation/git-bundle.txt: discuss naïve backups
Kristoffer Haugsbakk
1
-0
/
+18
2024-11-18
Documentation/git-bundle.txt: mention --all in spec. refs
Kristoffer Haugsbakk
1
-1
/
+1
2024-11-18
Documentation/git-bundle.txt: remove old `--all` example
Kristoffer Haugsbakk
1
-2
/
+0
2024-11-18
Documentation/git-bundle.txt: mention full backup example
Kristoffer Haugsbakk
1
-6
/
+31
2024-11-18
reflog: rename unreachable
brian m. carlson
1
-2
/
+2
2024-11-18
index-pack: rename struct thread_local
brian m. carlson
1
-5
/
+5
2024-11-18
Documentation/glossary: describe "trailer"
Kristoffer Haugsbakk
1
-0
/
+5
2024-11-15
Clean up RelNotes for 2.48
Junio C Hamano
1
-15
/
+0
2024-11-15
pack-objects: only perform verbatim reuse on the preferred pack
Taylor Blau
2
-56
/
+41
[prev]
[next]