<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/.gitignore, branch luarocks4</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=luarocks4</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=luarocks4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2025-12-28T23:38:57+00:00</updated>
<entry>
<title>gitignore: cleanup</title>
<updated>2025-12-28T23:38:57+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2025-12-28T23:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=41173f7d8e3158f1596ad4504508a8b7b85f5a2d'/>
<id>urn:sha1:41173f7d8e3158f1596ad4504508a8b7b85f5a2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>.gitignore: simplify</title>
<updated>2025-12-28T20:41:39+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2025-12-28T20:41:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=f22578d60941e3206ab6a2a0c80aabb70e91731b'/>
<id>urn:sha1:f22578d60941e3206ab6a2a0c80aabb70e91731b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Derive program version from makefile</title>
<updated>2025-12-28T20:37:00+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2025-12-28T20:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=0ce8341d67c3e92221bf455020d97f93a4c7a54b'/>
<id>urn:sha1:0ce8341d67c3e92221bf455020d97f93a4c7a54b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>.gitignore: minor cleanup</title>
<updated>2025-06-17T21:54:01+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2025-06-17T21:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=63d46313ff9386322f2382a879d1db01b0a3ac52'/>
<id>urn:sha1:63d46313ff9386322f2382a879d1db01b0a3ac52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>.gitignore: add .luacheckcache</title>
<updated>2021-03-16T02:26:26+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2021-03-16T02:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=78e47a7db0e61ed51fb6929aac350c5702bcbdc7'/>
<id>urn:sha1:78e47a7db0e61ed51fb6929aac350c5702bcbdc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update .gitignore</title>
<updated>2019-08-02T03:53:03+00:00</updated>
<author>
<name>Paul Ouellette</name>
<email>oue.paul18@gmail.com</email>
</author>
<published>2019-07-29T21:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=fe3885908acb53b1bb63803d029f704c76195b8b'/>
<id>urn:sha1:fe3885908acb53b1bb63803d029f704c76195b8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GNUmakefile: copy config file prior to running 'luarocks init'</title>
<updated>2019-07-27T02:58:19+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-07-26T20:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=4dd439f804844ce82c1519eede0e9201db72ba77'/>
<id>urn:sha1:4dd439f804844ce82c1519eede0e9201db72ba77</id>
<content type='text'>
As originally suggested by @blueyed in #1043.
</content>
</entry>
<entry>
<title>config: add modes for reading, writing and unsetting individual entries</title>
<updated>2019-04-03T13:44:51+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-03-15T02:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=a21fcdc434f7135b3be215bbab5ad08f1873d300'/>
<id>urn:sha1:a21fcdc434f7135b3be215bbab5ad08f1873d300</id>
<content type='text'>
Includes special config keys `lua_dir` and `lua_version`,
which are essentially persistent versions of --lua-dir
and --lua-version:

* `lua_dir` writes a number of LUA_* variables and
  cfg.lua_interpreter in the current scope's config file.
* `lua_version` writes default-lua-version.lua to the
  given scope.

Also deprecates the "flag" versions for various getters:

* `--lua-incdir`:    use `luarocks config variables.LUA_INCDIR`
* `--lua-libdir`:    use `luarocks config variables.LUA_LIBDIR`
* `--lua-ver`:       use `luarocks config lua_version`
* `--system-config`: use `luarocks config config_files.system.file`
* `--user-config`:   use `luarocks config config_files.user.file`
* `--rock-trees`:    use `luarocks config rocks_trees`
</content>
</entry>
<entry>
<title>Update .gitignore</title>
<updated>2018-09-16T21:33:20+00:00</updated>
<author>
<name>George Roman</name>
<email>george.roman.99@gmail.com</email>
</author>
<published>2018-08-17T22:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=0edb339f984c82accedbc1bbd799bfe31029c52e'/>
<id>urn:sha1:0edb339f984c82accedbc1bbd799bfe31029c52e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: Generate luarocks 'binary' locally before installing with 'install'</title>
<updated>2018-08-10T19:52:18+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2018-08-05T02:12:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=faaaded2a5a299ec0120bb794f815e97b78dbd33'/>
<id>urn:sha1:faaaded2a5a299ec0120bb794f815e97b78dbd33</id>
<content type='text'>
</content>
</entry>
</feed>
