mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
It is currently in section 1, but that section is intended for "Executable programs or shell commands". A more appropriate place is section 7: "Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7)". This issue should have been detected earlier by `make check-docs`, but was missed due to a bug in that Makefile target (that we are about to fix). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
31 lines
570 B
Plaintext
31 lines
570 B
Plaintext
git-remote-testgit(1)
|
|
=====================
|
|
|
|
NAME
|
|
----
|
|
git-remote-testgit - Example remote-helper
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
[verse]
|
|
git clone testgit::<source-repo> [<destination>]
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
This command is a simple remote-helper, that is used both as a
|
|
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'.
|
|
|
|
SEE ALSO
|
|
--------
|
|
linkgit:gitremote-helpers[7]
|
|
|
|
GIT
|
|
---
|
|
Part of the linkgit:git[1] suite
|