From: merlyn@stonehenge.com (Randal L. Schwartz)
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: Re: Remove "historical" objects from repository to save place
Date: 21 Jan 2006 12:49:39 -0800 [thread overview]
Message-ID: <86slrhe270.fsf@blue.stonehenge.com> (raw)
In-Reply-To: <7virsdl44q.fsf@assigned-by-dhcp.cox.net>
>>>>> "Junio" == Junio C Hamano <junkio@cox.net> writes:
Junio> Most likely what the original requestor cloned from Linus has
Junio> been already packed so git-prune would not do much.
Wait. Does that mean that:
$ git-checkout -b playground
$ work work work
$ git-commit -m 'snapshot'
$ git-checkout -b master
$ git-repack -a -d
means that even if I do
$ git-branch -d playground
$ git-repack -a -d
I still have the commit from playground as objects inside my one big pack?
Ick. How do I make that go away?
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
next prev parent reply other threads:[~2006-01-21 20:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-21 19:18 Remove "historical" objects from repository to save place Andrey Borzenkov
2006-01-21 19:58 ` Junio C Hamano
2006-01-21 20:06 ` Petr Baudis
2006-01-21 20:25 ` Junio C Hamano
2006-01-21 20:49 ` Randal L. Schwartz [this message]
2006-01-21 21:46 ` Junio C Hamano
2006-01-21 23:27 ` Andrey Borzenkov
2006-01-21 21:46 ` Andrey Borzenkov
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=86slrhe270.fsf@blue.stonehenge.com \
--to=merlyn@stonehenge.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/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.