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

Revert "replace `pwd` calls with $PWD"
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 26 Oct 2007 06:36:35 +0000 (02:36 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 26 Oct 2007 06:36:35 +0000 (02:36 -0400)
commitde0874e8884604b08e3a3b9a1bf682cf2b88f1f2
tree4f7481728f16886ad0639f374433c2b8a904cfd2
parenta33917423c99bcf6dc02d939e7956a746aa974ca
Revert "replace `pwd` calls with $PWD"

This actually makes mr slower by calling pwd on *every* run.

Instead, call pwd just when it's needed, on register opterations that don't
need to be fast, and that happen to call it a max of 1 time anyway.
lib/git-fake-bare
mr