git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Clean up after git-filter-branch
@ 2008-02-15  8:51 Paul Gardiner
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Gardiner @ 2008-02-15  8:51 UTC (permalink / raw)
  To: git; +Cc: osronline

What's the simplest clean up command after a git-filter-branch --all
to remove all the branches in refs/original, so that you can do
another git-filter-branch?

P.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Clean up after git-filter-branch
@ 2008-02-15  9:02 Paul Gardiner
  2008-02-15  9:33 ` Adam Piatyszek
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Gardiner @ 2008-02-15  9:02 UTC (permalink / raw)
  To: git; +Cc: osronline

What's the simplest clean up command after a git-filter-branch --all
to remove all the branches in refs/original, so that you can do
another git-filter-branch?

P.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Clean up after git-filter-branch
  2008-02-15  9:02 Paul Gardiner
@ 2008-02-15  9:33 ` Adam Piatyszek
  2008-02-15 10:03   ` Paul Gardiner
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Piatyszek @ 2008-02-15  9:33 UTC (permalink / raw)
  To: Paul Gardiner; +Cc: git

* Paul Gardiner [15 II 2008 10:02]:
> What's the simplest clean up command after a git-filter-branch --all
> to remove all the branches in refs/original, so that you can do
> another git-filter-branch?

% rm -rf refs/original		???

BR,
/Adam

-- 
.:.  Adam Piatyszek (ediap)  .:.....................................:.
.:.  ediap@users.sourceforge.net  .:................................:.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Clean up after git-filter-branch
  2008-02-15  9:33 ` Adam Piatyszek
@ 2008-02-15 10:03   ` Paul Gardiner
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Gardiner @ 2008-02-15 10:03 UTC (permalink / raw)
  To: Adam Piatyszek; +Cc: osronline, git

Adam Piatyszek wrote:
> * Paul Gardiner [15 II 2008 10:02]:
>> What's the simplest clean up command after a git-filter-branch --all
>> to remove all the branches in refs/original, so that you can do
>> another git-filter-branch?
> 
> % rm -rf refs/original        ???

:-) Great thanks. I didn't realise that all the branch specific info
were in these files. That's neat.

P.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-02-15 10:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-15  8:51 Clean up after git-filter-branch Paul Gardiner
  -- strict thread matches above, loose matches on Subject: below --
2008-02-15  9:02 Paul Gardiner
2008-02-15  9:33 ` Adam Piatyszek
2008-02-15 10:03   ` Paul Gardiner

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).