docs: do not document the `git remote-testgit` command
Since 7ded055401 (build: do not install git-remote-testgit, 2013-06-07), we do not install it. Therefore it makes no sense to document it, either. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Johannes Schindelin committed
Mar 25, 2019 at 14:41 UTC
c3eaa0cb9d69988d69253ea4c42fe6f03d291da6
2 files changed
-32
Documentation/git-remote-testgit.txt
deleted
-30
@@ -1,30 +0,0 @@
1
-git-remote-testgit(1)
2
-=====================
3
-
4
-NAME
5
-----
6
-git-remote-testgit - Example remote-helper
7
-
8
-
9
-SYNOPSIS
10
---------
11
-[verse]
12
-git clone testgit::<source-repo> [<destination>]
13
-
14
-DESCRIPTION
15
------------
16
-
17
-This command is a simple remote-helper, that is used both as a
18
-testcase for the remote-helper functionality, and as an example to
19
-show remote-helper authors one possible implementation.
20
-
21
-The best way to learn more is to read the comments and source code in
22
-'git-remote-testgit'.
23
-
24
-SEE ALSO
25
---------
26
-linkgit:gitremote-helpers[7]
27
-
28
-GIT
29
----
30
-Part of the linkgit:git[1] suite
Documentation/gitremote-helpers.txt
-2
@@ -513,8 +513,6 @@ linkgit:git-remote-ext[1]
513
514
linkgit:git-remote-fd[1]
515
516
-linkgit:git-remote-testgit[1]
517
-
516
linkgit:git-fast-import[1]
517
518
GIT