diff options
author | Junio C Hamano <junkio@cox.net> | 2006-06-07 11:15:10 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-07 11:49:35 -0700 |
commit | 34925d35ff278c7377e0cf3fce0227d5eceffeb5 (patch) | |
tree | 0705b77265528ae5003951d11d3fc0f6e79ca72c /Documentation/git.txt | |
parent | 3742506578dda5de2fe97e403f04150a85ffef17 (diff) | |
download | git-34925d35ff278c7377e0cf3fce0227d5eceffeb5.tar.gz |
Documentation: add missing docs make check-docs found.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 24ca55da68..61331ab121 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -237,6 +237,10 @@ gitlink:git-upload-pack[1]:: Invoked by 'git-clone-pack' and 'git-fetch-pack' to push what are asked for. +gitlink:git-upload-tar[1]:: + Invoked by 'git-tar-tree --remote' to return the tar + archive the other end asked for. + High-level commands (porcelain) ------------------------------- @@ -378,6 +382,9 @@ gitlink:git-merge-one-file[1]:: gitlink:git-prune[1]:: Prunes all unreachable objects from the object database. +gitlink:git-quiltimport[1]:: + Applies a quilt patchset onto the current branch. + gitlink:git-relink[1]:: Hardlink common objects in local repositories. |