summaryrefslogtreecommitdiff
path: root/t/t7400-submodule-basic.sh
AgeCommit message (Expand)Author
2016-11-29submodule add: extend force flag to add existing reposStefan Beller
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-05-17Merge branch 'sb/submodule-deinit-all'Junio C Hamano
2016-05-17Merge branch 'sb/submodule-init'Junio C Hamano
2016-05-13Merge branch 'sb/submodule-module-list-pathspec-fix'Junio C Hamano
2016-05-05submodule deinit: require '--all' instead of '.' for all submodulesStefan Beller
2016-05-03submodule deinit test: fix broken && chain in subshellStefan Beller
2016-04-29submodule--helper update-clone: abort gracefully on missing .gitmodulesStefan Beller
2016-04-29submodule init: fail gracefully with a missing .gitmodules fileStefan Beller
2016-04-22Merge branch 'sb/submodule-helper-clone-regression-fix'Junio C Hamano
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano
2016-04-14Merge branch 'sb/submodule-helper-clone-regression-fix' into sb/submodule-initJunio C Hamano
2016-04-06Merge branch 'sb/submodule-parallel-update'Junio C Hamano
2016-04-01submodule--helper, module_clone: always operate on absolute pathsStefan Beller
2016-03-31recursive submodules: test for relative pathsStefan Beller
2016-03-23submodule: fix regression for deinit without submodulesStefan Beller
2016-03-01submodule update: direct error message to stderrStefan Beller
2016-02-24submodule helper list: respect correct path prefixStefan Beller
2015-03-20t: fix trivial &&-chain breakageJeff King
2015-02-22Merge branch 'ps/submodule-sanitize-path-upon-add'Junio C Hamano
2015-02-02git-submodule.sh: fix '/././' path normalizationPatrick Steinhardt
2014-03-21t: prefer "git config --file" to GIT_CONFIGJeff King
2013-10-17Merge branch 'jk/trailing-slash-in-pathspec'Junio C Hamano
2013-09-17Merge branch 'tb/precompose-autodetect-fix'Junio C Hamano
2013-09-13reset: handle submodule with trailing slashJohn Keeping
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-04Merge branch 'jl/some-submodule-config-are-not-boolean'Junio C Hamano
2013-08-27Set core.precomposeunicode to true on e.g. HFS+Torsten Bögershausen
2013-08-19avoid segfault on submodule.*.path set to an empty "true"Jharrod LaFon
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann
2013-07-15Merge branch 'fg/submodule-clone-depth'Junio C Hamano
2013-07-03Add --depth to submodule update/addFredrik Gustafsson
2013-06-30Merge branch 'jk/submodule-subdirectory-ok'Junio C Hamano
2013-06-26Merge branch 'fg/submodule-non-ascii-path'Junio C Hamano
2013-06-20Merge branch 'fc/show-non-empty-errors-in-test'Junio C Hamano
2013-06-20t7400: test of UTF-8 submodule names pass under Mac OSTorsten Bögershausen
2013-06-17submodule: drop the top-level requirementJohn Keeping
2013-06-14handle multibyte characters in nameFredrik Gustafsson
2013-06-09test: test_must_be_empty helperJunio C Hamano
2013-04-05Merge branch 'jl/submodule-deinit'Junio C Hamano
2013-04-01submodule deinit: clarify work tree removal messageJens Lehmann
2013-03-25Merge branch 'jl/submodule-deinit'Junio C Hamano
2013-03-04submodule: add 'deinit' commandJens Lehmann
2012-12-19submodule add: If --branch is given, record it in .gitmodulesW. Trevor King
2012-10-29Merge branch 'jl/submodule-add-by-name'Jeff King
2012-09-30submodule add: Fail when .git/modules/<name> already exists unless forcedJens Lehmann
2012-09-30Merge branch 'rr/maint-submodule-unknown-cmd'Junio C Hamano
2012-09-30Teach "git submodule add" the --name optionJens Lehmann
2012-09-25submodule: if $command was not matched, don't parse other argsRamkumar Ramachandra
2012-08-29Merge branch 'hv/submodule-path-unmatch'Junio C Hamano