aboutsummaryrefslogtreecommitdiff
path: root/t/t7403-submodule-sync.sh
Commit message (Collapse)AuthorAge
* Merge branch 'da/fix-submodule-sync-superproject-config'Junio C Hamano2010-08-31
|\ | | | | | | | | * da/fix-submodule-sync-superproject-config: submodule sync: Update "submodule.<name>.url"
| * submodule sync: Update "submodule.<name>.url"David Aguilar2010-08-18
| | | | | | | | | | | | | | | | | | | | | | | | When "git submodule sync" synchronizes the repository URLs it only updates submodules' .git/config. However, the old URLs still exist in the super-project's .git/config. Update the super-project's configuration so that commands such as "git submodule update" use the URLs from .gitmodules. Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | t7403: add missing &&'sJens Lehmann2010-08-21
|/ | | | | Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* tests: add a testcase for "git submodule sync"David Aguilar2008-10-02
This testcase ensures that upstream changes to submodule properties can be updated using the sync subcommand. This particular test changes the submodule URL upstream and uses the sync command to update an existing checkout. Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>