Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

feat(receive-pack) read-only #60

Closed
themihai opened this issue Jul 21, 2016 · 2 comments
Closed

feat(receive-pack) read-only #60

themihai opened this issue Jul 21, 2016 · 2 comments
Assignees

Comments

@themihai
Copy link

themihai commented Jul 21, 2016

This is a feature request to support receive-pack and basically a git server in read-only mode. The implementation could be used to "mirror" an existing repository(and perhaps apply a different ACL) or create and serve in-memory repositories on the fly.

@smola smola self-assigned this Dec 14, 2016
@smola
Copy link
Collaborator

smola commented Dec 14, 2016

We have work in progress for this.

@smola
Copy link
Collaborator

smola commented Jan 16, 2017

The low level work is done (#190), including a clone of the "git-receive-pack" command, see: https://github.com/src-d/go-git/blob/master/cli/go-git/receive_pack.go

Further work will include full git:// and ssh:// servers.

@smola smola closed this as completed Jan 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants