summaryrefslogtreecommitdiff
path: root/t/t7400-submodule-basic.sh
AgeCommit message (Expand)Author
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
2012-08-14Let submodule command exit with error status if path does not existHeiko Voigt
2012-06-14t7400: avoid path mangling issuesJohannes Sixt
2012-06-06submodule: fix handling of superproject origin URLs like foo, ./foo and ./foo...Jon Seymour
2012-06-03submodule: document failure to handle relative superproject origin URLsJon Seymour
2012-06-03submodule: additional regression tests for relative URLsJon Seymour
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini
2012-03-05submodules: always use a relative path from gitdir to work treeJens Lehmann
2012-03-05submodules: always use a relative path to gitdirJens Lehmann
2011-10-10Merge branch 'fg/submodule-git-file-git-dir'Junio C Hamano
2011-08-16rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson
2011-08-08Merge branch 'jl/submodule-update-quiet'Junio C Hamano
2011-08-01Merge branch 'maint'Junio C Hamano
2011-08-01t7400: fix bogus test failure with symlinked trashJeff King
2011-07-28submodule: update and add must honor --quiet flagJens Lehmann
2011-07-22Merge branch 'jl/submodule-add-relurl-wo-upstream'Junio C Hamano
2011-06-06submodule add: allow relative repository path even when no url is setJens Lehmann
2011-06-06submodule add: test failure when url is not configured in superprojectJens Lehmann
2011-05-21i18n: git-submodule "path not initialized" messageÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-submodule "[...] path is ignored" messageÆvar Arnfjörð Bjarmason
2011-01-13Merge branch 'tr/submodule-relative-scp-url'Junio C Hamano
2011-01-10submodule: fix relative url parsing for scp-style originThomas Rast
2010-12-07git submodule: Remove now obsolete tests before cloning a repoJens Lehmann
2010-09-09tests: subshell indentation stylefixJonathan Nieder
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann
2010-07-19git submodule add: Require the new --force option to add ignored pathsJens Lehmann
2010-07-05git submodule: add submodules with git add -f <path>Ævar Arnfjörð Bjarmason
2010-04-11t7400: clarify submodule update testsJonathan Nieder
2010-04-11t7400: clarify 'submodule add' testsJonathan Nieder
2010-04-11t7400: split setup into multiple testsJonathan Nieder
2010-01-12Remove empty directories when checking out a commit with fewer submodulesPeter Collingbourne
2009-09-22git submodule add: make the <path> parameter optionalJens Lehmann
2009-04-19Work around ash "alternate value" expansion bugBen Jackson
2009-03-11Merge branch 'mg/maint-submodule-normalize-path'Junio C Hamano
2009-03-04git submodule: Fix adding of submodules at paths with ./, .. and //Michael J Gruber
2009-03-04git submodule: Add test cases for git submodule addMichael J Gruber
2009-02-07submodule: warn about non-submodulesJohannes Schindelin
2009-02-07Let ls-files strip trailing slashes in submodules' pathsJohannes Schindelin
2009-01-05git add: do not add files from a submoduleJohannes Schindelin
2008-09-03tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-05-16submodule update: add convenience option --initJohannes Schindelin
2008-01-21git-submodule: add test for the subcommand parser fixJunio C Hamano
2007-09-09git-diff: don't squelch the new SHA1 in submodule diffsSven Verdoolaege