twosigma / git-meta

Repository for the git-meta project -- build your own monorepo using Git submodules
http://twosigma.github.io/git-meta
BSD 3-Clause "New" or "Revised" License
216 stars 50 forks source link

git meta add does not work #886

Open martinRenou opened 2 months ago

martinRenou commented 2 months ago

Unlike git add ., running git meta add . will only add newly created and modified files, it will not add removed files.

martinRenou commented 2 months ago

On the same related problem:

git meta add path/to/removed/file.txt will report Invalid path: path/to/removed/file.txt, assuming it complains that the file does not exist?

git add path/to/removed/file.txt would work as intended and next commit will contain the removal of the file.