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

Add support for suffixing parameters with '_append', and corresponding docs.
authorAdam Spiers <mr@adamspiers.org>
Tue, 29 Nov 2011 22:41:04 +0000 (22:41 +0000)
committerJoey Hess <joey@kitenet.net>
Sun, 4 Dec 2011 20:54:57 +0000 (16:54 -0400)
commit09afd4d8b287a7401451541a93343987db979db8
treeabff8108dc1dbe96c35dcadc83c3b608f83d8fce
parent1c1951da6ff532d6d5961858181a87d34b78b346
Add support for suffixing parameters with '_append', and corresponding docs.

This allows the option of constructing parameter values accumulatively
rather than overriding existing parameter values.
(cherry picked from commit aa3caf53a9cb35ee3d0e4173ed44e964c6b8b5ab)
mr