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

replace basename call with shell construct
authormartin f. krafft <madduck@madduck.net>
Thu, 25 Oct 2007 21:44:41 +0000 (23:44 +0200)
committermartin f. krafft <madduck@madduck.net>
Thu, 25 Oct 2007 21:51:54 +0000 (23:51 +0200)
commit17e94a28e3d140ba3f32c6e90ddec3daee87fd12
tree705232462a79e9124f9780b9019bf9be9bc769aa
parent398033ad68e4cfd347d57a3cbb903dae17ace0f4
replace basename call with shell construct

Use ${PWD##*/} instead of $(basename $PWD)
mr