Changeset 2867


Ignore:
Timestamp:
Jan 7, 2010, 4:22:43 PM (14 years ago)
Author:
broder
Message:

git submodule supports relative paths in submodule URLs. Use them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/git-migration/git-migrate-fast.sh

    r2801 r2867  
    108108        printf '[submodule "%s"]\n' "$r"
    109109        printf '\tpath = %s\n' "$r"
    110         printf '\turl = git://invirt.mit.edu/invirt/packages/%s.git\n' "$r"
     110        printf '\turl = ../packages/%s.git\n' "$r"
    111111    done
    112112    echo 'EOF'
Note: See TracChangeset for help on using the changeset viewer.