summaryrefslogtreecommitdiffstats
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-11-06 09:28:52 +0100
committerJunio C Hamano <junkio@cox.net>2006-11-06 17:43:34 +0100
commitd28f7cb93537554e069667602a7624952e06df50 (patch)
tree8737f2feea497db783a9c45382afbdce5b4212d9 /Documentation/git.txt
parentRemove more sed invocations from within bash completion. (diff)
downloadgit-d28f7cb93537554e069667602a7624952e06df50.tar.xz
git-d28f7cb93537554e069667602a7624952e06df50.zip
Document git-pack-refs and link it to git(7).
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '')
-rw-r--r--Documentation/git.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 0679e3c209..4ce4f8d1c6 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -141,6 +141,9 @@ gitlink:git-merge[1]::
gitlink:git-mv[1]::
Move or rename a file, a directory, or a symlink.
+gitlink:git-pack-refs[1]::
+ Pack heads and tags for efficient repository access.
+
gitlink:git-pull[1]::
Fetch from and merge with a remote repository or a local branch.
@@ -424,6 +427,9 @@ gitlink:git-rev-list[1]::
gitlink:git-show-index[1]::
Displays contents of a pack idx file.
+gitlink:git-show-ref[1]::
+ List references in a local repository.
+
gitlink:git-tar-tree[1]::
Creates a tar archive of the files in the named tree object.