-
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.
Documentation: sync git.txt command list and manual page title
Also reorders a handful entries to make each list sorted alphabetically. Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information
Junio C Hamano
committed
Jan 18, 2007
1 parent
377e813
commit c3f0baa
Showing
63 changed files
with
132 additions
and
143 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
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
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 |
---|---|---|
@@ -1,46 +1,39 @@ | ||
gitlink:git-fetch-pack[1]:: | ||
Updates from a remote repository (engine for ssh and | ||
local transport). | ||
Receive missing objects from another repository. | ||
|
||
gitlink:git-http-fetch[1]:: | ||
Downloads a remote git repository via HTTP by walking | ||
commit chain. | ||
Download from a remote git repository via HTTP. | ||
|
||
gitlink:git-http-push[1]:: | ||
Push objects over HTTP/DAV to another repository. | ||
|
||
gitlink:git-local-fetch[1]:: | ||
Duplicates another git repository on a local system by | ||
walking commit chain. | ||
Duplicate another git repository on a local system. | ||
|
||
gitlink:git-peek-remote[1]:: | ||
Lists references on a remote repository using | ||
upload-pack protocol (engine for ssh and local | ||
transport). | ||
List the references in a remote repository. | ||
|
||
gitlink:git-receive-pack[1]:: | ||
Invoked by 'git-send-pack' to receive what is pushed to it. | ||
Receive what is pushed into the repository. | ||
|
||
gitlink:git-send-pack[1]:: | ||
Pushes to a remote repository, intelligently. | ||
|
||
gitlink:git-http-push[1]:: | ||
Push missing objects using HTTP/DAV. | ||
Push objects over git protocol to another reposiotory. | ||
|
||
gitlink:git-shell[1]:: | ||
Restricted shell for GIT-only SSH access. | ||
Restricted login shell for GIT-only SSH access. | ||
|
||
gitlink:git-ssh-fetch[1]:: | ||
Pulls from a remote repository over ssh connection by | ||
walking commit chain. | ||
Fetch from a remote repository over ssh connection. | ||
|
||
gitlink:git-ssh-upload[1]:: | ||
Helper "server-side" program used by git-ssh-fetch. | ||
Push to a remote repository over ssh connection. | ||
|
||
gitlink:git-update-server-info[1]:: | ||
Updates auxiliary information on a dumb server to help | ||
clients discover references and packs on it. | ||
Update auxiliary info file to help dumb servers. | ||
|
||
gitlink:git-upload-archive[1]:: | ||
Invoked by 'git-archive' to send a generated archive. | ||
Send archive back to git-archive. | ||
|
||
gitlink:git-upload-pack[1]:: | ||
Invoked by 'git-fetch-pack' to push | ||
what are asked for. | ||
Send objects packed back to git-fetch-pack. | ||
|
Oops, something went wrong.