Show More
@@ -199,12 +199,11 b' class convert_git(converter_source):' | |||||
199 | if not entry: |
|
199 | if not entry: | |
200 | if not l.startswith(':'): |
|
200 | if not l.startswith(':'): | |
201 | continue |
|
201 | continue | |
202 | entry = l |
|
202 | entry = l.split() | |
203 | continue |
|
203 | continue | |
204 | f = l |
|
204 | f = l | |
205 | if f not in seen: |
|
205 | if f not in seen: | |
206 | seen.add(f) |
|
206 | seen.add(f) | |
207 | entry = entry.split() |
|
|||
208 | h = entry[3] |
|
207 | h = entry[3] | |
209 | p = (entry[1] == "100755") |
|
208 | p = (entry[1] == "100755") | |
210 | s = (entry[1] == "120000") |
|
209 | s = (entry[1] == "120000") |
General Comments 0
You need to be logged in to leave comments.
Login now