Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with 2.42.2 | Johannes Schindelin | 2024-04-19 | 1 | -0/+48 |
|\ | |||||
| * | Sync with 2.41.1 | Johannes Schindelin | 2024-04-19 | 1 | -0/+48 |
| |\ | |||||
| | * | clone: when symbolic links collide with directories, keep the latter | Johannes Schindelin | 2024-04-17 | 1 | -2/+2 |
| | * | submodules: submodule paths must not contain symlinks | Johannes Schindelin | 2024-04-17 | 1 | -0/+48 |
* | | | tests: teach callers of test_i18ngrep to use test_grep | Junio C Hamano | 2023-11-02 | 1 | -3/+3 |
|/ / | |||||
* / | diff-lib: honor override_submodule_config flag bit | Josip Sokcevic | 2023-06-14 | 1 | -0/+23 |
|/ | |||||
* | Sync with 2.37.4 | Taylor Blau | 2022-10-07 | 1 | -0/+1 |
|\ | |||||
| * | Sync with 2.35.5 | Taylor Blau | 2022-10-06 | 1 | -0/+1 |
| |\ | |||||
| | * | Sync with 2.32.4 | Taylor Blau | 2022-10-06 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Sync with 2.31.5 | Taylor Blau | 2022-10-06 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | Sync with 2.30.6 | Taylor Blau | 2022-10-06 | 1 | -0/+1 |
| | | | |\ | |||||
| | | | | * | t/t7NNN: allow local submodules | Taylor Blau | 2022-10-01 | 1 | -0/+1 |
* | | | | | | submodule--helper: return "ret", not "1" from update_submodule() | Ævar Arnfjörð Bjarmason | 2022-09-02 | 1 | -1/+1 |
* | | | | | | submodule--helper update: use display path helper | Glen Choo | 2022-07-01 | 1 | -2/+2 |
* | | | | | | submodule--helper tests: add missing "display path" coverage | Glen Choo | 2022-07-01 | 1 | -0/+62 |
* | | | | | | submodule update: remove "-v" option | Ævar Arnfjörð Bjarmason | 2022-06-28 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | submodule--helper: fix initialization of warn_if_uninitialized | Orgad Shaneh | 2022-04-26 | 1 | -0/+33 |
* | | | | | submodule update: add tests for --filter | Glen Choo | 2022-03-05 | 1 | -0/+12 |
* | | | | | submodule tests: test for init and update failure output | Ævar Arnfjörð Bjarmason | 2022-03-05 | 1 | -2/+12 |
|/ / / / | |||||
* / / / | submodule: prefix die messages with 'fatal' | Atharva Raykar | 2021-07-12 | 1 | -5/+5 |
|/ / / | |||||
* / / | submodule update: silence underlying fetch with "--quiet" | Nicholas Clark | 2021-05-03 | 1 | -0/+24 |
|/ / | |||||
* | | tests: remove most uses of test_i18ncmp | Ævar Arnfjörð Bjarmason | 2021-02-11 | 1 | -8/+8 |
* | | t7[0-4]*: adjust the references to the default branch name "main" | Johannes Schindelin | 2020-11-20 | 1 | -20/+20 |
* | | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 2020-11-20 | 1 | -0/+3 |
|/ | |||||
* | submodule update: silence underlying merge/rebase with "--quiet" | Theodore Dubois | 2020-10-01 | 1 | -0/+12 |
* | submodule: fall back to remote's HEAD for missing remote.<name>.branch | Johannes Schindelin | 2020-06-24 | 1 | -0/+16 |
* | test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriate | Jonathan Nieder | 2020-01-15 | 1 | -1/+1 |
* | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -6/+22 |
|\ | |||||
| * | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -6/+22 |
| |\ | |||||
| | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -6/+22 |
| | |\ | |||||
| | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -6/+22 |
| | | |\ | |||||
| | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -6/+22 |
| | | | |\ | |||||
| | | | | * | fsck: reject submodule.update = !command in .gitmodules | Jonathan Nieder | 2019-12-06 | 1 | -0/+14 |
| | | | | * | submodule: reject submodule.update = !command in .gitmodules | Jonathan Nieder | 2019-12-06 | 1 | -6/+8 |
* | | | | | | t: use common $SQ variable | Denton Liu | 2019-09-06 | 1 | -2/+1 |
|/ / / / / | |||||
* / / / / | tests: always test fetch of unreachable with v0 | Jonathan Tan | 2019-03-07 | 1 | -1/+4 |
|/ / / / | |||||
* / / / | t/*: fix ordering of expected/observed arguments | Matthew DeVore | 2018-10-07 | 1 | -4/+4 |
|/ / / | |||||
* | | | Merge branch 'en/t7406-fixes' | Junio C Hamano | 2018-08-20 | 1 | -14/+23 |
|\ \ \ | |||||
| * | | | t7406: avoid using test_must_fail for commands other than git | Elijah Newren | 2018-08-08 | 1 | -1/+1 |
| * | | | t7406: prefer test_* helper functions to test -[feds] | Elijah Newren | 2018-08-08 | 1 | -3/+3 |
| * | | | t7406: avoid having git commands upstream of a pipe | Elijah Newren | 2018-08-08 | 1 | -9/+17 |
| * | | | t7406: simplify by using diff --name-only instead of diff --raw | Elijah Newren | 2018-08-08 | 1 | -5/+5 |
| * | | | t7406: fix call that was failing for the wrong reason | Elijah Newren | 2018-08-08 | 1 | -1/+2 |
* | | | | Merge branch 'js/t7406-recursive-submodule-update-order-fix' | Junio C Hamano | 2018-08-16 | 1 | -5/+6 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | t7406: avoid failures solely due to timing issues | Johannes Schindelin | 2018-07-23 | 1 | -5/+6 |
| |/ / | |||||
* / / | t7000-t7999: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 1 | -3/+3 |
|/ / | |||||
* / | t7406-submodule-update: fix broken &&-chains | SZEDER Gábor | 2018-06-18 | 1 | -6/+6 |
|/ | |||||
* | t7406: submodule.<name>.update command must not be run from .gitmodules | Stefan Beller | 2017-09-27 | 1 | -0/+8 |
* | tests: fix tests broken under GETTEXT_POISON=YesPlease | Ævar Arnfjörð Bjarmason | 2017-05-11 | 1 | -1/+1 |
* | Merge branch 'sb/submodule-update-initial-runs-custom-script' | Junio C Hamano | 2017-03-27 | 1 | -3/+3 |
|\ |