From: Jonathan Nieder <jrnieder@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Michael Witten <mfwitten@gmail.com>,
geoffrey.russell@gmail.com, Ralf Ebert <info@ralfebert.de>,
git@vger.kernel.org
Subject: discarding refs/original/* after filter-branch (Re: understanding how remote tracking works)
Date: Mon, 9 Aug 2010 18:07:11 -0500 [thread overview]
Message-ID: <20100809230711.GH4429@burratino> (raw)
In-Reply-To: <20100809205309.GA3204@burratino>
Jonathan Nieder wrote:
> There are a lot of instances of “rm -r .git/refs/original” after
> running filter-branch, too. Maybe filter-branch ought to provide
> some synonym for
>
> eval "$(
> git for-each-ref refs/heads/\* --shell --format='git update-ref -d %(refname) &&' &&
> echo :
> )"
That should have read as
...
git for-each-ref refs/original --shell ...
Sorry about that.
next prev parent reply other threads:[~2010-08-09 23:08 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-09 1:17 understanding how remote tracking works Geoff Russell
2010-08-09 1:31 ` Ralf Ebert
2010-08-09 1:53 ` Geoff Russell
2010-08-09 2:13 ` Michael Witten
2010-08-09 2:19 ` Jonathan Nieder
2010-08-09 3:46 ` Geoff Russell
2010-08-09 19:31 ` Junio C Hamano
2010-08-09 20:53 ` Jonathan Nieder
2010-08-09 23:07 ` Jonathan Nieder [this message]
2010-08-09 1:32 ` [PATCH/RFC] Documentation: add a FILES section for show-ref Jonathan Nieder
2010-08-09 19:33 ` Junio C Hamano
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=20100809230711.GH4429@burratino \
--to=jrnieder@gmail.com \
--cc=geoffrey.russell@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=info@ralfebert.de \
--cc=mfwitten@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 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.