summaryrefslogtreecommitdiffstats
path: root/builtin/diff-files.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-02submodule--helper: move "sb" in clone_submodule() to its own scopeÆvar Arnfjörð Bjarmason1-7/+14
2022-09-02submodule--helper: use xstrfmt() in clone_submodule()Ævar Arnfjörð Bjarmason1-8/+9
2022-09-02submodule--helper: replace memset() with { 0 }-initializationÆvar Arnfjörð Bjarmason1-4/+2
2022-09-02submodule--helper style: add \n\n after variable declarationsÆvar Arnfjörð Bjarmason1-2/+23
2022-09-02submodule--helper style: don't separate declared variables with \n\nÆvar Arnfjörð Bjarmason1-28/+5
2022-09-02submodule--helper: move "resolve-relative-url-test" to a test-toolÆvar Arnfjörð Bjarmason3-24/+43
2022-09-02submodule--helper: move "check-name" to a test-toolÆvar Arnfjörð Bjarmason3-25/+47
2022-09-02submodule--helper: move "is-active" to a test-toolÆvar Arnfjörð Bjarmason7-30/+90
2022-09-02test-tool submodule-config: remove unused "--url" handlingÆvar Arnfjörð Bjarmason1-9/+2
2022-09-02submodule--helper: remove unused "list" helperÆvar Arnfjörð Bjarmason2-65/+0
2022-09-02submodule--helper: remove unused "name" helperÆvar Arnfjörð Bjarmason1-19/+0
2022-09-02submodule tests: test for "add <repository> <abs-path>"Ævar Arnfjörð Bjarmason1-0/+5
2022-09-02submodule tests: test usage behaviorÆvar Arnfjörð Bjarmason1-0/+26
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-12The first batch after Git 2.37Junio C Hamano1-0/+31
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-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-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