Hi everyone,<br><br>I set up a Git repository for the ImageJ project today. It&#39;s empty right now (except for a placeholder readme.txt). The plan is for Grant to add a refactored version according to his IjX procedure.<br>

<br>The repository is enabled for read-only public access:<br>  git clone git://<a href="http://imagejdev.org/imagej.git">imagejdev.org/imagej.git</a><br><br>Or read/write access (once your SSH public key is registered):<br>

  git clone git@imagejdev.org:imagej.git<br><br>So, if you want commit access to the repository, send me an SSH public key, and I&#39;ll add you.<br><br>None of this is documented on the web site yet.<br><br>For those curious, I am using Gitosis to serve the repository over SSH more easily and securely, and git-daemon for the public read-only access. Next I will be setting up the Trac with TracGitPlugin (but I&#39;m not planning to set up Gitweb unless people want it).<br>

<br>-Curtis<br><br>