summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-04Merge branch 'tb/weak-sha1-for-tail-sum'Junio C Hamano1-0/+3
2024-10-04Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano1-5/+12
2024-10-04Merge branch 'mh/w-unused-fix'Junio C Hamano1-2/+3
2024-10-04Merge branch 'rs/archive-with-attr-pathspec-fix'Junio C Hamano1-1/+2
2024-10-04Merge branch 'ak/typofix-2.46-maint'Junio C Hamano5-5/+5
2024-10-04l10n: fr.po: 2.47.0Jean-Noël Avila1-60/+194
2024-10-05l10n: zh_CN: updated translation for 2.47Teng Long1-72/+240
2024-10-04A bit more after 2.47-rc1Junio C Hamano1-0/+2
2024-10-04Merge branch 'ds/read-cache-mempool-leakfix'Junio C Hamano1-0/+1
2024-10-04Merge branch 'jc/doc-discarding-stalled-topics'Junio C Hamano1-1/+16
2024-10-04Merge branch 'jk/test-lsan-improvements'Junio C Hamano2-36/+8
2024-10-04t0610: work around flaky test with concurrent writersPatrick Steinhardt1-5/+12
2024-10-04fsmonitor OSX: fix hangs for submodulesKoji Nakamaru2-0/+52
2024-10-04reftable/basics: fix segfault when growing `names` array failsPatrick Steinhardt1-2/+4
2024-10-04l10n: po-id for 2.47Bagas Sanjaya1-77/+246
2024-10-03diff: store graph prefix buf in git_graph structJeff King1-6/+12
2024-10-03diff: return line_prefix directly when possibleJeff King1-0/+3
2024-10-03diff: return const char from output_prefix callbackJeff King6-19/+11
2024-10-03diff: drop line_prefix_length fieldJeff King3-8/+2
2024-10-03line-log: use diff_line_prefix() instead of custom helperJeff King1-12/+2
2024-10-03perl: fix a typoAndrew Kreimer1-1/+1
2024-10-03mergetool: fix a typoAndrew Kreimer1-1/+1
2024-10-03reftable: fix a typoAndrew Kreimer1-1/+1
2024-10-03trace2: fix typosAndrew Kreimer2-2/+2
2024-10-03Documentation: mention the amlog in howto/maintain-git.txtTaylor Blau1-0/+44
2024-10-03doc: add a note about staggering of maintenanceShubham Kanodia1-1/+3
2024-10-03hash.h: set NEEDS_CLONE_HELPER_UNSAFE in fallback modeJeff King1-0/+3
2024-10-03archive: fix misleading error messageRené Scharfe1-1/+2
2024-10-03line-log: protect inner strbuf from freeDerrick Stolee2-6/+32
2024-10-03l10n: tr: Update Turkish translations for 2.47.0Emir SARI1-58/+187
2024-10-02utf8.h: squelch unused-parameter warnings with NO_ICONVMike Hommey1-2/+3
2024-10-02reftable/basics: ban standard allocator functionsPatrick Steinhardt2-0/+15
2024-10-02reftable: introduce `REFTABLE_FREE_AND_NULL()`Patrick Steinhardt9-18/+19
2024-10-02reftable: fix calls to free(3P)Patrick Steinhardt2-3/+3
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt7-14/+67
2024-10-02reftable/tree: handle allocation failuresPatrick Steinhardt4-26/+54
2024-10-02reftable/pq: handle allocation failures when adding entriesPatrick Steinhardt3-3/+11
2024-10-02reftable/block: handle allocation failuresPatrick Steinhardt4-29/+69
2024-10-02reftable/blocksource: handle allocation failuresPatrick Steinhardt1-5/+20
2024-10-02reftable/iter: handle allocation failures when creating indexed table iterPatrick Steinhardt3-6/+23
2024-10-02reftable/stack: handle allocation failures in auto compactionPatrick Steinhardt1-4/+12
2024-10-02reftable/stack: handle allocation failures in `stack_compact_range()`Patrick Steinhardt1-2/+17
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