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-05-24builtin/submodule--helper.c: handle missing submodule URLsTaylor Blau
2022-11-08submodule tests: add tests for top-level flag outputÆvar Arnfjörð Bjarmason
2022-10-07Sync with 2.37.4Taylor Blau
2022-10-07Sync with 2.34.5Taylor Blau
2022-10-07Sync with 2.32.4Taylor Blau
2022-10-07Sync with 2.30.6Taylor Blau
2022-10-01t/t7NNN: allow local submodulesTaylor Blau
2022-09-02submodule--helper: remove unused "list" helperÆvar Arnfjörð Bjarmason
2022-09-02submodule tests: test for "add <repository> <abs-path>"Ævar Arnfjörð Bjarmason
2022-09-02submodule tests: test usage behaviorÆvar Arnfjörð Bjarmason
2021-11-19submodule: absorb git dir instead of dying on deinitMugdha Pattnaik
2021-07-12submodule: prefix die messages with 'fatal'Atharva Raykar
2021-07-07t7400: test failure to add submodule in tracked pathAtharva Raykar
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-11-20t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-07-30t7400: make hash size independentbrian m. carlson
2020-03-23t: fix whitespace around &&Andrei Rybak
2020-02-14Merge branch 'pk/status-of-uncloned-submodule'Junio C Hamano
2020-02-14Merge branch 'hw/advice-add-nothing'Junio C Hamano
2020-02-04t7400: testcase for submodule status on unregistered inner git reposPeter Kaestle
2020-01-27submodule: fix status of initialized but not cloned submodulesPeter Kaestle
2020-01-27t7400: add a testcase for submodule status on empty dirsPeter Kaestle
2020-01-15submodule add: show 'add --dry-run' stderr when abortingKyle Meyer
2019-12-05Merge branch 'mg/submodule-status-from-a-subdirectory'Junio C Hamano
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryManish Goregaokar
2019-10-07tests: remove "cat foo" before "test_i18ngrep bar foo"René Scharfe
2019-04-10submodule: refuse to add repository with no commitsKyle Meyer
2018-12-26submodule deinit: unset core.worktreeStefan Beller
2018-10-18submodule helper: convert relative URL to absolute URL if neededStefan Beller
2018-09-08Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder
2018-08-28Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-08-16Merge branch 'nd/i18n'Junio C Hamano
2018-08-03Merge branch 'es/test-fixes'Junio C Hamano
2018-07-23dir.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-18Merge branch 'sb/submodule-core-worktree'Junio C Hamano
2018-07-17t7000-t7999: fix broken &&-chainsEric Sunshine
2018-07-17t7400: fix broken "submodule add/reconfigure --force" testEric Sunshine
2018-06-19submodule deinit: unset core.worktreeStefan Beller
2018-06-19Merge branch 'cf/submodule-progress-dissociate'Junio C Hamano
2018-06-19t7400: encapsulate setup code in test_expect_successStefan Beller
2018-05-30Merge branch 'cf/submodule-progress-dissociate'Junio C Hamano
2018-05-22submodule: add --progress option to add commandCasey Fitzpatrick
2018-03-29submodule: check for NULL return of get_submodule_ref_store()René Scharfe
2017-10-07tests: fix diff order arguments in test_cmpStefan Beller
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-04clone: teach recursive clones to respect -qBrandon Williams
2017-08-03t7411: check configuration parsing errorsBrandon Williams