Show More
@@ -142,6 +142,8 b' class gitdirstate(object):' | |||
|
142 | 142 | gstatus = self.git.status() |
|
143 | 143 | for path, status in gstatus.items(): |
|
144 | 144 | path = pycompat.fsencode(path) |
|
145 | if not match(path): | |
|
146 | continue | |
|
145 | 147 | if status == pygit2.GIT_STATUS_IGNORED: |
|
146 | 148 | if path.endswith(b'/'): |
|
147 | 149 | continue |
General Comments 0
You need to be logged in to leave comments.
Login now