Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-24 | nix: Tweak .gitignore files. | Christopher Baines | |
Remove .gitignore entries where they match source files that are tracked in Git. This is relevant to me at least, as some code searching tools use .gitignore files and will ignore matched files. | |||
2019-11-26 | daemon: boost::format: Fix typo "referred". | Vagrant Cascadian | |
* nix/boost/format/exceptions.hpp (too_few_args): Fix typo. (too_many_args): Fix typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org> |