not sure if this is outside of the scope of gitreceive - but is there any way to save repositories when they're pushed to me to specific folders? so even if the remote is set up as:
git remote add demo git@yourserver.com:example
... I can still save the repo in a folder besides /git/example ? maybe this would be some sort of processing done in a hook?