diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2012-11-28 23:11:00 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-11-29 12:18:44 -0800 |
commit | d0ac3ffd9da8d1c3e629129030f74e1927faf575 (patch) | |
tree | 91933085fba715500daef0ad76ac334e364f7a32 /Makefile | |
parent | 24a1ea5360faef3c6b742e15a72825877c57eb28 (diff) | |
download | git-d0ac3ffd9da8d1c3e629129030f74e1927faf575.tar.gz git-d0ac3ffd9da8d1c3e629129030f74e1927faf575.tar.xz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) \ |