diff options
author | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-10 16:18:50 -0300 |
---|---|---|
committer | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-10 16:18:50 -0300 |
commit | d48c1ce2af934c512f808150e95a60a3ace21640 (patch) | |
tree | bc7ab88f940bf57a30130b2563f7d9b3ca704b4c /config |
Initial commit
Diffstat (limited to 'config')
-rwxr-xr-x | config | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true +[remote "origin"] + url = cefala-admin@git.cefala.org:cefala-cgit.git + fetch = +refs/heads/*:refs/remotes/origin/* |