Switching to GIT.

David Woodhouse dwmw2 at infradead.org
Mon Apr 17 22:14:20 EDT 2006


On Tue, 2006-04-11 at 19:28 -0400, David Woodhouse wrote:
> There's also gitweb running on http://git.infradead.org/ but it
> doesn't scan the users' home directories yet. Feel free to send me
> patches against gitweb.cgi.

This is now fixed -- users' public_git directories are scanned by a cron
job every five minutes and an index is created. We only look for _bare_
repositories _directly_ under your ~/public_git directory -- i.e. the
script looks for ~/public_git/*/HEAD files.

If you have a deeper directory structure, or if your repository isn't a
bare repository, then it won't find your trees. It also won't find them
if your home directory isn't world-executable.

The switch to git seems to be working out OK so far. It should be fairly
simple for anyone to create git trees and ask me to pull from them --
I'd prefer that rather than patches in mail, if possible. Please make
sure your tree is based on the current contents of the mtd-2.6.git tree
though, to reduce the number of merges we have.

-- 
dwmw2





More information about the linux-mtd mailing list