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