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
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
2024-05-13
reftable/dump: support dumping a table's block structure
Patrick Steinhardt
-1
/
+174
2024-05-13
reftable/writer: improve error when passed an invalid block size
Patrick Steinhardt
-4
/
+2
2024-05-13
reftable/writer: drop static variable used to initialize strbuf
Patrick Steinhardt
-3
/
+1
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
-38
/
+46
2024-05-13
reftable: consistently refer to `reftable_write_options` as `opts`
Patrick Steinhardt
-89
/
+74
2024-05-13
documentation: git-update-index: add --show-index-version to synopsis
Dov Murik
-0
/
+1
2024-05-13
fetch-pack: remove unused 'struct loose_object_iter'
Dr. David Alan Gilbert
-5
/
+0
2024-05-13
Merge branch 'ps/undecided-is-not-necessarily-sha1' into jc/undecided-is-not-...
Junio C Hamano
-92
/
+168
2024-05-13
The third batch
Junio C Hamano
-0
/
+25
2024-05-13
Merge branch 'jc/git-gui-maintainer-update'
Junio C Hamano
-3
/
+3
2024-05-13
Merge branch 'fa/p4-error'
Junio C Hamano
-11
/
+13
2024-05-13
Merge branch 'ps/ci-fuzzers-at-gitlab-fix'
Junio C Hamano
-0
/
+9
[prev]
[next]