diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-15 04:05:15 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-15 04:05:15 -0500 |
commit | 1c283ae4872218265c97785d17bb4b16aea93cb3 (patch) | |
tree | 03740200c0aafca5ae46aca8f8a9f18dd8c2aeee /git-mirror.conf.example | |
parent | b7b7eec509ee24655b17485fae702e2bd96b5835 (diff) |
Allow meta data to be configured as URL fragments
Diffstat (limited to 'git-mirror.conf.example')
-rw-r--r-- | git-mirror.conf.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/git-mirror.conf.example b/git-mirror.conf.example index 8f34dc1..722f00d 100644 --- a/git-mirror.conf.example +++ b/git-mirror.conf.example @@ -22,6 +22,5 @@ [repo "abslibre/abslibre"] upstream = parabola:abslibre/abslibre.git local = abslibre/abslibre.git - url = https://git.parabola.nu/abslibre/abslibre.git - downstream = gitlab:parabola/abslibre_abslibre + downstream = gitlab:parabola/abslibre_abslibre#mirror=https://git.parabola.nu/abslibre/abslibre.git&name=abslibreā±abslibre downstream = github:parabola/abslibre_abslibre |