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