diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2012-11-28 23:11:01 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-11-29 12:18:45 -0800 |
commit | fc407f9821840041757975045c4a1ca01effa27a (patch) | |
tree | 5692dcdee14c1f923dcf7800d09e54d45de160a4 /Documentation/git-remote-testgit.txt | |
parent | d0ac3ffd9da8d1c3e629129030f74e1927faf575 (diff) | |
download | git-fc407f9821840041757975045c4a1ca01effa27a.tar.gz |
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>
Diffstat (limited to 'Documentation/git-remote-testgit.txt')
-rw-r--r-- | Documentation/git-remote-testgit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote-testgit.txt b/Documentation/git-remote-testgit.txt index 2a67d456a3..612a625ced 100644 --- a/Documentation/git-remote-testgit.txt +++ b/Documentation/git-remote-testgit.txt @@ -19,7 +19,7 @@ testcase for the remote-helper functionality, and as an example to show remote-helper authors one possible implementation. The best way to learn more is to read the comments and source code in -'git-remote-testgit.py'. +'git-remote-testgit'. SEE ALSO -------- |