summaryrefslogtreecommitdiffstats
path: root/command-list.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-02reftable/stack: handle allocation failures in `reftable_new_stack()`Patrick Steinhardt1-8/+26
2024-10-02reftable/stack: handle allocation failures on reloadPatrick Steinhardt1-9/+25
2024-10-02reftable/reader: handle allocation failures in `reader_init_iter()`Patrick Steinhardt5-30/+50
2024-10-02reftable/reader: handle allocation failures for unindexed readerPatrick Steinhardt1-6/+17
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt9-64/+131
2024-10-02reftable/writer: handle allocation failures in `reftable_new_writer()`Patrick Steinhardt4-18/+38
2024-10-02reftable/writer: handle allocation failures in `writer_index_hash()`Patrick Steinhardt1-23/+38
2024-10-02reftable/record: handle allocation failures when decoding recordsPatrick Steinhardt1-17/+63
2024-10-02reftable/record: handle allocation failures on copyPatrick Steinhardt2-27/+63
2024-10-02reftable/basics: handle allocation failures in `parse_names()`Patrick Steinhardt4-13/+33
2024-10-02reftable/basics: handle allocation failures in `reftable_calloc()`Patrick Steinhardt1-3/+10
2024-10-02reftable: introduce `reftable_strdup()`Patrick Steinhardt2-0/+11
2024-10-02reftable/basics: merge "publicbasics" into "basics"Patrick Steinhardt6-85/+76
2024-10-02reftable/error: introduce out-of-memory error codePatrick Steinhardt2-0/+5
2024-09-16refs/reftable: wire up support for exclude patternsPatrick Steinhardt4-12/+176
2024-09-16reftable/reader: make table iterator reseekablePatrick Steinhardt4-0/+174
2024-09-16t/unit-tests: introduce reftable libraryPatrick Steinhardt6-179/+177
2024-09-16Makefile: stop listing test library objects twicePatrick Steinhardt1-4/+2
2024-09-16builtin/receive-pack: fix exclude patterns when announcing refsPatrick Steinhardt2-2/+24
2024-09-16refs: properly apply exclude patterns to namespaced refsPatrick Steinhardt3-4/+41
2024-09-14The sixteenth batchJunio C Hamano1-0/+22
2024-09-14Git 2.46.1v2.46.1Junio C Hamano2-1/+10
2024-09-12The fifteenth batchJunio C Hamano1-0/+19
2024-09-12Another batch of topics for 2.46.1Junio C Hamano1-0/+7
2024-09-10The fourteenth batchJunio C Hamano1-0/+10
2024-09-09t-reftable-stack: add test for stack iteratorsChandra Pratap1-0/+83
2024-09-09t-reftable-stack: add test for non-default compaction factorChandra Pratap1-4/+37
2024-09-09t-reftable-stack: use reftable_ref_record_equal() to compare ref recordsChandra Pratap1-2/+2
2024-09-09doc: remote.*.skip{DefaultUpdate,FetchAll} stops prefetchJunio C Hamano3-8/+13
2024-09-09config.mak.uname: add HAVE_DEV_TTY to cygwin config sectionRamsay Jones1-0/+1
2024-09-08t-reftable-stack: use Git's tempfile API instead of mkstemp()Chandra Pratap1-1/+3
2024-09-08t: harmonize t-reftable-stack.c with coding guidelinesChandra Pratap1-57/+53
2024-09-08t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap9-354/+217
2024-09-08diff: report dirty submodules as changes in builtin_diff()René Scharfe2-0/+23
2024-09-08diff: report copies and renames as changes in run_diff_cmd()René Scharfe2-0/+19
2024-09-06advice: recommend GIT_ADVICE=0 for toolsDerrick Stolee2-1/+18
2024-09-06scalar: add --no-tags option to 'scalar clone'Derrick Stolee3-3/+37
2024-09-06The thirteenth batchJunio C Hamano1-0/+6
2024-09-06.mailmap document current address.Stephen P. Smith1-0/+1
2024-09-06interpret-trailers: handle message without trailing newlineBrian Lyles2-0/+41
2024-09-06sparse-checkout: use fdopen_lock_file() instead of xfdopen()Jeff King1-5/+4
2024-09-06sparse-checkout: check commit_lock_file when writing patternsJeff King1-2/+3
2024-09-06sparse-checkout: consolidate cleanup when writing patternsJeff King1-4/+3
2024-09-05drop trailing newline from warning/error/die messagesJeff King12-22/+22
2024-09-04builtin/cat-file: mark 'git cat-file' sparse-index compatibleKevin Lyles2-0/+39
2024-09-04t1092: allow run_on_* functions to use standard inputKevin Lyles1-5/+9
2024-09-04refs/files: use heuristic to decide whether to repack with `--auto`Patrick Steinhardt4-10/+165
2024-09-04t0601: merge tests for auto-packing of refsPatrick Steinhardt1-16/+20
2024-09-04wrapper: introduce `log2u()`Patrick Steinhardt2-11/+19
2024-09-04builtin/index-pack: fix segfaults when running outside of a repoPatrick Steinhardt2-0/+48