summaryrefslogtreecommitdiffstats
path: root/t/t5003-archive-zip.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-18The fourth batchJunio C Hamano1-0/+34
2022-07-15The third batchJunio C Hamano1-2/+22
2022-07-13The second batchJunio C Hamano1-0/+35
2022-07-12t5330: remove run_with_limited_processses()Han Xin1-24/+1
2022-07-12diff-files: move misplaced cleanup labelJeff King1-1/+1
2022-07-12fsck: do not dereference NULL while checking resolve-undo dataJunio C Hamano1-0/+1
2022-07-12The first batch after Git 2.37Junio C Hamano1-0/+31
2022-07-11ref-filter: disable save_commit_buffer while traversingJeff King1-0/+5
2022-07-11clone: move unborn head creation to update_head()Jeff King1-12/+15
2022-07-11remote-curl: send Accept-Language header to serverLi Linchao6-8/+51
2022-07-11gpg-interface: add function for converting trust level to stringJaydeep Das3-23/+31
2022-07-10multi-pack-index: simplify handling of unknown --optionsSZEDER Gábor1-4/+4
2022-07-10cocci: avoid normalization rules for memcpyRené Scharfe1-42/+40
2022-07-10sha256: add support for Nettlebrian m. carlson3-1/+44
2022-07-10builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove()Junio C Hamano1-9/+7
2022-07-08vimdiff: make layout engine more robust against user vim settingsFernando Ramos1-18/+18
2022-07-08clone: use remote branch if it matches default HEADJeff King3-6/+48
2022-07-08clone: propagate empty remote HEAD even with other branchesJeff King2-22/+55
2022-07-08clone: drop extra newline from warning messageJeff King1-1/+1
2022-07-06cocci: generalize "unused" rule to cover more than "strbuf"Ævar Arnfjörð Bjarmason4-6/+57
2022-07-06cocci: add and apply a rule to find "unused" strbufsÆvar Arnfjörð Bjarmason7-10/+119
2022-07-06cocci: have "coccicheck{,-pending}" depend on "coccicheck-test"Ævar Arnfjörð Bjarmason1-0/+2
2022-07-06cocci: add a "coccicheck-test" target and test *.cocci rulesÆvar Arnfjörð Bjarmason4-0/+40
2022-07-06Makefile & .gitignore: ignore & clean "git.res", not "*.res"Ævar Arnfjörð Bjarmason2-2/+2
2022-07-06Makefile: remove mandatory "spatch" arguments from SPATCH_FLAGSÆvar Arnfjörð Bjarmason1-2/+3
2022-07-06ls-files: update test styleLi Linchao5-71/+132
2022-07-06merge-ort: fix issue with dual rename and add/add conflictElijah Newren2-3/+9
2022-07-06merge-ort: shuffle the computation and cleanup of potential collisionsElijah Newren1-5/+15
2022-07-06merge-ort: make a separate function for freeing struct collisionsElijah Newren1-16/+22
2022-07-06merge-ort: small cleanups of check_for_directory_renameElijah Newren1-6/+6
2022-07-06t6423: add tests of dual directory rename plus add/add conflictElijah Newren1-0/+105
2022-07-04Git 2.37.1v2.37.1Junio C Hamano3-2/+19
2022-07-03A regression fix for 2.37Junio C Hamano3-2/+11
2022-07-01mv: add check_dir_in_index() and solve general dir check issueShaoxuan Yuan3-9/+47
2022-07-01mv: use flags mode for update_modeShaoxuan Yuan1-8/+17
2022-07-01mv: check if <destination> exists in index to handle overwritingShaoxuan Yuan2-5/+14
2022-07-01mv: check if out-of-cone file exists in index with SKIP_WORKTREE bitShaoxuan Yuan2-4/+21
2022-07-01mv: decouple if/else-if checks using gotoShaoxuan Yuan1-59/+80
2022-07-01mv: update sparsity after moving from out-of-cone to in-coneShaoxuan Yuan1-0/+17
2022-07-01t1092: mv directory from out-of-cone to in-coneShaoxuan Yuan1-0/+25
2022-07-01t7002: add tests for moving out-of-cone file/directoryShaoxuan Yuan1-0/+84
2022-07-01test-tool delta: fix a memory leakÆvar Arnfjörð Bjarmason2-7/+16
2022-07-01test-tool ref-store: fix a memory leakÆvar Arnfjörð Bjarmason1-0/+1
2022-07-01test-tool bloom: fix memory leaksÆvar Arnfjörð Bjarmason2-1/+3
2022-07-01test-tool json-writer: fix memory leaksÆvar Arnfjörð Bjarmason2-4/+14
2022-07-01test-tool regex: call regfree(), fix memory leaksÆvar Arnfjörð Bjarmason2-3/+7
2022-07-01test-tool urlmatch-normalization: fix a memory leakÆvar Arnfjörð Bjarmason2-3/+10
2022-07-01test-tool {dump,scrap}-cache-tree: fix memory leaksÆvar Arnfjörð Bjarmason3-1/+9
2022-07-01test-tool path-utils: fix a memory leakÆvar Arnfjörð Bjarmason2-4/+8
2022-07-01test-tool test-hash: fix a memory leakÆvar Arnfjörð Bjarmason5-1/+9