From 3f2f6e5d768e1e09e959ec54a26e552b5dfc4f14 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Thu, 21 Aug 2008 10:34:22 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.6.0-90-g436ed
---
git-count-objects.html | 7 ++--
git-count-objects.txt | 5 +--
git-diff-tree.html | 19 +++++++----
git-diff-tree.txt | 19 ++++++++---
git-merge-base.html | 77 ++++++++++++++++++++++++++++++++++++------
git-merge-base.txt | 77 ++++++++++++++++++++++++++++++++++++------
git-submodule.html | 24 +++++++++++--
git-submodule.txt | 17 ++++++++++
gitattributes.html | 12 ++++++-
gitattributes.txt | 4 +++
10 files changed, 220 insertions(+), 41 deletions(-)
diff --git a/git-count-objects.html b/git-count-objects.html
index 689f3d8a2..9dfe48f17 100644
--- a/git-count-objects.html
+++ b/git-count-objects.html
@@ -340,8 +340,9 @@ them, to help you decide when it is a good time to repack.
In addition to the number of loose objects and disk
space consumed, it reports the number of in-pack
- objects, number of packs, and number of objects that can be
- removed by running git prune-packed.
+ objects, number of packs, disk space consumed by those packs,
+ and number of objects that can be removed by running
+ git prune-packed.
@@ -360,7 +361,7 @@ them, to help you decide when it is a good time to repack.