summaryrefslogtreecommitdiffstats
path: root/block-sha1 (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-08fsck: add refs report functionshejialuo2-0/+64
2024-08-08fsck: add a unified interface for reporting fsck messagesshejialuo1-14/+30
2024-08-08fsck: make "fsck_error" callback genericshejialuo5-24/+38
2024-08-08fsck: rename objects-related fsck error functionsshejialuo3-28/+29
2024-08-08fsck: rename "skiplist" to "skip_oids"shejialuo2-4/+4
2024-07-29Git 2.46v2.46.0Junio C Hamano1-1/+1
2024-07-28l10n: zh_CN: updated translation for 2.46Teng Long1-229/+637
2024-07-27l10n: sv.po: Update Swedish translationPeter Krefting1-187/+547
2024-07-27l10n: zh_TW: Git 2.46Yi-Jyun Pan1-645/+1085
2024-07-26l10n: Update German translationRalf Thielow1-195/+548
2024-07-26l10n: vi: Updated translation for 2.46Vũ Tiến Hưng1-319/+709
2024-07-24l10n: uk: v2.46 updateArkadii Yakovets1-199/+550
2024-07-24Git 2.46-rc2v2.46.0-rc2Junio C Hamano2-6/+13
2024-07-23Doc: fix Asciidoctor css workaroundJunio C Hamano3-1/+5
2024-07-23refs: fix format migration on CygwinPatrick Steinhardt1-4/+18
2024-07-22asciidoctor: fix `synopsis` renderingJohannes Schindelin3-0/+7
2024-07-21l10n: bg.po: Updated Bulgarian translation (5734t)Alexander Shopov1-231/+579
2024-07-21doc: git-clone fix discrepancy between asciidoc and asciidoctorJean-Noël Avila1-3/+3
2024-07-19l10n: fr: v2.46.0Jean-Noël Avila1-204/+597
2024-07-19midx-write: revert use of --stdin-packsDerrick Stolee2-10/+10
2024-07-19l10n: tr: Update Turkish translationsEmir SARI1-199/+551
2024-07-19l10n: po-id for 2.46Bagas Sanjaya1-233/+666
2024-07-18t5319: add failing test case for repack/expireDerrick Stolee1-0/+55
2024-07-18Git 2.46-rc1v2.46.0-rc1Junio C Hamano2-1/+2
2024-07-17Post 2.46-rc0 batch #3Junio C Hamano1-0/+22
2024-07-17Documentation: fix default value for core.maxTreeDepthTaylor Blau1-1/+2
2024-07-17Documentation/glossary: fix double wordMartin Ågren1-1/+1
2024-07-17Documentation/gitpacking: make sample configs listing blocksMartin Ågren1-4/+10
2024-07-17t4153: stop redirecting input from /dev/zeroJeff King1-1/+1
2024-07-16Post 2.46-rc0 batch #2Junio C Hamano1-0/+17
2024-07-16refs: correct the version numbers in a commentChristian Hesse1-2/+2
2024-07-15Post 2.46-rc0 batch #1Junio C Hamano1-1/+29
2024-07-14var(win32): do report the GIT_SHELL_PATH that is actually usedJohannes Schindelin2-2/+3
2024-07-14run-command: declare the `git_shell_path()` function globallyJohannes Schindelin2-1/+6
2024-07-14run-command(win32): resolve the path to the Unix shell earlyJohannes Schindelin1-4/+6
2024-07-14mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, tooJohannes Schindelin1-1/+1
2024-07-14win32: override `fspathcmp()` with a directory separator-aware versionJohannes Schindelin5-4/+53
2024-07-14strvec: declare the `strvec_push_nodup()` function globallyJohannes Schindelin2-1/+4
2024-07-14run-command: refactor getting the Unix shell path into its own functionJohannes Schindelin1-5/+10
2024-07-12cmake: fix build of `t-oidtree`Johannes Schindelin1-1/+2
2024-07-12builtin/push: call set_refspecs after validating remoteKarthik Nayak2-14/+24
2024-07-12Git 2.46-rc0v2.46.0-rc0Junio C Hamano2-1/+7
2024-07-11doc: update http.cookieFile with in-memory cookie processingPiotr Szlazak1-1/+5
2024-07-11test-lib: GIT_TEST_SANITIZE_LEAK_LOG enabled by defaultRubén Justo3-47/+17
2024-07-10t/.gitattributes: ignore whitespace in chainlint expect filesJeff King1-1/+1
2024-07-10t: convert some here-doc test bodiesJeff King2-117/+117
2024-07-10test-lib: allow test snippets as here-docsJeff King2-5/+35
2024-07-10chainlint.pl: add tests for test body in heredocJeff King8-0/+50
2024-07-10chainlint.pl: recognize test bodies defined via heredocEric Sunshine1-5/+22
2024-07-10chainlint.pl: check line numbers in expected outputJeff King74-894/+913