Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-08-09mv: handle lstat() failure correctlySebastian Thiel
2023-05-09t: drop "verbose" helper functionJeff King
2023-05-09t7001: use "ls-files --format" instead of "cut"Jeff King
2023-05-09t7001: avoid git on upstream of pipeJeff King
2022-11-05t7001-mv.sh: modernizing test script using functionsDebra Obondo
2022-10-07Sync with 2.35.5Taylor Blau
2022-10-07Sync with 2.33.5Taylor Blau
2022-10-07Sync with 2.30.6Taylor Blau
2022-10-01t/t7NNN: allow local submodulesTaylor Blau
2022-03-29mv: refresh stat info for moved entryVictoria Dye
2021-10-15tests: stop using top-level "README" and "COPYING" filesÆvar Arnfjörð Bjarmason
2021-03-02Merge branch 'sv/t7001-modernize'Junio C Hamano
2021-02-12t7001: use `test` rather than `[`Shubham Verma
2021-02-12t7001: use here-docs instead of echoShubham Verma
2021-02-12t7001: put each command on a separate lineShubham Verma
2021-02-12t7001: use '>' rather than 'touch'Shubham Verma
2021-02-12t7001: avoid using `cd` outside of subshellsShubham Verma
2021-02-12t7001: remove whitespace after redirect operatorsShubham Verma
2021-02-12t7001: modernize subshell formattingShubham Verma
2021-02-12t7001: remove unnecessary blank linesShubham Verma
2021-02-12t7001: indent with TABs instead of spacesShubham Verma
2021-02-12t7001: modernize test formattingShubham Verma
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-08-07t: don't spuriously close and reopen quotesMartin Ågren
2020-07-21git-mv: improve error message for conflicted fileChris Torek
2018-08-28Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor
2018-07-17t7000-t7999: fix broken &&-chainsEric Sunshine
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller
2018-03-28test: avoid pipes in git related commands for testPratik Karki
2018-03-23Merge branch 'sm/mv-dry-run-update' into maintJunio C Hamano
2018-02-07t7001: add test case for --dry-runStefan Moch
2017-11-06wrapper.c: consistently quote filenames in error messagesSimon Ruderich
2017-10-07tests: fix diff order arguments in test_cmpStefan Beller
2017-09-17add test for bug in git-mv for recursive submodulesHeiko Voigt
2016-08-12Spelling fixesVille Skyttä
2016-04-29Merge branch 'sb/mv-submodule-fix'Junio C Hamano
2016-04-19mv: allow moving nested submodulesStefan Beller
2016-02-25README: use markdown syntaxMatthieu Moy
2016-01-08t/t7001-mv.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-03-20t: use verbose instead of hand-rolled errorsJeff King
2014-10-15mv test: recreate mod/ directory instead of relying on stale copyJonathan Nieder
2014-04-17Merge branch 'km/avoid-cp-a'Junio C Hamano
2014-04-12test: fix t7001 cp to use POSIX optionsKyle J. McKay
2014-04-03Merge branch 'cb/aix'Junio C Hamano
2014-03-31tests: don't rely on strerror text when testing rmdir failureCharles Bailey
2014-03-25Merge branch 'jk/mv-submodules-fix'Junio C Hamano
2014-03-17mv: prevent mismatched data when ignoring errors.brian m. carlson