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 /.gitignore | |
parent | 24a1ea5360faef3c6b742e15a72825877c57eb28 (diff) | |
download | git-d0ac3ffd9da8d1c3e629129030f74e1927faf575.tar.gz |
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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f702415c12..956ae2260d 100644 --- a/.gitignore +++ b/.gitignore @@ -124,7 +124,7 @@ /git-remote-ftps /git-remote-fd /git-remote-ext -/git-remote-testgit +/git-remote-testpy /git-remote-testsvn /git-repack /git-replace |