Rename git-remote-testgit to git-remote-testpy
commitd0ac3ffd9da8d1c3e629129030f74e1927faf575
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 28 Nov 2012 22:11:00 +0000 (28 23:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Nov 2012 20:18:44 +0000 (29 12:18 -0800)
tree91933085fba715500daef0ad76ac334e364f7a32
parent24a1ea5360faef3c6b742e15a72825877c57eb28
Rename git-remote-testgit to git-remote-testpy

This script is not really exercising the remote-helper functionality,
but more the python framework for remote helpers that live in
git_remote_helpers.

It's also not a good example of how to write remote-helpers, unless you
are planning to use python, and even then you might not want to use this
framework.

So let's use a more appropriate name: git-remote-testpy.

A patch that replaces git-remote-testgit with a simpler version is on
the way.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Makefile
git-remote-testpy.py [moved from git-remote-testgit.py with 100% similarity]
t/t5800-remote-testpy.sh [moved from t/t5800-remote-helpers.sh with 87% similarity]