]> 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:

Perform an "extract variable" refactoring to reduce duplication
authorAdam Spiers <mr@adamspiers.org>
Sun, 4 Dec 2011 21:50:07 +0000 (21:50 +0000)
committerJoey Hess <joey@kitenet.net>
Mon, 12 Dec 2011 17:46:34 +0000 (13:46 -0400)
commitd977f4f0abb8e9c61e0fda75fd5684ad6e265c8e
treed3f96e35b272d93c92619c5f1e024f8bf550f7e2
parentc0d1030f9d352386676b91bab6fe6dab13a497d7
Perform an "extract variable" refactoring to reduce duplication
and the chance of future typos.
(cherry picked from commit bb9a1f48de42059d0db23ece614de6fb29706d1a)
mr