Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-25 | Add personal global gitignore file | Dmitry Ilvokhin | |
Usually I have tags file from ctags in root of the repo to simplify code navigation. Some repos have tags file in gitignore, but some doesn't. Create personal gitignore files to hide tags file everywhere. This is not a per repositiry setting, but personal one, so it's fine to configure it globally. | |||
2024-03-11 | Add dotfiles tag to all dotfiles tasks | Dmitry Ilvokhin | |
2024-03-09 | Add git role | Dmitry Ilvokhin | |
This role is not used anywhere yet, so it wasn't properly tested. | |||
2024-03-03 | Rename git role to gitserver | Dmitry Ilvokhin | |
2024-02-10 | Move git dependencies into proper dependencies | Dmitry Ilvokhin | |
2024-02-04 | Return indent back | Dmitry Ilvokhin | |
2024-02-04 | Fix intent | Dmitry Ilvokhin | |
2024-02-04 | Add known_hosts file to verify github.com hosts | Dmitry Ilvokhin | |
2024-02-04 | Change password for git HTTP protocol | Dmitry Ilvokhin | |
2024-02-04 | Add fcgiwrap role to reuse it in git and cgit | Dmitry Ilvokhin | |
2024-02-04 | Add semicolon to nginx config for git | Dmitry Ilvokhin | |
2024-02-03 | Add init-git-repo.sh script to init new repos | Dmitry Ilvokhin | |
2024-01-28 | Enable tcp_nopush and tcp_nodelay for nginx | Dmitry Ilvokhin | |
For compatibility with CentOS 7 nginx config. | |||
2024-01-28 | Add cgit role | Dmitry Ilvokhin | |
2024-01-21 | Add role for git server | Dmitry Ilvokhin | |
The Git server role should support: * git ssh protocol, * git protocol, * git smart http protocol. Support for cgit will come as a separate role. |