]> git.madduck.net Git - code/vcsh.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:

Get rid of GIT_WORK_TREE during vcsh sessions
authormartin f. krafft <madduck@madduck.net>
Fri, 19 Jul 2013 17:21:14 +0000 (19:21 +0200)
committermartin f. krafft <madduck@madduck.net>
Fri, 19 Jul 2013 17:21:14 +0000 (19:21 +0200)
commitdedf2ec3bafa9129ca1dcc9d2f5ed1eab2f96fb6
tree91037101e33110eb596ac5cec84c047f265be236
parente9a6b438443bad91e92032fbb9923aa3ebd5bb5b
Get rid of GIT_WORK_TREE during vcsh sessions

This patch gets rid of GIT_WORK_TREE completely, which makes the whole thing a
bit more transparent, I find. Git uses core.worktree anyway, so the
environment variable isn't needed.

Signed-off-by: martin f. krafft <madduck@madduck.net>
vcsh