Revert "Build-in "git-shell""
commit1e7abc593d55bc436ccd98f6815d49b13511baa1
authorJunio C Hamano <gitster@pobox.com>
Tue, 26 Aug 2008 05:39:17 +0000 (25 22:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Aug 2008 05:39:17 +0000 (25 22:39 -0700)
tree65b852977b7ddb8e4ed4f4b7e101be6a751da445
parentdaa0cc9a92c9c2c714aa5f7da6d0ff65b93e0698
Revert "Build-in "git-shell""

This reverts commit daa0cc9a92c9c2c714aa5f7da6d0ff65b93e0698.
It was a stupid idea to do this; when run as a log-in shell,
it is spawned with argv[0] set to "-git-shell", so the usual
name-based dispatch would not work to begin with.
Makefile
builtin.h
git.c
shell.c [moved from builtin-shell.c with 94% similarity]