From: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
To: git@vger.kernel.org
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
Subject: [PATCH v2 0/3] count-objects improvements
Date: Fri, 8 Feb 2013 10:48:24 +0700 [thread overview]
Message-ID: <1360295307-5469-1-git-send-email-pclouds@gmail.com> (raw)
In-Reply-To: <1359982145-10792-1-git-send-email-pclouds@gmail.com>
This series:
- updates count-objects -v documentation, describe each line in detail
- counts garbage files in pack directory in addition to loose odb
- shows how much disk space consumed by garbage files
Nguyễn Thái Ngọc Duy (3):
git-count-objects.txt: describe each line in -v output
count-objects: report garbage files in pack directory too
count-objects: report how much disk space taken by garbage files
Documentation/git-count-objects.txt | 22 +++++++---
builtin/count-objects.c | 41 ++++++++++++++-----
sha1_file.c | 81 +++++++++++++++++++++++++++++++++++--
3 files changed, 127 insertions(+), 17 deletions(-)
--
1.8.1.2.495.g3fdf5d5.dirty
next prev parent reply other threads:[~2013-02-08 3:51 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-04 12:49 [PATCH 1/2] git-count-objects.txt: describe each line in -v output Nguyễn Thái Ngọc Duy
2013-02-04 12:49 ` [PATCH 2/2] count-objects: report garbage files in .git/objects/pack directory too Nguyễn Thái Ngọc Duy
2013-02-04 17:06 ` Junio C Hamano
2013-02-04 18:16 ` Junio C Hamano
2013-02-07 7:37 ` Duy Nguyen
2013-02-07 18:12 ` Junio C Hamano
2013-02-07 23:58 ` Duy Nguyen
2013-02-08 3:48 ` Nguyễn Thái Ngọc Duy [this message]
2013-02-08 3:48 ` [PATCH v2 1/3] git-count-objects.txt: describe each line in -v output Nguyễn Thái Ngọc Duy
2013-02-08 3:48 ` [PATCH v2 2/3] count-objects: report garbage files in pack directory too Nguyễn Thái Ngọc Duy
2013-02-08 18:44 ` Junio C Hamano
2013-02-09 1:58 ` Duy Nguyen
2013-02-08 3:48 ` [PATCH v2 3/3] count-objects: report how much disk space taken by garbage files Nguyễn Thái Ngọc Duy
2013-02-08 18:47 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1360295307-5469-1-git-send-email-pclouds@gmail.com \
--to=pclouds@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.