Skip to content
Snippets Groups Projects
Commit 5a98480a authored by Scott Chacon's avatar Scott Chacon
Browse files

ignoring submodule entries

parent 36e94e80
No related branches found
No related tags found
No related merge requests found
......@@ -355,6 +355,8 @@
csha = None
ctree = None
for (bmode, bname, bsha) in basetree.entries():
if bmode == 57344: # TODO : properly handle submodules
continue
bobj = self.get_object(bsha)
if comptree:
(cmode, csha) = comptree.entry(bname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment