On Thu, Mar 13, 2008 at 11:48:53AM +0300, Alexander Gladysh [off-list ref] wrote:
I want to create a private GIT repo (without working copy) on a
machine in external data-center. While I do not actually believe that
it is possible that someone who has physical access to a machine would
be interested in peeking into my repo, I'd like to play safe and to
have this issue covered.
Please advise what is the best way to do it. Are there any existing solutions?
i don't think but you can write a wrapper around git receive/upload-pack
and use (for example) tar+gpg to keep your repo encrypted on the disc.