Prepare git-tools for merging into the main git archive
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 16 Jul 2005 17:05:26 +0000 (10:05 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 16 Jul 2005 17:05:26 +0000 (10:05 -0700)
commitc5f7674a97e621bfab5544165098b4860ee6e247
tree5653f607a0af70840636086cb3f7571f88ba0b76
parentfc7ef1e8ae8c19c06a4fa3d574c13d793e66186a
Prepare git-tools for merging into the main git archive

Rename into a "tools" subdirectory, and change name of "dotest" to "applymbox".

Remove stripspace (which was already copied into git) and cvs2git (which
was likewise already copied into git, and then replaced by a much better
perl version).

All of this was brought on by Ryan Anderson shaming me into it.  Thanks.
I guess.
12 files changed:
Makefile [deleted file]
applypatch [deleted file]
cvs2git.c [deleted file]
dotest [deleted file]
mailinfo.c [deleted file]
mailsplit.c [deleted file]
stripspace.c [deleted file]
tools/Makefile [new file with mode: 0644]
tools/applymbox [new file with mode: 0755]
tools/applypatch [new file with mode: 0755]
tools/mailinfo.c [new file with mode: 0644]
tools/mailsplit.c [new file with mode: 0644]