Show More
@@ -134,7 +134,7 b' class convert_git(converter_source):' | |||
|
134 | 134 | changes.append(f) |
|
135 | 135 | fh.close() |
|
136 | 136 | else: |
|
137 |
fh = self.gitcmd( |
|
|
137 | fh = self.gitcmd('git-diff-tree --name-only --root -r %s "%s^%s" --' | |
|
138 | 138 | % (version, version, i+1)) |
|
139 | 139 | changes = [f.rstrip('\n') for f in fh] |
|
140 | 140 | fh.close() |
General Comments 0
You need to be logged in to leave comments.
Login now