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
2024-05-15
builtin/config: convert `regexp` to a local variable
Patrick Steinhardt
1
-9
/
+9
2024-05-15
builtin/config: convert `value_pattern` to a local variable
Patrick Steinhardt
1
-3
/
+3
2024-05-15
builtin/config: convert `do_not_match` to a local variable
Patrick Steinhardt
1
-3
/
+3
2024-05-15
builtin/config: move `respect_includes_opt` into location options
Patrick Steinhardt
1
-7
/
+12
2024-05-15
builtin/config: move default value into display options
Patrick Steinhardt
1
-8
/
+11
2024-05-15
builtin/config: move type options into display options
Patrick Steinhardt
1
-31
/
+29
2024-05-15
builtin/config: move display options into local variables
Patrick Steinhardt
1
-70
/
+101
2024-05-15
builtin/config: move location options into local variables
Patrick Steinhardt
1
-137
/
+176
2024-05-15
builtin/config: refactor functions to have common exit paths
Patrick Steinhardt
1
-26
/
+38
2024-05-15
config: make the config source const
Patrick Steinhardt
2
-3
/
+3
2024-05-15
builtin/config: check for writeability after source is set up
Patrick Steinhardt
2
-5
/
+11
2024-05-15
builtin/config: move actions into `cmd_config_actions()`
Patrick Steinhardt
1
-25
/
+23
2024-05-15
builtin/config: move legacy options into `cmd_config()`
Patrick Steinhardt
1
-30
/
+30
2024-05-15
builtin/config: move subcommand options into `cmd_config()`
Patrick Steinhardt
1
-14
/
+14
2024-05-15
builtin/config: move legacy mode into its own function
Patrick Steinhardt
1
-19
/
+24
2024-05-15
builtin/config: stop printing full usage on misuse
Patrick Steinhardt
2
-18
/
+13
2024-05-15
pack-bitmap: introduce `bitmap_writer_free()`
Taylor Blau
4
-1
/
+27
2024-05-15
pack-bitmap-write.c: avoid uninitialized 'write_as' field
Taylor Blau
1
-0
/
+1
2024-05-15
pack-bitmap: drop unused `max_bitmaps` parameter
Taylor Blau
4
-12
/
+4
2024-05-15
pack-bitmap: avoid use of static `bitmap_writer`
Taylor Blau
4
-123
/
+159
2024-05-15
pack-bitmap-write.c: move commit_positions into commit_pos fields
Taylor Blau
1
-25
/
+16
2024-05-15
object.h: add flags allocated by pack-bitmap.h
Taylor Blau
1
-0
/
+1
2024-05-13
Sync with Git 2.45.1
Junio C Hamano
43
-86
/
+1283
2024-05-13
reftable/merged: adapt interface to allow reuse of iterators
Patrick Steinhardt
4
-61
/
+22
2024-05-13
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt
5
-30
/
+63
2024-05-13
reftable/reader: adapt interface to allow reuse of iterators
Patrick Steinhardt
3
-75
/
+34
2024-05-13
reftable/generic: adapt interface to allow reuse of iterators
Patrick Steinhardt
4
-22
/
+68
2024-05-13
reftable/generic: move seeking of records into the iterator
Patrick Steinhardt
5
-117
/
+177
2024-05-13
reftable/merged: simplify indices for subiterators
Patrick Steinhardt
1
-5
/
+4
2024-05-13
reftable/merged: split up initialization and seeking of records
Patrick Steinhardt
1
-37
/
+22
2024-05-13
reftable/reader: set up the reader when initializing table iterator
Patrick Steinhardt
1
-17
/
+22
2024-05-13
reftable/reader: inline `reader_seek_internal()`
Patrick Steinhardt
1
-22
/
+12
2024-05-13
reftable/reader: separate concerns of table iter and reftable reader
Patrick Steinhardt
1
-17
/
+15
2024-05-13
reftable/reader: unify indexed and linear seeking
Patrick Steinhardt
1
-26
/
+16
2024-05-13
reftable/reader: avoid copying index iterator
Patrick Steinhardt
1
-24
/
+14
2024-05-13
reftable/block: use `size_t` to track restart point index
Patrick Steinhardt
1
-2
/
+2
2024-05-13
refs/reftable: allow configuring geometric factor
Patrick Steinhardt
2
-0
/
+15
2024-05-13
reftable: make the compaction factor configurable
Patrick Steinhardt
5
-7
/
+21
2024-05-13
refs/reftable: allow disabling writing the object index
Patrick Steinhardt
3
-0
/
+77
2024-05-13
refs/reftable: allow configuring restart interval
Patrick Steinhardt
3
-0
/
+66
2024-05-13
reftable: use `uint16_t` to track restart interval
Patrick Steinhardt
2
-2
/
+2
2024-05-13
refs/reftable: allow configuring block size
Patrick Steinhardt
4
-1
/
+118
2024-05-13
reftable/dump: support dumping a table's block structure
Patrick Steinhardt
4
-1
/
+174
2024-05-13
reftable/writer: improve error when passed an invalid block size
Patrick Steinhardt
1
-4
/
+2
2024-05-13
reftable/writer: drop static variable used to initialize strbuf
Patrick Steinhardt
1
-3
/
+1
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
7
-38
/
+46
2024-05-13
reftable: consistently refer to `reftable_write_options` as `opts`
Patrick Steinhardt
5
-89
/
+74
2024-05-13
documentation: git-update-index: add --show-index-version to synopsis
Dov Murik
1
-0
/
+1
2024-05-13
fetch-pack: remove unused 'struct loose_object_iter'
Dr. David Alan Gilbert
1
-5
/
+0
2024-05-13
Merge branch 'ps/undecided-is-not-necessarily-sha1' into jc/undecided-is-not-...
Junio C Hamano
17
-92
/
+168
[prev]
[next]