aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitmirror/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typos in user-visible stringsDan Fandrich2024-08-151-1/+1
|
* Fix typos in commentsDan Fandrich2024-08-151-1/+1
| | | | This should result in no difference in configuration.
* Flush logs in on-the-pullDan Fandrich2024-02-121-2/+8
| | | | | | | | | | It's not perfect (logs for requests that are rejected by the server are still buffered) but at least normal requests can be immediately be seen in the logs now. A better approach would be to use a logging function that flushes automatically. Also, wait for the queue thread to complete before exiting so things are left in a clean state.
* Switch gitmirror files from templates to filesDan Fandrich2024-01-183-0/+453
There are no template substitutions needed in these files, so allowing them opens the danger of substitutions happening unknowingly with future changes to these files.