Changeset 1870


Ignore:
Timestamp:
Dec 22, 2008, 2:19:31 AM (15 years ago)
Author:
broder
Message:

Use --no-metadata so we don't get extra crap in the changelog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/git-migration/git-migrate

    r1869 r1870  
    88    # Use --no-follow-parent because we're going to handle that with
    99    # grafts.
    10     subprocess.check_call(['git', 'svn', 'clone', '--no-follow-parent', '%s/packages/%s' % (base, pkg)],
     10    subprocess.check_call(['git', 'svn', 'clone', '--no-follow-parent',
     11                           '--no-metadata', '%s/packages/%s' % (base, pkg)],
    1112                    stdout=subprocess.PIPE)
    1213   
Note: See TracChangeset for help on using the changeset viewer.