-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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>
- Loading branch information
Matthieu Moy
authored and
Junio C Hamano
committed
Sep 1, 2011
1 parent
960e311
commit 9609dc9
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
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.py'. | ||
|
||
SEE ALSO | ||
-------- | ||
linkgit:git-remote-helpers[1] | ||
|
||
GIT | ||
--- | ||
Part of the linkgit:git[1] suite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters