diff options
Diffstat (limited to 'gitmirror/git.config')
-rw-r--r-- | gitmirror/git.config | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gitmirror/git.config b/gitmirror/git.config new file mode 100644 index 0000000..bf5f05b --- /dev/null +++ b/gitmirror/git.config @@ -0,0 +1,15 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true +[remote "origin"] + url = git://repo.or.cz/nasm.git + fetch = +refs/heads/*:refs/remotes/origin/* +[branch "master"] + remote = origin + merge = refs/heads/master +[remote "zytor"] + url = /pub/git/nasm/nasm.git + fetch = +refs/heads/*:refs/remotes/zytor/* + push = +refs/remotes/origin/*:refs/heads/* |