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

print included content as an included line number is not useful
authorJoey Hess <joey@kitenet.net>
Mon, 5 Dec 2011 17:23:53 +0000 (13:23 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 5 Dec 2011 17:23:53 +0000 (13:23 -0400)
commit62c64f46b22a1ac951025c9ef4c4deee207600a6
treeb9b4f406e0f2f1c2c63dcf0f3865d2654608ed4d
parenta324b0f8a1067d637087d4d94b463d3b9ac84ee8
print included content as an included line number is not useful

Due to how includes work, a line number is not very helpful;
printing the actual included content is better.

Some associated refactoring.
(What I wouldn't give for a haskell where clause right about now..)
mr