From: Stefan Beller <stefanbeller@gmail.com>
To: GIT Mailing-list <git@vger.kernel.org>, Duy Nguyen <pclouds@gmail.com>
Subject: Auto Packing message twice?
Date: Sat, 30 Aug 2014 13:28:47 +0200 [thread overview]
Message-ID: <5401B56F.6000907@gmail.com> (raw)
Hi,
so I fetched from a repository today and I got the message twice:
> Auto packing the repository in background for optimum performance.
> See "git help gc" for manual housekeeping.
I'm running git version 2.1.0.rc2
Full output:
$ git fetch --all --prune
Fetching origin
Fetching mainline
remote: Counting objects: 832, done.
remote: Compressing objects: 100% (332/332), done.
remote: Total 832 (delta 593), reused 659 (delta 498)
Receiving objects: 100% (832/832), 955.44 KiB | 660.00 KiB/s, done.
Resolving deltas: 100% (593/593), done.
From git://github.com/danmar/cppcheck
7237b01..eace67e master -> mainline/master
* [new tag] 1.66 -> 1.66
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Obviously it should only report once?
The reporting is done from within function cmd_gc(...),
which makes me wonder, if it also packs twice?
Thanks,
Stefan
next reply other threads:[~2014-08-30 11:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-30 11:28 Stefan Beller [this message]
2014-08-30 14:12 ` Auto Packing message twice? Duy Nguyen
2014-08-31 4:26 ` Duy Nguyen
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=5401B56F.6000907@gmail.com \
--to=stefanbeller@gmail.com \
--cc=git@vger.kernel.org \
--cc=pclouds@gmail.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 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).