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
2025-01-23
t/helper/test-hash.c: use unsafe_hash_algo()
Taylor Blau
-12
/
+5
2025-01-23
csum-file.c: use unsafe_hash_algo()
Taylor Blau
-11
/
+11
2025-01-23
hash.h: introduce `unsafe_hash_algo()`
Taylor Blau
-1
/
+38
2025-01-23
csum-file.c: extract algop from hashfile_checksum_valid()
Taylor Blau
-6
/
+7
2025-01-23
csum-file: store the hash algorithm as a struct field
Taylor Blau
-9
/
+12
2025-01-23
t/helper/test-tool: implement sha1-unsafe helper
Taylor Blau
-23
/
+45
2025-01-23
trace2: prevent segfault on config collection with valueless true
Adam Murray
-6
/
+18
2025-01-23
refs: fix creation of reflog entries for symrefs
Karthik Nayak
-3
/
+9
2025-01-22
path-walk: drop redundant parse_tree() call
Jeff King
-1
/
+0
2025-01-22
Merge branch 'ps/build-meson-fixes' into ps/zlib-ng
Junio C Hamano
-38
/
+218
2025-01-22
ci: wire up Visual Studio build with Meson
Patrick Steinhardt
-0
/
+90
2025-01-22
ci: raise error when Meson generates warnings
Patrick Steinhardt
-0
/
+1
2025-01-22
meson: fix compilation with Visual Studio
Patrick Steinhardt
-0
/
+8
2025-01-22
meson: make the CSPRNG backend configurable
Patrick Steinhardt
-7
/
+23
2025-01-22
meson: wire up fuzzers
Patrick Steinhardt
-1
/
+28
2025-01-22
meson: wire up generation of distribution archive
Patrick Steinhardt
-0
/
+13
2025-01-22
meson: wire up development environments
Patrick Steinhardt
-0
/
+8
2025-01-22
meson: fix dependencies for generated headers
Patrick Steinhardt
-9
/
+9
2025-01-22
meson: populate project version via GIT-VERSION-GEN
Patrick Steinhardt
-1
/
+8
2025-01-22
GIT-VERSION-GEN: allow running without input and output files
Patrick Steinhardt
-15
/
+29
2025-01-22
GIT-VERSION-GEN: simplify computing the dirty marker
Patrick Steinhardt
-5
/
+1
2025-01-22
builtin/pack-redundant: remove subcommand with breaking changes
Patrick Steinhardt
-0
/
+10
2025-01-22
ci: repurpose "linux-gcc" job for deprecations
Patrick Steinhardt
-3
/
+4
2025-01-22
ci: merge linux-gcc-default into linux-gcc
Patrick Steinhardt
-13
/
+0
2025-01-22
Makefile: wire up build option for deprecated features
Patrick Steinhardt
-0
/
+19
2025-01-22
refs: fix migration of reflogs respecting "core.logAllRefUpdates"
Patrick Steinhardt
-1
/
+18
2025-01-22
reftable: prevent 'update_index' changes after adding records
Karthik Nayak
-21
/
+99
2025-01-22
refs: use 'uint64_t' for 'ref_update.index'
Karthik Nayak
-5
/
+5
2025-01-22
refs: mark `ref_transaction_update_reflog()` as static
Karthik Nayak
-21
/
+15
2025-01-21
reftable: address trivial -Wsign-compare warnings
Patrick Steinhardt
-14
/
+7
2025-01-21
reftable/blocksource: adjust `read_block()` to return `ssize_t`
Patrick Steinhardt
-24
/
+31
2025-01-21
reftable/blocksource: adjust type of the block length
Patrick Steinhardt
-1
/
+1
2025-01-21
reftable/block: adjust type of the restart length
Patrick Steinhardt
-8
/
+6
2025-01-21
reftable/block: adapt header and footer size to return a `size_t`
Patrick Steinhardt
-5
/
+5
2025-01-21
reftable/basics: adjust `hash_size()` to return `uint32_t`
Patrick Steinhardt
-50
/
+44
2025-01-21
reftable/basics: adjust `common_prefix_size()` to return `size_t`
Patrick Steinhardt
-13
/
+10
2025-01-21
reftable/record: handle overflows when decoding varints
Patrick Steinhardt
-32
/
+53
2025-01-21
reftable/record: drop unused `print` function pointer
Patrick Steinhardt
-3
/
+0
2025-01-21
meson: stop disabling -Wsign-compare
Patrick Steinhardt
-1
/
+0
2025-01-21
t8002: fix ambiguous printf conversion specifications
Jan Palus
-2
/
+2
2025-01-21
Remove obsolete ".txt" extensions for AsciiDoc files
brian m. carlson
-5
/
+0
2025-01-21
doc: use .adoc extension for AsciiDoc files
brian m. carlson
-617
/
+617
2025-01-21
gitattributes: mark AsciiDoc files as LF-only
brian m. carlson
-0
/
+1
2025-01-21
editorconfig: add .adoc extension
brian m. carlson
-1
/
+1
2025-01-21
doc: update gitignore for .adoc extension
brian m. carlson
-0
/
+5
2025-01-21
pack-write: pass hash_algo to internal functions
Karthik Nayak
-14
/
+16
2025-01-21
pack-write: pass hash_algo to `write_rev_file()`
Karthik Nayak
-16
/
+29
2025-01-21
pack-write: pass hash_algo to `write_idx_file()`
Karthik Nayak
-16
/
+27
2025-01-21
pack-write: pass repository to `index_pack_lockfile()`
Karthik Nayak
-6
/
+8
2025-01-21
pack-write: pass hash_algo to `fixup_pack_header_footer()`
Karthik Nayak
-22
/
+26
[prev]
[next]