Add new simplified git-remote-testgit
commitfc407f9821840041757975045c4a1ca01effa27a
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 28 Nov 2012 22:11:01 +0000 (28 23:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Nov 2012 20:18:45 +0000 (29 12:18 -0800)
tree5692dcdee14c1f923dcf7800d09e54d45de160a4
parentd0ac3ffd9da8d1c3e629129030f74e1927faf575
Add new simplified git-remote-testgit

Exercising the python remote helper framework is for another tool and
another test. This is about testing the remote-helper interface.

It's way simpler, it exercises the same features of remote helpers, it's
easy to read and understand, and it doesn't depend on python.

For now let's just copy the old remote-helpers test script, although
some of those tests don't make sense. In addition, this script would be
able to test other features not currently being tested.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote-testgit.txt
git-remote-testgit [new file with mode: 0755]
t/t5801-remote-helpers.sh [new file with mode: 0755]