index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fast-import.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-30
ci: exercise unsafe OpenSSL backend
Patrick Steinhardt
1
-0
/
+1
2024-12-30
builtin/fast-import: fix segfault with unsafe SHA1 backend
Patrick Steinhardt
1
-1
/
+1
2024-12-30
bulk-checkin: fix segfault with unsafe SHA1 backend
Patrick Steinhardt
1
-1
/
+1
2024-12-30
grep: work around LSan threading race with barrier
Jeff King
1
-0
/
+8
2024-12-30
index-pack: work around LSan threading race with barrier
Jeff King
1
-0
/
+6
2024-12-30
thread-utils: introduce optional barrier type
Jeff King
3
-0
/
+25
2024-12-30
Revert "index-pack: spawn threads atomically"
Jeff King
1
-2
/
+0
2024-12-30
test-lib: use individual lsan dir for --stress runs
Jeff King
1
-1
/
+1
2024-12-28
t-reftable-merged: handle realloc errors
René Scharfe
1
-2
/
+2
2024-12-28
reftable: handle realloc error in parse_names()
René Scharfe
1
-1
/
+2
2024-12-28
reftable: fix allocation count on realloc error
René Scharfe
3
-21
/
+55
2024-12-28
reftable: avoid leaks on realloc error
René Scharfe
7
-16
/
+61
2024-12-27
meson: enable auto-discovered "gitweb"
Patrick Steinhardt
1
-2
/
+2
2024-12-27
GIT-BUILD-OPTIONS: wire up NO_GITWEB option
Patrick Steinhardt
6
-28
/
+40
2024-12-27
GIT-BUILD-OPTIONS: sort variables alphabetically
Patrick Steinhardt
3
-105
/
+105
2024-12-27
t7611: replace test -f with test_path_is* helpers
Meet Soni
1
-17
/
+17
2024-12-26
Update the official repo of gitk
Alexander Shopov
1
-5
/
+6
2024-12-23
Hopefully the final batch before 2.48-rc1
Junio C Hamano
2
-1
/
+28
2024-12-22
reftable/basics: return NULL on zero-sized allocations
Patrick Steinhardt
1
-0
/
+7
2024-12-22
reftable/stack: fix zero-sized allocation when there are no readers
Patrick Steinhardt
1
-10
/
+14
2024-12-22
reftable/merged: fix zero-sized allocation when there are no readers
Patrick Steinhardt
1
-5
/
+7
2024-12-22
reftable/stack: don't perform auto-compaction with less than two tables
Patrick Steinhardt
1
-0
/
+3
2024-12-21
asciidoctor-extensions.rb.in: inject GIT_DATE
Martin Ågren
1
-0
/
+1
2024-12-21
asciidoctor-extensions.rb.in: add missing word
Martin Ågren
1
-1
/
+1
2024-12-21
asciidoctor-extensions.rb.in: delete existing <refmiscinfo/>
Martin Ågren
1
-0
/
+2
2024-12-20
meson: add options to override build information
Patrick Steinhardt
3
-0
/
+24
2024-12-20
GIT-VERSION-GEN: fix overriding GIT_BUILT_FROM_COMMIT and GIT_DATE
Patrick Steinhardt
2
-2
/
+12
2024-12-20
GIT-VERSION-GEN: fix overriding GIT_VERSION
Patrick Steinhardt
4
-29
/
+43
2024-12-20
Makefile: introduce template for GIT-VERSION-GEN
Patrick Steinhardt
3
-5
/
+13
2024-12-20
Makefile: drop unneeded indirection for GIT-VERSION-GEN outputs
Patrick Steinhardt
2
-8
/
+4
2024-12-20
Makefile: stop including "GIT-VERSION-FILE" in docs
Patrick Steinhardt
1
-7
/
+0
2024-12-20
meson: skip gitweb build when Perl is disabled
Patrick Steinhardt
2
-2
/
+13
2024-12-20
refs: mark invalid refname message for translation
Karthik Nayak
1
-4
/
+12
2024-12-20
prio-queue: use size_t rather than int for size
Jeff King
3
-10
/
+12
2024-12-19
Finishing touches before 2.48-rc1
Junio C Hamano
1
-0
/
+16
2024-12-18
git: use calloc instead of malloc + memset where possible
Seija Kijin
2
-7
/
+7
2024-12-18
pack-bitmap.c: ensure pack validity for all reuse packs
Taylor Blau
1
-23
/
+18
2024-12-18
doc: remove extra quotes in generated docs
Kyle Lippincott
1
-3
/
+3
2024-12-17
cmake/vcxproj: stop special-casing `remote-ext`
Johannes Schindelin
2
-5
/
+1
2024-12-17
cmake: put the Perl modules into the correct location again
Johannes Schindelin
1
-0
/
+4
2024-12-17
cmake: use the correct file name for the Perl header
Johannes Schindelin
1
-2
/
+2
2024-12-17
cmake(mergetools): better support for out-of-tree builds
Johannes Schindelin
1
-1
/
+1
2024-12-17
cmake: better support for out-of-tree builds follow-up
Johannes Schindelin
1
-0
/
+3
2024-12-17
GitHub ci(windows): speed up initializing Git for Windows' minimal SDK again
Johannes Schindelin
1
-10
/
+6
2024-12-17
mingw_rename: do support directory renames
Johannes Schindelin
1
-1
/
+1
2024-12-16
refs: add support for migrating reflogs
Karthik Nayak
3
-52
/
+115
2024-12-16
refs: allow multiple reflog entries for the same refname
Karthik Nayak
2
-7
/
+30
2024-12-16
refs: introduce the `ref_transaction_update_reflog` function
Karthik Nayak
3
-12
/
+65
2024-12-16
refs: add `committer_info` to `ref_transaction_add_update()`
Karthik Nayak
4
-10
/
+18
2024-12-16
refs: extract out refname verification in transactions
Karthik Nayak
1
-14
/
+23
[next]