]> git.madduck.net Git - code/myrepos.git/commit

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:

* Updating git repos no longer uses git-pull -t by default. Git makes it
authorJoey Hess <joey@kitenet.net>
Thu, 13 Dec 2007 02:29:16 +0000 (21:29 -0500)
committerJoey Hess <joey@kitenet.net>
Thu, 13 Dec 2007 02:29:16 +0000 (21:29 -0500)
commitc45104b555bcabaa5571d5d9af45cbcae4b369eb
tree67509c0ab0671daad3b76d18a128153ec7ae349b
parent565de32fed5b476d0003da7ebb4c35ac14b149c7
* Updating git repos no longer uses git-pull -t by default. Git makes it
  to much of a PITA to do this, since -t makes git-pull require the
  repository and refspec be specified at the command line (which is a bug in
  git (#456035). mr used to hardcode those to "origin" and "master", but
  that's not always the right choice. So give up on forcing git to be sane
  about pulling down all tags. It's insane. Live with it, or configure your
  own update command.
debian/changelog
debian/control
mr