diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-12 23:55:09 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-12 23:55:09 -0800 |
commit | 76cead391f77142f153ceafcb21ba50f0b09dd15 (patch) | |
tree | 3390d73dce262ccff6e74d602e851c7a50b2d519 /Documentation/git.txt | |
parent | 1e2ccd3abc8f5d96244806f753568493c3e77d4c (diff) | |
download | git-76cead391f77142f153ceafcb21ba50f0b09dd15.tar.gz |
Documentation: fix missing links to git(7)
Also move pack protocol description to technical/.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 45773db135..d32e6cd745 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -159,6 +159,9 @@ gitlink:git-merge-base[1]:: gitlink:git-name-rev[1]:: Find symbolic names for given revs. +gitlink:git-pack-redundant[1]:: + Find redundant pack files. + gitlink:git-rev-list[1]:: Lists commit objects in reverse chronological order. @@ -211,6 +214,9 @@ gitlink:git-receive-pack[1]:: gitlink:git-send-pack[1]:: Pushes to a remote repository, intelligently. +gitlink:git-http-push[1]:: + Push missing objects using HTTP/DAV. + gitlink:git-shell[1]:: Restricted shell for GIT-only SSH access. @@ -340,6 +346,9 @@ gitlink:git-convert-objects[1]:: gitlink:git-cvsimport[1]:: Salvage your data out of another SCM people love to hate. +gitlink:git-cvsexportcommit[1]:: + Export a single commit to a CVS checkout. + gitlink:git-lost-found[1]:: Recover lost refs that luckily have not yet been pruned. |