updated git doc
[TortoiseGit.git] / doc / source / en / TortoiseGit / git_doc / git-count-objects.xml
bloba410165ac730cb4b04dbfb947041cf501aed862c
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">\r
3 \r
4 <article lang="en" id="git-count-objects(1)">\r
5 <articleinfo>\r
6     <title>git-count-objects(1)</title>\r
7 <indexterm>\r
8 <primary>git-count-objects(1)</primary>\r
9 </indexterm>\r
10 </articleinfo>\r
11 <simplesect id="_name">\r
12 <title>NAME</title>\r
13 <simpara>git-count-objects - Count unpacked number of objects and their disk consumption</simpara>\r
14 </simplesect>\r
15 <simplesect id="_synopsis">\r
16 <title>SYNOPSIS</title>\r
17 <blockquote>\r
18 <literallayout><emphasis>git count-objects</emphasis> [-v]</literallayout>\r
19 </blockquote>\r
20 </simplesect>\r
21 <simplesect id="_description">\r
22 <title>DESCRIPTION</title>\r
23 <simpara>This counts the number of unpacked object files and disk space consumed by\r
24 them, to help you decide when it is a good time to repack.</simpara>\r
25 </simplesect>\r
26 <simplesect id="_options">\r
27 <title>OPTIONS</title>\r
28 <variablelist>\r
29 <varlistentry>\r
30 <term>\r
31 -v\r
32 </term>\r
33 <term>\r
34 --verbose\r
35 </term>\r
36 <listitem>\r
37 <simpara>\r
38         In addition to the number of loose objects and disk\r
39         space consumed, it reports the number of in-pack\r
40         objects, number of packs, disk space consumed by those packs,\r
41         and number of objects that can be removed by running\r
42         <emphasis>git prune-packed</emphasis>.\r
43 </simpara>\r
44 </listitem>\r
45 </varlistentry>\r
46 </variablelist>\r
47 </simplesect>\r
48 <simplesect id="_git">\r
49 <title>GIT</title>\r
50 <simpara>Part of the <xref linkend="git(1)" /> suite</simpara>\r
51 </simplesect>\r
52 </article>\r