summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-10-04Merge branch 'ak/typofix-2.46-maint'Junio C Hamano-5/+5
2024-10-04l10n: fr.po: 2.47.0Jean-Noël Avila-60/+194
2024-10-05l10n: zh_CN: updated translation for 2.47Teng Long-72/+240
2024-10-04A bit more after 2.47-rc1Junio C Hamano-0/+2
2024-10-04Merge branch 'ds/read-cache-mempool-leakfix'Junio C Hamano-0/+1
2024-10-04Merge branch 'jc/doc-discarding-stalled-topics'Junio C Hamano-1/+16
2024-10-04Merge branch 'jk/test-lsan-improvements'Junio C Hamano-36/+8
2024-10-04t0610: work around flaky test with concurrent writersPatrick Steinhardt-5/+12
2024-10-04fsmonitor OSX: fix hangs for submodulesKoji Nakamaru-0/+52
2024-10-04reftable/basics: fix segfault when growing `names` array failsPatrick Steinhardt-2/+4
2024-10-04l10n: po-id for 2.47Bagas Sanjaya-77/+246
2024-10-03diff: store graph prefix buf in git_graph structJeff King-6/+12
2024-10-03diff: return line_prefix directly when possibleJeff King-0/+3
2024-10-03diff: return const char from output_prefix callbackJeff King-19/+11
2024-10-03diff: drop line_prefix_length fieldJeff King-8/+2
2024-10-03line-log: use diff_line_prefix() instead of custom helperJeff King-12/+2
2024-10-03perl: fix a typoAndrew Kreimer-1/+1
2024-10-03mergetool: fix a typoAndrew Kreimer-1/+1
2024-10-03reftable: fix a typoAndrew Kreimer-1/+1
2024-10-03trace2: fix typosAndrew Kreimer-2/+2
2024-10-03Documentation: mention the amlog in howto/maintain-git.txtTaylor Blau-0/+44
2024-10-03doc: add a note about staggering of maintenanceShubham Kanodia-1/+3
2024-10-03hash.h: set NEEDS_CLONE_HELPER_UNSAFE in fallback modeJeff King-0/+3
2024-10-03archive: fix misleading error messageRené Scharfe-1/+2
2024-10-03line-log: protect inner strbuf from freeDerrick Stolee-6/+32
2024-10-03l10n: tr: Update Turkish translations for 2.47.0Emir SARI-58/+187
2024-10-02utf8.h: squelch unused-parameter warnings with NO_ICONVMike Hommey-2/+3
2024-10-02reftable/basics: ban standard allocator functionsPatrick Steinhardt-0/+15
2024-10-02reftable: introduce `REFTABLE_FREE_AND_NULL()`Patrick Steinhardt-18/+19
2024-10-02reftable: fix calls to free(3P)Patrick Steinhardt-3/+3
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt-14/+67
2024-10-02reftable/tree: handle allocation failuresPatrick Steinhardt-26/+54
2024-10-02reftable/pq: handle allocation failures when adding entriesPatrick Steinhardt-3/+11
2024-10-02reftable/block: handle allocation failuresPatrick Steinhardt-29/+69
2024-10-02reftable/blocksource: handle allocation failuresPatrick Steinhardt-5/+20
2024-10-02reftable/iter: handle allocation failures when creating indexed table iterPatrick Steinhardt-6/+23
2024-10-02reftable/stack: handle allocation failures in auto compactionPatrick Steinhardt-4/+12
2024-10-02reftable/stack: handle allocation failures in `stack_compact_range()`Patrick Steinhardt-2/+17
2024-10-02reftable/stack: handle allocation failures in `reftable_new_stack()`Patrick Steinhardt-8/+26
2024-10-02reftable/stack: handle allocation failures on reloadPatrick Steinhardt-9/+25
2024-10-02reftable/reader: handle allocation failures in `reader_init_iter()`Patrick Steinhardt-30/+50
2024-10-02reftable/reader: handle allocation failures for unindexed readerPatrick Steinhardt-6/+17
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt-64/+131
2024-10-02reftable/writer: handle allocation failures in `reftable_new_writer()`Patrick Steinhardt-18/+38
2024-10-02reftable/writer: handle allocation failures in `writer_index_hash()`Patrick Steinhardt-23/+38
2024-10-02reftable/record: handle allocation failures when decoding recordsPatrick Steinhardt-17/+63
2024-10-02reftable/record: handle allocation failures on copyPatrick Steinhardt-27/+63
2024-10-02reftable/basics: handle allocation failures in `parse_names()`Patrick Steinhardt-13/+33
2024-10-02reftable/basics: handle allocation failures in `reftable_calloc()`Patrick Steinhardt-3/+10
2024-10-02reftable: introduce `reftable_strdup()`Patrick Steinhardt-0/+11