jeftadlvw / git-nest

Nest external repositories into your project without git being bothered.
https://github.com/jeftadlvw/git-nest
Apache License 2.0
1 stars 1 forks source link

🐛 `.git/info/exclude` was not written properly when adding modules in parallel #22

Closed jeftadlvw closed 1 month ago

jeftadlvw commented 2 months ago

When adding multiple modules in parallel, the file at .git/info/exlude was not written properly. In fact, it did not contain anything from git-nest.

jeftadlvw commented 2 months ago

Maybe this issue is already resolved by #23?

jeftadlvw commented 1 month ago

Unfortunately, this issue is not fixed by that commit. The exclude file only contains the first submodule added to the project.

jeftadlvw commented 1 month ago

This issue should hopefully be fixed. Open a new one in case this problem returns.