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

Use rm -f when removing a git repo.
authorJonathan Sternberg <jonathansternberg@gmail.com>
Fri, 8 Mar 2013 21:52:26 +0000 (16:52 -0500)
committerJonathan Sternberg <jonathansternberg@gmail.com>
Fri, 8 Mar 2013 21:52:26 +0000 (16:52 -0500)
commit95df1235329282589487634575cb914db0254518
tree594387a670d623c8b869c9dd31f54a354cd65663
parente71ab905d95d7f5a1f343372affa057f2e71cefa
Use rm -f when removing a git repo.

Git repos place the files as write-protected by default, so the
vcsh delete operation requires the user to typo 'y' repeatedly as the
repo is deleted. Using -f removes the repository properly.
vcsh