From: Andreas Ericsson <ae@op5.se>
To: git@vger.kernel.org
Subject: Re: [PATCH] Avoid using dc in git-count-objects
Date: Wed, 26 Oct 2005 16:55:32 +0200 [thread overview]
Message-ID: <435F98E4.8040301@op5.se> (raw)
In-Reply-To: <Pine.LNX.4.63.0510261637070.26622@wbgn013.biozentrum.uni-wuerzburg.de>
Johannes Schindelin wrote:
> Hi,
>
> On Wed, 26 Oct 2005, Andreas Ericsson wrote:
>
>
>>I'd be more worried about the fact that the kilobytes count is way off
>>as it is. du (at least from coreutils-5.2.1) rounds up to nearest
>>kilobyte *for each file* when printing kb-count.
>
>
> The rationale behind this: You want to know how much space it takes on
> your hard disk. Remember, git-count-objects should give you a clue whether
> to repack or not.
>
Oh. I thought it was so I would know how much data would be sent over
the network. Diskspace is cheap, bandwidth is... well, that's cheap too
(in Sweden at least), but it's boring to wait.
> Actually, "du -k" in my tests rounds up to nearest block size or kilobytes
> (whichever is greater): For example, "du -k" on a very small file (53
> bytes) says "1" on an ext2fs yields "1", "4" on hfs, and 32 on a big
> FAT32. Of course, you may get different values, since the block sizes
> sometimes depend on the total size of the media.
>
From my du man-page:
-k like --block-size=1K
I think *most* du implementations work like this, but apparently not all
of them. I'll hack something up in C instead so it's at least consistent
regardless of what version of du is used.
--
Andreas Ericsson andreas.ericsson@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
prev parent reply other threads:[~2005-10-26 14:55 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-25 23:22 [PATCH] Avoid using dc in git-count-objects Johannes Schindelin
2005-10-26 0:12 ` Junio C Hamano
2005-10-26 8:33 ` Johannes Schindelin
2005-10-26 8:36 ` Petr Baudis
2005-10-27 8:50 ` Matthias Urlichs
2005-10-27 9:56 ` Johannes Schindelin
2005-10-27 15:12 ` Linus Torvalds
2005-10-27 18:00 ` Junio C Hamano
2005-10-28 3:20 ` Herbert Xu
2005-10-28 4:14 ` H. Peter Anvin
2005-10-28 4:32 ` Herbert Xu
2005-10-28 4:34 ` H. Peter Anvin
2005-10-28 4:58 ` Herbert Xu
2005-10-28 5:22 ` H. Peter Anvin
2005-10-26 8:58 ` Johannes Schindelin
2005-10-26 9:23 ` Andreas Ericsson
2005-10-26 14:44 ` Johannes Schindelin
2005-10-26 14:55 ` Andreas Ericsson [this message]
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=435F98E4.8040301@op5.se \
--to=ae@op5.se \
--cc=git@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).