summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-17Git 2.51v2.51.0Junio C Hamano1-1/+1
2025-08-17Merge tag 'l10n-2.51.0-2' of https://github.com/git-l10n/git-poJunio C Hamano10-4026/+6220
2025-08-17repo: add the --format flagLucas Seiki Oshiro3-16/+88
2025-08-17repo: add the field layout.shallowLucas Seiki Oshiro3-0/+25
2025-08-17repo: add the field layout.bareLucas Seiki Oshiro3-0/+30
2025-08-17repo: add the field references.formatLucas Seiki Oshiro4-2/+146
2025-08-17repo: declare the repo commandLucas Seiki Oshiro9-0/+66
2025-08-17cmake: accommodate for `UNIT_TEST_SOURCES`Johannes Schindelin1-1/+3
2025-08-17l10n: Update Catalan Translation for Git 2.51-rc2Mikel Forcada1-993/+1803
2025-08-17Merge branch 'jx/zh_CN-2.51' of github.com:jiangxin/gitJiang Xin1-248/+444
2025-08-17l10n: zh_CN: updated translation for 2.51Teng Long1-248/+444
2025-08-17Merge branch '2.51-uk-update' of github.com:arkid15r/git-ukrainian-l10nJiang Xin1-180/+346
2025-08-16l10n: uk: add 2.51 translationArkadii Yakovets1-180/+346
2025-08-16Merge branch 'fr_v2.51.0' of github.com:jnavila/gitJiang Xin1-462/+344
2025-08-16Merge branch 'po-id' of github.com:bagasme/git-poJiang Xin1-234/+430
2025-08-16Merge branch 'tr-l10n' of github.com:bitigchi/git-poJiang Xin1-173/+332
2025-08-16Merge branch 'l10n/zh-TW/2025-08-08' of github.com:l10n-tw/git-poJiang Xin1-393/+617
2025-08-16Merge branch 'master' of github.com:alshopov/git-poJiang Xin1-210/+387
2025-08-16Merge branch 'master' of github.com:nafmo/git-l10n-svJiang Xin1-524/+560
2025-08-16Merge branch 'vi-2.51' of github.com:Nekosha/git-poJiang Xin1-609/+957
2025-08-16l10n: zh_TW: Git 2.51Yi-Jyun Pan1-393/+617
2025-08-15commit-graph: stop passing in redundant repositoryPatrick Steinhardt4-81/+59
2025-08-15commit-graph: stop using `the_repository`Patrick Steinhardt4-40/+42
2025-08-15commit-graph: stop using `the_hash_algo`Patrick Steinhardt3-15/+18
2025-08-15commit-graph: refactor `parse_commit_graph()` to take a repositoryPatrick Steinhardt3-16/+15
2025-08-15commit-graph: store the hash algorithm instead of its lengthPatrick Steinhardt2-19/+19
2025-08-15commit-graph: stop using `the_hash_algo` via macrosPatrick Steinhardt1-9/+16
2025-08-15l10n: po-id for 2.51Bagas Sanjaya1-234/+430
2025-08-14l10n: fr translation update for v2.51.0Jean-Noël Avila1-462/+344
2025-08-14count-objects: document count-objects packDaniele Sassoli1-0/+2
2025-08-14abbrev: allow extending beyond 32 chars to disambiguateJunio C Hamano1-1/+1
2025-08-14l10n: tr: Update Turkish translations for 2.51.0Emir SARI1-173/+332
2025-08-14l10n: Updated translation for vi-2.51Vũ Tiến Hưng1-609/+957
2025-08-14l10n: sv.po: Update Swedish translationPeter Krefting1-524/+560
2025-08-13l10n: bg.po: Updated Bulgarian translation (5856t)Alexander Shopov1-210/+387
2025-08-13t7005: sanitize test environment for subsequent testsD. Ben Knoble1-44/+39
2025-08-13t7005: stop abusing --exec-pathD. Ben Knoble1-2/+2
2025-08-13t7005: use modern test styleD. Ben Knoble1-46/+22
2025-08-13Git 2.51-rc2v2.51.0-rc2Junio C Hamano1-1/+1
2025-08-12send-email: enable copying emails to an IMAP folder without actually sending ...Aditya Garg3-1/+23
2025-08-12send-email: add ability to send a copy of sent emails to an IMAP folderAditya Garg4-9/+61
2025-08-12docs: remove stray bracket from git-clone synopsisKnut Harald Ryager1-1/+1
2025-08-12refs/reftable: always reload stacks when creating lockPatrick Steinhardt1-11/+12
2025-08-12reftable: don't second-guess errors from flock interfacePatrick Steinhardt3-31/+12
2025-08-12reftable/stack: handle outdated stacks when compactingPatrick Steinhardt1-6/+26
2025-08-12reftable/stack: allow passing flags to `reftable_stack_add()`Patrick Steinhardt4-36/+39
2025-08-12reftable/stack: fix compiler warning due to missing bracesPatrick Steinhardt1-7/+7
2025-08-12reftable/stack: reorder code to avoid forward declarationsPatrick Steinhardt1-188/+176
2025-08-12reftable/writer: drop Git-specific `QSORT()` macroPatrick Steinhardt1-2/+4
2025-08-12reftable/writer: fix type used for number of recordsPatrick Steinhardt2-10/+11