index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
command-list.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
reftable/stack: handle allocation failures in `reftable_new_stack()`
Patrick Steinhardt
1
-8
/
+26
2024-10-02
reftable/stack: handle allocation failures on reload
Patrick Steinhardt
1
-9
/
+25
2024-10-02
reftable/reader: handle allocation failures in `reader_init_iter()`
Patrick Steinhardt
5
-30
/
+50
2024-10-02
reftable/reader: handle allocation failures for unindexed reader
Patrick Steinhardt
1
-6
/
+17
2024-10-02
reftable/merged: handle allocation failures in `merged_table_init_iter()`
Patrick Steinhardt
9
-64
/
+131
2024-10-02
reftable/writer: handle allocation failures in `reftable_new_writer()`
Patrick Steinhardt
4
-18
/
+38
2024-10-02
reftable/writer: handle allocation failures in `writer_index_hash()`
Patrick Steinhardt
1
-23
/
+38
2024-10-02
reftable/record: handle allocation failures when decoding records
Patrick Steinhardt
1
-17
/
+63
2024-10-02
reftable/record: handle allocation failures on copy
Patrick Steinhardt
2
-27
/
+63
2024-10-02
reftable/basics: handle allocation failures in `parse_names()`
Patrick Steinhardt
4
-13
/
+33
2024-10-02
reftable/basics: handle allocation failures in `reftable_calloc()`
Patrick Steinhardt
1
-3
/
+10
2024-10-02
reftable: introduce `reftable_strdup()`
Patrick Steinhardt
2
-0
/
+11
2024-10-02
reftable/basics: merge "publicbasics" into "basics"
Patrick Steinhardt
6
-85
/
+76
2024-10-02
reftable/error: introduce out-of-memory error code
Patrick Steinhardt
2
-0
/
+5
2024-09-16
refs/reftable: wire up support for exclude patterns
Patrick Steinhardt
4
-12
/
+176
2024-09-16
reftable/reader: make table iterator reseekable
Patrick Steinhardt
4
-0
/
+174
2024-09-16
t/unit-tests: introduce reftable library
Patrick Steinhardt
6
-179
/
+177
2024-09-16
Makefile: stop listing test library objects twice
Patrick Steinhardt
1
-4
/
+2
2024-09-16
builtin/receive-pack: fix exclude patterns when announcing refs
Patrick Steinhardt
2
-2
/
+24
2024-09-16
refs: properly apply exclude patterns to namespaced refs
Patrick Steinhardt
3
-4
/
+41
2024-09-14
The sixteenth batch
Junio C Hamano
1
-0
/
+22
2024-09-14
Git 2.46.1
v2.46.1
Junio C Hamano
2
-1
/
+10
2024-09-12
The fifteenth batch
Junio C Hamano
1
-0
/
+19
2024-09-12
Another batch of topics for 2.46.1
Junio C Hamano
1
-0
/
+7
2024-09-10
The fourteenth batch
Junio C Hamano
1
-0
/
+10
2024-09-09
t-reftable-stack: add test for stack iterators
Chandra Pratap
1
-0
/
+83
2024-09-09
t-reftable-stack: add test for non-default compaction factor
Chandra Pratap
1
-4
/
+37
2024-09-09
t-reftable-stack: use reftable_ref_record_equal() to compare ref records
Chandra Pratap
1
-2
/
+2
2024-09-09
doc: remote.*.skip{DefaultUpdate,FetchAll} stops prefetch
Junio C Hamano
3
-8
/
+13
2024-09-09
config.mak.uname: add HAVE_DEV_TTY to cygwin config section
Ramsay Jones
1
-0
/
+1
2024-09-08
t-reftable-stack: use Git's tempfile API instead of mkstemp()
Chandra Pratap
1
-1
/
+3
2024-09-08
t: harmonize t-reftable-stack.c with coding guidelines
Chandra Pratap
1
-57
/
+53
2024-09-08
t: move reftable/stack_test.c to the unit testing framework
Chandra Pratap
9
-354
/
+217
2024-09-08
diff: report dirty submodules as changes in builtin_diff()
René Scharfe
2
-0
/
+23
2024-09-08
diff: report copies and renames as changes in run_diff_cmd()
René Scharfe
2
-0
/
+19
2024-09-06
advice: recommend GIT_ADVICE=0 for tools
Derrick Stolee
2
-1
/
+18
2024-09-06
scalar: add --no-tags option to 'scalar clone'
Derrick Stolee
3
-3
/
+37
2024-09-06
The thirteenth batch
Junio C Hamano
1
-0
/
+6
2024-09-06
.mailmap document current address.
Stephen P. Smith
1
-0
/
+1
2024-09-06
interpret-trailers: handle message without trailing newline
Brian Lyles
2
-0
/
+41
2024-09-06
sparse-checkout: use fdopen_lock_file() instead of xfdopen()
Jeff King
1
-5
/
+4
2024-09-06
sparse-checkout: check commit_lock_file when writing patterns
Jeff King
1
-2
/
+3
2024-09-06
sparse-checkout: consolidate cleanup when writing patterns
Jeff King
1
-4
/
+3
2024-09-05
drop trailing newline from warning/error/die messages
Jeff King
12
-22
/
+22
2024-09-04
builtin/cat-file: mark 'git cat-file' sparse-index compatible
Kevin Lyles
2
-0
/
+39
2024-09-04
t1092: allow run_on_* functions to use standard input
Kevin Lyles
1
-5
/
+9
2024-09-04
refs/files: use heuristic to decide whether to repack with `--auto`
Patrick Steinhardt
4
-10
/
+165
2024-09-04
t0601: merge tests for auto-packing of refs
Patrick Steinhardt
1
-16
/
+20
2024-09-04
wrapper: introduce `log2u()`
Patrick Steinhardt
2
-11
/
+19
2024-09-04
builtin/index-pack: fix segfaults when running outside of a repo
Patrick Steinhardt
2
-0
/
+48
[next]