Changeset 1891 for trunk/scripts


Ignore:
Timestamp:
Dec 24, 2008, 11:33:26 PM (15 years ago)
Author:
broder
Message:

Apparently git ls-files shows the status of the index, which doesn't
change after git reset --soft

File:
1 edited

Legend:

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

    r1890 r1891  
    2828    # Some of these repos have a rev where everything was deleted
    2929    # as a result of the move. We don't want that rev to exist.
    30     p = subprocess.Popen(['git', 'ls-files'],
     30    p = subprocess.Popen(['git', 'ls-tree', 'HEAD'],
    3131                         cwd='%s.git' % pkg,
    3232                         stdout=subprocess.PIPE)
Note: See TracChangeset for help on using the changeset viewer.