]> git.madduck.net Git - gitweb-conf.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add url alias to header
authormartin f. krafft <madduck@madduck.net>
Fri, 12 Mar 2010 11:35:24 +0000 (12:35 +0100)
committermartin f. krafft <madduck@madduck.net>
Fri, 12 Mar 2010 11:35:24 +0000 (12:35 +0100)
header.html

index 92576a9e666bec5b72790d11353543d6808ea4db..844e041c87635b0ae146e4c06651bb18a431b5bb 100644 (file)
@@ -16,3 +16,12 @@ I'd be especially grateful.</p>
 <p>SSH access, as well as push access can be <a
   href="mailto:madduck&#37;&#52;&#48;git&#46;madduck&#46;net">individually
   arranged</a>.</p>
+
+<p>If you use my repositories frequently, consider adding the following
+snippet to <tt>~/.gitconfig</tt> and using the third clone URL listed for each
+project:
+<pre>
+[url "git://git.madduck.net/madduck/"]
+  insteadOf = madduck:
+</pre>
+</p>