diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-06 00:28:52 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-06 08:43:34 -0800 |
commit | d28f7cb93537554e069667602a7624952e06df50 (patch) | |
tree | 8737f2feea497db783a9c45382afbdce5b4212d9 /Documentation/git.txt | |
parent | a79c6551a315b26f2461dd9734defce88014b77b (diff) | |
download | git-d28f7cb93537554e069667602a7624952e06df50.tar.gz |
Document git-pack-refs and link it to git(7).
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 6 |
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. |