Re: [PATCH v3 0/4] filter-branch: support for incremental update + fix for ancient tag format

2017-09-22 Thread Junio C Hamano
Ian Campbell  writes:

> Travis is happy and the dt reconvert looks sensible (only took 60 hours
> ;-)).

Good.

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

That should match (modulo that they lack my sign-off, for obvious
reasons) what I have in the 'pu' branch, four commits on a single
strand of pearls ending at b2c1ca6b ("filter-branch: use hash-object
instead of mktag", 2017-09-21).

Thanks.


Re: [PATCH v3 0/4] filter-branch: support for incremental update + fix for ancient tag format

2017-09-22 Thread Ian Campbell
On Fri, 2017-09-22 at 13:42 +0900, Junio C Hamano wrote:
> Ian Campbell  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(-)


Re: [PATCH v3 0/4] filter-branch: support for incremental update + fix for ancient tag format

2017-09-21 Thread Junio C Hamano
Ian Campbell  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.


[PATCH v3 0/4] filter-branch: support for incremental update + fix for ancient tag format

2017-09-21 Thread Ian Campbell
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).

Ian.

[0] 
https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/
[1] https://github.com/ijc/git/tree/git-filter-branch