summaryrefslogtreecommitdiff
path: root/Documentation/git-remote-helpers.txt
diff options
context:
space:
mode:
authorLibravatar Matthieu Moy <Matthieu.Moy@imag.fr>2011-09-01 18:49:38 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-09-01 15:52:02 -0700
commit9609dc9ddcb1a79112eb45c88244cdbb622bd5bc (patch)
tree5406bcb378a642a28ad12d8931183fff300650b5 /Documentation/git-remote-helpers.txt
parentDocumentation/git-remote-helpers: explain how import works with multiple refs (diff)
downloadtgif-9609dc9ddcb1a79112eb45c88244cdbb622bd5bc.tar.xz
(short) documentation for the testgit remote helper
While it's not a command meant to be used by actual users (hence, not mentionned in git(1)), this command is a very precious help for remote-helpers authors. The best place for such technical doc is the source code, but users may not find it without a link in a manpage. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Acked-by: Sverre Rabbelier <srabbelier@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-remote-helpers.txt')
-rw-r--r--Documentation/git-remote-helpers.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-remote-helpers.txt b/Documentation/git-remote-helpers.txt
index 526fc6abbd..674797cd83 100644
--- a/Documentation/git-remote-helpers.txt
+++ b/Documentation/git-remote-helpers.txt
@@ -362,6 +362,8 @@ SEE ALSO
--------
linkgit:git-remote[1]
+linkgit:git-remote-testgit[1]
+
GIT
---
Part of the linkgit:git[1] suite