index
:
git
jch
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-05-15
Documentation/glossary: define root refs as refs
Patrick Steinhardt
-7
/
+25
2024-05-15
Documentation/glossary: clarify limitations of pseudorefs
Patrick Steinhardt
-2
/
+2
2024-05-15
Documentation/glossary: redefine pseudorefs as special refs
Patrick Steinhardt
-28
/
+12
2024-05-15
builtin/config: pass data between callbacks via local variables
Patrick Steinhardt
-38
/
+52
2024-05-15
builtin/config: convert flags to a local variable
Patrick Steinhardt
-19
/
+29
2024-05-15
builtin/config: track "fixed value" option via flags only
Patrick Steinhardt
-7
/
+7
2024-05-15
builtin/config: convert `key` to a local variable
Patrick Steinhardt
-2
/
+5
2024-05-15
builtin/config: convert `key_regexp` to a local variable
Patrick Steinhardt
-8
/
+8
2024-05-15
builtin/config: convert `regexp` to a local variable
Patrick Steinhardt
-9
/
+9
2024-05-15
builtin/config: convert `value_pattern` to a local variable
Patrick Steinhardt
-3
/
+3
2024-05-15
builtin/config: convert `do_not_match` to a local variable
Patrick Steinhardt
-3
/
+3
2024-05-15
builtin/config: move `respect_includes_opt` into location options
Patrick Steinhardt
-7
/
+12
2024-05-15
builtin/config: move default value into display options
Patrick Steinhardt
-8
/
+11
2024-05-15
builtin/config: move type options into display options
Patrick Steinhardt
-31
/
+29
2024-05-15
builtin/config: move display options into local variables
Patrick Steinhardt
-70
/
+101
2024-05-15
builtin/config: move location options into local variables
Patrick Steinhardt
-137
/
+176
2024-05-15
builtin/config: refactor functions to have common exit paths
Patrick Steinhardt
-26
/
+38
2024-05-15
config: make the config source const
Patrick Steinhardt
-3
/
+3
2024-05-15
builtin/config: check for writeability after source is set up
Patrick Steinhardt
-5
/
+11
2024-05-15
builtin/config: move actions into `cmd_config_actions()`
Patrick Steinhardt
-25
/
+23
2024-05-15
builtin/config: move legacy options into `cmd_config()`
Patrick Steinhardt
-30
/
+30
2024-05-15
builtin/config: move subcommand options into `cmd_config()`
Patrick Steinhardt
-14
/
+14
2024-05-15
builtin/config: move legacy mode into its own function
Patrick Steinhardt
-19
/
+24
2024-05-15
builtin/config: stop printing full usage on misuse
Patrick Steinhardt
-18
/
+13
2024-05-15
pack-bitmap: introduce `bitmap_writer_free()`
Taylor Blau
-1
/
+27
2024-05-15
pack-bitmap-write.c: avoid uninitialized 'write_as' field
Taylor Blau
-0
/
+1
2024-05-15
pack-bitmap: drop unused `max_bitmaps` parameter
Taylor Blau
-12
/
+4
2024-05-15
pack-bitmap: avoid use of static `bitmap_writer`
Taylor Blau
-123
/
+159
2024-05-15
pack-bitmap-write.c: move commit_positions into commit_pos fields
Taylor Blau
-25
/
+16
2024-05-15
object.h: add flags allocated by pack-bitmap.h
Taylor Blau
-0
/
+1
2024-05-13
Sync with Git 2.45.1
Junio C Hamano
-86
/
+1283
2024-05-13
reftable/merged: adapt interface to allow reuse of iterators
Patrick Steinhardt
-61
/
+22
2024-05-13
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt
-30
/
+63
2024-05-13
reftable/reader: adapt interface to allow reuse of iterators
Patrick Steinhardt
-76
/
+35
2024-05-13
reftable/generic: adapt interface to allow reuse of iterators
Patrick Steinhardt
-22
/
+68
2024-05-13
reftable/generic: move seeking of records into the iterator
Patrick Steinhardt
-117
/
+177
2024-05-13
reftable/merged: simplify indices for subiterators
Patrick Steinhardt
-5
/
+4
2024-05-13
reftable/merged: split up initialization and seeking of records
Patrick Steinhardt
-37
/
+22
2024-05-13
reftable/reader: set up the reader when initializing table iterator
Patrick Steinhardt
-17
/
+22
2024-05-13
reftable/reader: inline `reader_seek_internal()`
Patrick Steinhardt
-22
/
+12
2024-05-13
reftable/reader: separate concerns of table iter and reftable reader
Patrick Steinhardt
-17
/
+15
2024-05-13
reftable/reader: unify indexed and linear seeking
Patrick Steinhardt
-26
/
+16
2024-05-13
reftable/reader: avoid copying index iterator
Patrick Steinhardt
-24
/
+14
2024-05-13
reftable/block: use `size_t` to track restart point index
Patrick Steinhardt
-2
/
+2
2024-05-13
refs/reftable: allow configuring geometric factor
Patrick Steinhardt
-0
/
+15
2024-05-13
reftable: make the compaction factor configurable
Patrick Steinhardt
-7
/
+21
2024-05-13
refs/reftable: allow disabling writing the object index
Patrick Steinhardt
-0
/
+77
2024-05-13
refs/reftable: allow configuring restart interval
Patrick Steinhardt
-0
/
+66
2024-05-13
reftable: use `uint16_t` to track restart interval
Patrick Steinhardt
-2
/
+2
2024-05-13
refs/reftable: allow configuring block size
Patrick Steinhardt
-1
/
+118
[prev]
[next]