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

remove debug
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 7 Jan 2009 03:20:21 +0000 (22:20 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 7 Jan 2009 03:20:21 +0000 (22:20 -0500)
webcheckout

index c97e40bf4f1217648cb10d3e3f3eda1ac2849392..9467c9d3032b13ad2cac0c2a26d57853f257f9b2 100755 (executable)
@@ -190,7 +190,6 @@ sub parse {
 }
 
 getopts();
-print "$url\n";
 
 my $page=get($url);
 if (! defined $page) {