Here I make a database system which uses the git as a content addressable filesystem. In the git repository, we only use low level command for adding blob objects, and then we will save the file name in a database.
In this git, there is not any commit, tree objects. So we want to check whether the git gc may remove these unreachable blob objects?
Is there any way to protect losing unreachable objects? The git config --global gc.auto 0 is a good way for doing these? After closing gc, the pack feature will work or not?
gitprotocol for file sharing: uploading and downloading. We will create a commit for a special request and then the user can download only this reference without downloading too many files. Because of using git, we don't have to rewrite packing, breakpoints downloading and use gerrit for authoring. :-)