]> git.madduck.net Git - etc/zsh.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:

BF: giturl -- support SSH access URLs for github, i.e. git@github.com:ORGANIZATON...
authorYaroslav Halchenko <debian@onerussian.com>
Mon, 18 Oct 2010 21:09:34 +0000 (17:09 -0400)
committermartin f. krafft <madduck@madduck.net>
Tue, 19 Oct 2010 05:38:00 +0000 (07:38 +0200)
.zsh/func/giturl

index 04f998f8adc7188034e022ca67ce32878825212a..171c4da0bf017f6ed78855b821d0ac6b587b347e 100755 (executable)
@@ -38,11 +38,11 @@ case "$remote" in
     part="${part%.git}.git"
     style=gitweb_old
     ;;
-  github:*|*://github.com/*|*@github.com/*)
+  github:*|*://github.com/*|*@github.com[/:]*)
     gitweb_base=http://github.com
     part="${remote#github:}"
     part="${part#*://github.com/}"
-    part="${part#*@github.com/}"
+    part="${part#*@github.com[:/]}"
     part="${part%.git}"
     style=github
     commitkw=commit