summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
492d83f)
change after git reset --soft
svn path=/trunk/scripts/git-migration/; revision=1891
# Some of these repos have a rev where everything was deleted
# as a result of the move. We don't want that rev to exist.
# Some of these repos have a rev where everything was deleted
# as a result of the move. We don't want that rev to exist.
- p = subprocess.Popen(['git', 'ls-files'],
+ p = subprocess.Popen(['git', 'ls-tree', 'HEAD'],
cwd='%s.git' % pkg,
stdout=subprocess.PIPE)
p.wait()
cwd='%s.git' % pkg,
stdout=subprocess.PIPE)
p.wait()