From: "Ping Yin" <pkufranky@gmail.com>
To: "Git Mailing List" <git@vger.kernel.org>
Subject: Re: Why very small repository has 2.7M size
Date: Sat, 19 Jan 2008 17:48:01 +0800 [thread overview]
Message-ID: <46dff0320801190148y5a00c83m4825f4066547ddc2@mail.gmail.com> (raw)
In-Reply-To: <46dff0320801190143h471e6d70ve5bf114335e1534@mail.gmail.com>
Of course with short history
~/test/bar$ ll -ah && git gc
total 20K
drwxr-xr-x 3 yinping yinping 4.0K 2008-01-19 17:44 .
drwxr-xr-x 8 yinping yinping 4.0K 2008-01-19 17:36 ..
drwxr-xr-x 8 yinping yinping 4.0K 2008-01-19 17:44 .git
-rw-r--r-- 1 yinping yinping 26 2008-01-19 17:33 .gitignore
-rwxr-xr-x 1 yinping yinping 131 2008-01-19 17:44 Makefile.common
Counting objects: 87, done.
Compressing objects: 100% (78/78), done.
Writing objects: 100% (87/87), done.
Total 87 (delta 8), reused 87 (delta 8)
~/test/bar$ git log --pretty=oneline
4046b84344038d63b655b56f6e619888dd424e4e Add Makefile.common using commonmake
8bbd7d4649ac1df1b29414b2ec469f532a77f222 Init empty repository, ignore
*.o, *.d, *~, *.swp, CVS, .svn
~/test/bar$ du -h . | tail -10
8.0K ./.git/objects/info
2.5M ./.git/objects/pack
2.5M ./.git/objects
8.0K ./.git/logs/refs/heads
20K ./.git/logs/refs/remotes/origin
24K ./.git/logs/refs/remotes
36K ./.git/logs/refs
44K ./.git/logs
2.7M ./.git
2.7M .
On Jan 19, 2008 5:43 PM, Ping Yin <pkufranky@gmail.com> wrote:
> $ ~/test/bar$ ll -h && git gc
> total 8.0K
> -rwxr-xr-x 1 yinping yinping 131 2008-01-19 17:35 Makefile.crawler
> -rwxr-xr-x 1 yinping yinping 131 2008-01-19 17:37 Makefile.search
> Counting objects: 87, done.
> Compressing objects: 100% (78/78), done.
> Writing objects: 100% (87/87), done.
> Total 87 (delta 8), reused 87 (delta 8)
>
> $ ~/test/bar$ du -h . | tail -10
> 8.0K ./.git/objects/info
> 2.5M ./.git/objects/pack
> 2.5M ./.git/objects
> 8.0K ./.git/logs/refs/heads
> 20K ./.git/logs/refs/remotes/origin
> 24K ./.git/logs/refs/remotes
> 36K ./.git/logs/refs
> 44K ./.git/logs
> 2.7M ./.git
> 2.7M .
>
> --
> Ping Yin
>
--
Ping Yin
next prev parent reply other threads:[~2008-01-19 9:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-19 9:43 Why very small repository has 2.7M size Ping Yin
2008-01-19 9:48 ` Ping Yin [this message]
2008-01-19 10:57 ` Jean-Luc Herren
2008-01-19 13:59 ` Ping Yin
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=46dff0320801190148y5a00c83m4825f4066547ddc2@mail.gmail.com \
--to=pkufranky@gmail.com \
--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).