summaryrefslogtreecommitdiffstats
path: root/t/t3010-ls-files-killed-modified.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-11The second batchJunio C Hamano1-0/+16
2022-10-11fsmonitor: fix leak of warning messageJeff King1-1/+3
2022-10-10t3435: remove redundant test casePhillip Wood1-8/+0
2022-10-10The (real) first batch for 2.39Junio C Hamano1-0/+52
2022-10-09dir: use fspathncmp() in pl_hashmap_cmp()Jeff King1-3/+1
2022-10-08branch: description for non-existent branch errorsRubén Justo2-2/+58
2022-10-08Start 2.39 cycleJunio C Hamano3-2/+24
2022-10-07SubmittingPatches: use usual capitalization in the log message bodyJunio C Hamano1-1/+3
2022-10-07bundle-uri: fix technical doc issuesDerrick Stolee1-4/+4
2022-10-07bisect--helper: plug strvec leakRené Scharfe1-4/+3
2022-10-06attr: drop DEBUG_ATTR codeJeff King1-38/+3
2022-10-06commit: avoid writing to global in option callbackJeff King1-2/+2
2022-10-06multi-pack-index: avoid writing to global in option callbackJeff King1-3/+4
2022-10-06test-submodule: inline resolve_relative_url() functionJeff King1-14/+8
2022-10-06t/lib-httpd: pass LANG and LC_ALL to ApacheRené Scharfe1-0/+2
2022-10-06git-compat-util.h: GCC deprecated message arg only in GCC 4.5+Alejandro R. Sedeño1-1/+4
2022-10-06Makefile: clarify runtime relative gitexecdirĐoàn Trần Công Danh1-2/+3
2022-10-05gc: simplify maintenance_task_pack_refs()René Scharfe1-9/+2
2022-10-05mergetool.txt: typofix 'overwriten' -> 'overwritten'Noah Betzen1-1/+1
2022-10-05promisor-remote: die upon failing fetchJonathan Tan3-5/+24
2022-10-05promisor-remote: remove a return valueJonathan Tan2-14/+9
2022-10-05fsmonitor: add documentation for allowRemote and socketDir optionsEric DeCosta3-3/+47
2022-10-05fsmonitor: check for compatability before communicating with fsmonitorEric DeCosta3-4/+15
2022-10-05fsmonitor: deal with synthetic firmlinks on macOSEric DeCosta6-3/+167
2022-10-05fsmonitor: avoid socket location check if using hookEric DeCosta4-10/+12
2022-10-05fsmonitor: relocate socket file if .git directory is remoteEric DeCosta8-13/+78
2022-10-05fsmonitor: refactor filesystem checks to common interfaceEric DeCosta8-219/+272
2022-10-05ssh signing: return an error when signature cannot be readPhillip Wood1-3/+4
2022-10-03sequencer: detect author name errors in read_author_script()Jeff King2-1/+60
2022-10-03mailinfo -b: fix an out of bounds accessPhillip Wood2-3/+3
2022-10-02Git 2.38v2.38.0Junio C Hamano1-1/+1
2022-10-01l10n: zh_TW.po: Git 2.38.0, round 3Yi-Jyun Pan1-460/+1038
2022-10-01tmp-objdir: skip clean up when handling a signalJohn Cai1-36/+4
2022-09-30branch: do not fail a no-op --edit-descJunio C Hamano2-2/+7
2022-09-29test-lib: have SANITIZE=leak imply TEST_NO_MALLOC_CHECKÆvar Arnfjörð Bjarmason1-1/+3
2022-09-29push: improve grammar of branch.autoSetupMerge adviceAlex Henrie1-2/+2
2022-09-28l10n: fr: v2.38.0 round 3Jean-Noël Avila1-3/+3
2022-09-28read-cache: avoid misaligned reads in index v4Victoria Dye1-19/+42
2022-09-28l10n: Update Catalan translationJordi Mas1-34/+34
2022-09-28merge-ort: return early when failing to write a blobJohannes Schindelin1-9/+19
2022-09-28merge-ort: fix segmentation fault in read-only repositoriesJohannes Schindelin2-25/+50
2022-09-28l10n: de.po: update German translationRalf Thielow1-4/+4
2022-09-28l10n: zh_CN: 2.38.0 round 3Fangyi Zhou1-2/+2
2022-09-28l10n: tr: v2.38.0 3rd roundEmir SARI1-3/+3
2022-09-28l10n: bg.po: Updated Bulgarian translation (5484t)Alexander Shopov1-88/+3
2022-09-28l10n: po-id for 2.38 (round 3)Bagas Sanjaya1-283/+338
2022-09-28l10n: es: update translationAlex Henrie1-1077/+1512
2022-09-27Git 2.38-rc2v2.38.0-rc2Junio C Hamano1-1/+1
2022-09-27string-list: document iterator behavior on NULL inputDerrick Stolee1-1/+6
2022-09-27gc: replace config subprocesses with API callsDerrick Stolee1-31/+44