LuaLS / LLS-Addons

Addons for use with Sumneko's Lua Language Server
https://github.com/LuaLS/lua-language-server
MIT License
63 stars 46 forks source link

Garry's Mod submodule tag removal #171

Closed luttje closed 1 month ago

luttje commented 2 months ago

For the future:

The garrysmod submodule in this repo has some faulty tags I pushed. I've removed them upstream, but no amount of pulling or pushing on my side can get the submodule here to delete them.

Could someone with permission to push to this repo please delete them?

cd addons/garrysmod/module
git push --delete origin "2023-04-08_18-02-22"
git push --delete origin "2023-04-10_08-43-08"
git push --delete origin "2023-04-10_21-17-13"

It'll get rid of these: faulty tags

Thanks

carsakiller commented 2 months ago

I believe this is actually a problem with the addon manager. It should be git fetch --tags --prune --force-ing to grab the latest tags from the remote for each addon. I forgot this during my rushed fix last week.