aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-15 15:48:47 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-15 15:48:47 -0700
commite31bb3bb939a8feb7af472c55d95f41a90bbc438 (patch)
tree4e3c0d639cd609b8428f192519e514eff0c6c491 /Documentation/git.txt
parentb0c6f8d767387d39058648b4e3a04518350f789c (diff)
downloadgit-e31bb3bb939a8feb7af472c55d95f41a90bbc438.tar.gz
git-e31bb3bb939a8feb7af472c55d95f41a90bbc438.tar.xz
[PATCH] Add documentation for git repack and git-prune-packed.
[jc: the patch forgot to update the main git.txt documentation, making all these new documentation practically no-op, so I added a minimum attempt linking them from there.] Signed-off-by: Ryan Anderson <ryan@michonline.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index dd805e306..27f362626 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -71,6 +71,13 @@ link:git-hash-object.html[git-hash-object]::
link:git-write-tree.html[git-write-tree]::
Creates a tree from the current cache
+link:git-pack-objects.html[git-pack-objects]::
+ Creates a packed archive of objects.
+
+link:git-prune-packed.html[git-prune-packed]::
+ Remove extra objects that are already in pack files.
+
+
Interrogation commands
~~~~~~~~~~~~~~~~~~~~~~
link:git-cat-file.html[git-cat-file]::
@@ -191,6 +198,10 @@ link:git-commit-script.html[git-commit-script]::
link:git-show-branches-script.html[git-show-branches-script]::
Show branches and their commits.
+link:git-repack-script.html[git-repack-script]::
+ Pack unpacked objects in a repository.
+
+
Ancillary Commands
------------------
Manipulators: