From: Ian Campbell <ijc@hellion.org.uk>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH v3 0/4] filter-branch: support for incremental update + fix for ancient tag format
Date: Fri, 22 Sep 2017 09:38:50 +0100 [thread overview]
Message-ID: <1506069530.2682.41.camel@hellion.org.uk> (raw)
In-Reply-To: <xmqqzi9njqec.fsf@gitster.mtv.corp.google.com>
On Fri, 2017-09-22 at 13:42 +0900, Junio C Hamano wrote:
> Ian Campbell <ijc@hellion.org.uk> writes:
>
> > This is the third version of my patches to add incremental support to
> > git-filter-branch. Since the last time I have replaced `git mktag --
> > allow-missing-tagger` with `git hash-object -t tag -w --stdin`.
> >
> > I've force pushed to [1] (Travis is still running) and have set off the
> > process of re-rewriting the devicetree tree from scratch (a multi-day
> > affair) to validate (it's looking good).
>
> Thanks.
Travis is happy and the dt reconvert looks sensible (only took 60 hours
;-)).
Don't know if this is useful to your workflow but:
The following changes since commit 4384e3cde2ce8ecd194202e171ae16333d241326:
Git 2.14 (2017-08-04 09:31:12 -0700)
are available in the git repository at:
https://github.com/ijc/git git-filter-branch
for you to fetch changes up to e31c74f709fbf2827d57b4abf826bb836f120329:
filter-branch: use hash-object instead of mktag (2017-09-21 08:44:59 +0100)
----------------------------------------------------------------
Ian Campbell (4):
filter-branch: reset $GIT_* before cleaning up
filter-branch: preserve and restore $GIT_AUTHOR_* and $GIT_COMMITTER_*
filter-branch: stash away ref map in a branch
filter-branch: use hash-object instead of mktag
Documentation/git-filter-branch.txt | 8 +++++++-
git-filter-branch.sh | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
2 files changed, 94 insertions(+), 8 deletions(-)
next prev parent reply other threads:[~2017-09-22 8:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-21 7:49 [PATCH v3 0/4] filter-branch: support for incremental update + fix for ancient tag format Ian Campbell
2017-09-21 7:49 ` [PATCH v3 1/4] filter-branch: reset $GIT_* before cleaning up Ian Campbell
2017-09-21 7:49 ` [PATCH v3 2/4] filter-branch: preserve and restore $GIT_AUTHOR_* and $GIT_COMMITTER_* Ian Campbell
2017-09-21 7:49 ` [PATCH v3 3/4] filter-branch: stash away ref map in a branch Ian Campbell
2017-09-21 7:49 ` [PATCH v3 4/4] filter-branch: use hash-object instead of mktag Ian Campbell
2017-09-22 4:42 ` [PATCH v3 0/4] filter-branch: support for incremental update + fix for ancient tag format Junio C Hamano
2017-09-22 8:38 ` Ian Campbell [this message]
2017-09-22 8:58 ` 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=1506069530.2682.41.camel@hellion.org.uk \
--to=ijc@hellion.org.uk \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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.