git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Elijah Newren <newren@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Git Mailing List <git@vger.kernel.org>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	git-packagers@googlegroups.com
Subject: [ANNOUNCE] git-filter-repo v2.28.0 (Was: Re: [ANNOUNCE] Git v2.28.0)
Date: Mon, 27 Jul 2020 12:24:51 -0700	[thread overview]
Message-ID: <CABPp-BGVFKKm+n8wTN9dqbA6=HJSZ5m3bnG7fLZ5DGevXSXBAA@mail.gmail.com> (raw)
In-Reply-To: <xmqq5za8hpir.fsf@gitster.c.googlers.com>

Hi,

On Mon, Jul 27, 2020 at 11:54 AM Junio C Hamano <gitster@pobox.com> wrote:
>
> The latest feature release Git v2.28.0 is now available at the
> usual places.  It is comprised of 317 non-merge commits since
> v2.27.0, contributed by 58 people, 13 of which are new faces.

The latest release of git-filter-repo, v2.28.0, is also now available.
It is comprised of 15 non-merge commits since v2.27.1, including two
changes from new contributors.

The public repo of filter-repo is at

    https://github.com/newren/git-filter-repo

The tarballs can be found at:

    https://github.com/newren/git-filter-repo/releases

git-filter-repo can also be installed via a variety of package managers
across Windows, Mac OS, or Linux (and maybe others)[1].

New contributors whose contributions weren't in v2.27.1 are as follows.
Welcome to the git-filter-repo development community!

  * James Ramsay
  * Jonas Bernoulli

[1] https://github.com/newren/git-filter-repo/blob/master/INSTALL.md

----------------------------------------------------------------

git-filter-repo 2.28 Release Notes
==================================

(Note: Additional information is available for many release notes at
    https://github.com/newren/git-filter-repo/issues/<NUMBER>)

* New features:
  * ignore comment lines in --paths-from-file (#111)

* Fixes:
  * allow globs to match file or directory names (#114)
  * use new --date-format=raw-permissive fast-import option to avoid
    fast-import failure on malformed date timezones (#88)
  * fix undefined variable names reported by flake8 in rare error paths (#128)
  * fix crash from assuming parent is an int (#131)

* Documentation:
  * document mapping output (#117)
  * ignore the generated documentation (#127)
  * several miscellaneous doc improvements

* Miscellaneous:
  * make tests individually re-runnable


Changes since v2.27.1 are as follows:

Elijah Newren (13):
      INSTALL.md: fix missing trailing backquote
      t9390: make tests individually re-runnable
      filter-repo: allow globs to match file or directory names
      filter-repo: ignore comment lines in --paths-from-file
      git-filter-repo.txt: point people at the generated documentation
      git-filter-repo.txt: be more forceful on the wording of --force
      filter-repo: make fresh clone warning scarier
      INSTALL.md: wording clarification on what repology.org tracks
      contrib: rename no-op-example to barebones-example
      filter-repo: use new --date-format=raw-permissive fast-import option
      Contributing.md: link to Nicolai Hähnle's code review comments
      Fix undefined variable names
      filter-repo: fix crash from assuming parent is an int

James Ramsay (1):
      git-filter-repo.txt: document mapping output

Jonas Bernoulli (1):
      .gitignore: ignore the generated documentation

      reply	other threads:[~2020-07-27 19:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-27 16:49 [ANNOUNCE] Git v2.28.0 Junio C Hamano
2020-07-27 19:24 ` Elijah Newren [this message]

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='CABPp-BGVFKKm+n8wTN9dqbA6=HJSZ5m3bnG7fLZ5DGevXSXBAA@mail.gmail.com' \
    --to=newren@gmail.com \
    --cc=git-packagers@googlegroups.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 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).