Changeset 1938 for trunk/scripts


Ignore:
Timestamp:
Dec 28, 2008, 10:18:59 PM (15 years ago)
Author:
broder
Message:

Drop the fork, just exec.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/git-migration/filter-subdirs

    r1898 r1938  
    1919    tree = t[2]
    2020
    21 subprocess.check_call(['git', 'commit-tree',
    22                        tree] + sys.argv[2:],
    23                       stdin=sys.stdin)
     21os.execvp('git', ['git', 'commit-tree', tree] + sys.argv[2:])
Note: See TracChangeset for help on using the changeset viewer.