summaryrefslogtreecommitdiff
path: root/t/t7400-submodule-basic.sh
Commit message (Expand)AuthorAgeFilesLines
* t: prefer "git config --file" to GIT_CONFIGJeff King2014-03-211-3/+2
* Merge branch 'jk/trailing-slash-in-pathspec'Junio C Hamano2013-10-171-2/+4
|\
| * reset: handle submodule with trailing slashjk/trailing-slash-in-pathspecJohn Keeping2013-09-131-2/+4
* | Merge branch 'tb/precompose-autodetect-fix'Junio C Hamano2013-09-171-1/+0
|\ \ | |/ |/|
| * Set core.precomposeunicode to true on e.g. HFS+tb/precompose-autodetect-fixTorsten Bögershausen2013-08-271-1/+0
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-10/+4
|\ \
| * | rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-061-10/+4
* | | Merge branch 'jl/some-submodule-config-are-not-boolean'Junio C Hamano2013-09-041-0/+10
|\ \ \ | |_|/ |/| |
| * | avoid segfault on submodule.*.path set to an empty "true"jl/some-submodule-config-are-not-booleanJharrod LaFon2013-08-191-0/+10
* | | Merge branch 'fg/submodule-clone-depth'Junio C Hamano2013-07-151-0/+16
|\ \ \ | |_|/ |/| |
| * | Add --depth to submodule update/addfg/submodule-clone-depthFredrik Gustafsson2013-07-031-0/+15
* | | Merge branch 'jk/submodule-subdirectory-ok'Junio C Hamano2013-06-301-0/+80
|\ \ \
| * | | submodule: drop the top-level requirementJohn Keeping2013-06-171-0/+80
| |/ /
* | | Merge branch 'fg/submodule-non-ascii-path'Junio C Hamano2013-06-261-0/+15
|\ \ \
| * | | t7400: test of UTF-8 submodule names pass under Mac OSTorsten Bögershausen2013-06-201-8/+11
| * | | handle multibyte characters in nameFredrik Gustafsson2013-06-141-0/+12
| |/ /
* | | Merge branch 'fc/show-non-empty-errors-in-test'Junio C Hamano2013-06-201-3/+3
|\ \ \ | |/ / |/| |
| * | test: test_must_be_empty helperJunio C Hamano2013-06-091-3/+3
| |/
* | Merge branch 'jl/submodule-deinit'Junio C Hamano2013-04-051-5/+16
|\ \
| * | submodule deinit: clarify work tree removal messageJens Lehmann2013-04-011-5/+16
* | | Merge branch 'jl/submodule-deinit'Junio C Hamano2013-03-251-0/+100
|\ \ \ | |/ / | | / | |/ |/|
| * submodule: add 'deinit' commandJens Lehmann2013-03-041-0/+100
* | submodule add: If --branch is given, record it in .gitmodulesW. Trevor King2012-12-191-0/+1
|/
* Merge branch 'jl/submodule-add-by-name'Jeff King2012-10-291-0/+75
|\
| * submodule add: Fail when .git/modules/<name> already exists unless forcedJens Lehmann2012-09-301-0/+30
| * Teach "git submodule add" the --name optionJens Lehmann2012-09-291-0/+45
* | Merge branch 'rr/maint-submodule-unknown-cmd'Junio C Hamano2012-09-291-2/+2
|\ \ | |/ |/|
| * submodule: if $command was not matched, don't parse other argsRamkumar Ramachandra2012-09-251-2/+2
* | Merge branch 'hv/submodule-path-unmatch'Junio C Hamano2012-08-291-4/+22
|\ \ | |/
| * Let submodule command exit with error status if path does not existHeiko Voigt2012-08-141-4/+22
* | t7400: avoid path mangling issuesJohannes Sixt2012-06-141-3/+8
* | submodule: fix handling of superproject origin URLs like foo, ./foo and ./foo...Jon Seymour2012-06-061-3/+3
* | submodule: document failure to handle relative superproject origin URLsJon Seymour2012-06-031-0/+34
* | submodule: additional regression tests for relative URLsJon Seymour2012-06-031-3/+107
|/
* tests: modernise style: more uses of test_line_countStefano Lattarini2012-04-111-1/+1
* submodules: always use a relative path from gitdir to work treeJens Lehmann2012-03-041-0/+20
* submodules: always use a relative path to gitdirJens Lehmann2012-03-041-0/+2
* Merge branch 'fg/submodule-git-file-git-dir'Junio C Hamano2011-10-101-2/+2
|\
| * rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson2011-08-161-2/+2
* | Merge branch 'jl/submodule-update-quiet'Junio C Hamano2011-08-081-2/+4
|\ \ | |/ |/|
| * submodule: update and add must honor --quiet flagJens Lehmann2011-07-281-2/+4
* | Merge branch 'maint'Junio C Hamano2011-07-311-2/+4
|\ \
| * | t7400: fix bogus test failure with symlinked trashJeff King2011-07-311-2/+4
| |/
* | Merge branch 'jl/submodule-add-relurl-wo-upstream'Junio C Hamano2011-07-221-0/+10
|\ \
| * | submodule add: allow relative repository path even when no url is setJens Lehmann2011-06-061-2/+5
| * | submodule add: test failure when url is not configured in superprojectJens Lehmann2011-06-061-0/+7
| |/
* | i18n: git-submodule "path not initialized" messageÆvar Arnfjörð Bjarmason2011-05-211-1/+1
* | i18n: git-submodule "[...] path is ignored" messageÆvar Arnfjörð Bjarmason2011-05-211-1/+1
|/
* Merge branch 'tr/submodule-relative-scp-url'Junio C Hamano2011-01-131-0/+38
|\
| * submodule: fix relative url parsing for scp-style originThomas Rast2011-01-101-0/+38