git-meta icon indicating copy to clipboard operation
git-meta copied to clipboard

stop relying on `.gitmodules` to determine submodule existence

Open jhedwardyang opened this issue 8 years ago • 2 comments

$ rm -rf one 
$ git commit -m "Deleting one" one
$ git meta push origin HEAD:demo
Error: the path 'one' does not exist in the given tree                                                                                                                                                                                    
    at Error (native)

jhedwardyang avatar May 30 '17 18:05 jhedwardyang

Relates to #277. Probably fixable together.

jhedwardyang avatar May 30 '17 18:05 jhedwardyang

I need to overhaul the system to derive submodule existence from the tree -- a submodule exists at path X iff there is a COMMIT type entry at X.

bpeabody avatar May 30 '17 21:05 bpeabody