On Sat, Oct 1, 2011 at 11:31 AM, Grant <emailgrant@xxxxxxxxx> wrote: > I have a series of files containing server-side code which make up a > website. The entire layout contains only a few folders, but those > folders contain many files. I want to be able to allow access to only > certain files at a time, sometimes only a single file. Can that be > done in the way you describe? If you can gather all sensitive files in a subdirectory, then you can split that directory into its own repository (see git-submodule man page) and grant limited access to that repo. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html