diff options
author | Malfurious <m@lfurio.us> | 2023-09-16 14:56:41 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-09-16 14:56:41 -0400 |
commit | 5f5cab13b85c6ca5948581692c7be4c994908703 (patch) | |
tree | 09ee86b45e1fabea36d2b2bb7115ba0791d69df2 /cgit/httpd.conf | |
parent | fcf7dc53547554507ed0fe76acd78d1ac0456d9e (diff) | |
download | srcnode-0.2.0.tar.gz srcnode-0.2.0.zip |
gitolite: Prevent repo auto-creation on clone/fetchv0.2.0
I'm considering this default behavior as a bug for normalmode. The
creation of a repository via a read activity seems far too accidental
for my taste. Repositories are created by pushing to them.
This does mean that:
git clone <new-url>
...
git push
is no longer a shorthand for:
git init
git remote add origin <new-url>
...
git push
I'm ok with that.
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'cgit/httpd.conf')
0 files changed, 0 insertions, 0 deletions