]> git.armaanb.net Git - bin.git/blob - man/git-mirror.1.scd
Fix small man issues
[bin.git] / man / git-mirror.1.scd
1 git-mirror(1)
2
3 # NAME
4 git-mirror - mirror some git repositories with a web interface
5
6 # SYNOPSIS
7 *git-mirror* run [path to repo] [path to log file] [html directory] [sleep
8 duration]++
9 *git-mirror* gen-url [path to repo]++
10 *git-mirror* help
11
12 # DESCRIPTION
13 Mirrors git repositories and generates a web interface with stagit. My personal
14 fork is reccomended <https://git.armaanb.net/stagit>. Globs are supported where
15 paths are asked for. This used to be used for <https://git.armaanb.net>, however
16 I have since switched to cgit, which is a better solution for mirrors with a
17 large number of repositories.
18
19 # BUGS
20 Very hard to stop once running.
21
22 # COPYRIGHT
23 This is free and unencumbered software released into the public domain. For more
24 information, please refer to <https://unlicense.org/>.