Changeset 1938
- Timestamp:
- Dec 28, 2008, 10:18:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/git-migration/filter-subdirs
r1898 r1938 19 19 tree = t[2] 20 20 21 subprocess.check_call(['git', 'commit-tree', 22 tree] + sys.argv[2:], 23 stdin=sys.stdin) 21 os.execvp('git', ['git', 'commit-tree', tree] + sys.argv[2:])
Note: See TracChangeset
for help on using the changeset viewer.