summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2012-11-28 22:11:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-11-29 20:18:44 (GMT)
commitd0ac3ffd9da8d1c3e629129030f74e1927faf575 (patch)
tree91933085fba715500daef0ad76ac334e364f7a32 /Makefile
parent24a1ea5360faef3c6b742e15a72825877c57eb28 (diff)
downloadgit-d0ac3ffd9da8d1c3e629129030f74e1927faf575.zip
git-d0ac3ffd9da8d1c3e629129030f74e1927faf575.tar.gz
git-d0ac3ffd9da8d1c3e629129030f74e1927faf575.tar.bz2
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bc5e40..68f1ac2 100644
--- a/Makefile
+++ b/Makefile
@@ -470,7 +470,7 @@ SCRIPT_PERL += git-relink.perl
SCRIPT_PERL += git-send-email.perl
SCRIPT_PERL += git-svn.perl
-SCRIPT_PYTHON += git-remote-testgit.py
+SCRIPT_PYTHON += git-remote-testpy.py
SCRIPT_PYTHON += git-p4.py
SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \