git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [ANNOUNCE] git-filter-repo 2.32.0
@ 2021-06-07 17:44 Elijah Newren
  2021-06-07 21:46 ` Felipe Contreras
  0 siblings, 1 reply; 3+ messages in thread
From: Elijah Newren @ 2021-06-07 17:44 UTC (permalink / raw)
  To: Git Mailing List, git-packagers

The latest release of git-filter-repo, v2.32.0, is now available.  It
is comprised of 32 non-merge commits since v2.29.0, including 20
changes from five 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.29.0 are as follows.
Welcome to the git-filter-repo development community!

  * Johannes Schindelin
  * Stefano Rivera
  * Lassi Kortela
  * Shezan Baig
  * 林博仁(Buo-ren Lin)

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

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

git-filter-repo 2.32 Release Notes
==================================

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

(Note: Windows users may be interested in the external fixes at
 https://github.com/msys2/msys2-runtime/pull/27 and
 https://github.com/git-for-windows/git/pull/3165, the pair of which
 should improve the experience for many users who try to run
 git-filter-repo on Windows.)

* Fixes:
  * sanity check that the --path-rename argument has exactly one ':' (#206)
  * fix --use-mailmap (#185)
  * improve invalid repository error message

* Enhancements:
  * Allow callback bodies to be loaded from a file (#246)

* Documentation:
  * update Windows section of INSTALL.md
  * link from main README.md to nicely formatted external copy of documentation
  * add some clarifications around replace refs (#235)
  * link to (dangerous but useful) GitHub docs on purging old history (#235)

* contrib scripts:
  * bfg-ish: fix relative path compatibility for --replace-text and repo (#242)
  * bfg-ish: add some sanity checks on specified repo (#241)
  * lint-history: decode filename to fix Windows portability (#231)
  * lint-history: fix binary blob detection (#223)
  * lint-history: explain filename paths (#147)
  * lint-history: explain how TMPDIR can be used (#147)

* Miscellaneous:
  * lots of fixes for running the testsuite Windows (#231)
  * add a GitHub workflow for continuous integration (#167)
  * add a reusable test runner script (#205)



Changes since v2.29.0 are as follows:

Elijah Newren (12):
      filter-repo: fix --use-mailmap
      lint-history: fix binary blob detection
      t9390: add a testcase for --path-rename with no colon
      filter-repo: improve invalid repository error message
      filter-repo: avoid depending on `wc` binary being present
      README.md: link to external formatting of user manual
      git-filter-repo.txt: add some clarifications around replace refs
      git-filter-repo.txt: link to GitHub docs on purging old history
      bfg-ish: add some sanity checks on the specified repo
      lint-history: explain filename paths
      lint-history: explain how TMPDIR can be used
      INSTALL.md: reference dscho's excellent python on git-for-windows fixes

Johannes Schindelin (14):
      Ignore the generated Python cache
      Test data and scripts must have Unix line endings
      t9390: use the correct prereq when using "funny" file names
      t9390: expect the correct line count in `--strip-blobs-with-ids`
      t9390: close link of broken &&-chain
      t9390: avoid using Bash-ism `<(...)`
      t9390: avoid using `colrm`
      t9390: work around clash with MSYS2's Unix<->Win32 path conversion
      t9390: work around yet another Unix<->Win32 path issue
      t9391: don't rely on the system gitconfig defining core.autocrlf=false
      t9391: guard `dos2unix` use behind a prereq
      Add a GitHub workflow to test this thing
      Fix the Python path on Windows
      lint-history: do decode bytes

Lassi Kortela (1):
      Fix bug in --path-rename argument without colon

Shezan Baig (1):
      Allow callback body to be loaded from a file

Stefano Rivera (3):
      Break the actual test runner into its own script
      Exit non-zero if the tests fail
      Share implementation with github workflow

林博仁(Buo-ren Lin) (1):
      Fix relative path compatibility for --replace-text and bfg_args.repo

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

* RE: [ANNOUNCE] git-filter-repo 2.32.0
  2021-06-07 17:44 [ANNOUNCE] git-filter-repo 2.32.0 Elijah Newren
@ 2021-06-07 21:46 ` Felipe Contreras
  2021-06-07 21:56   ` Elijah Newren
  0 siblings, 1 reply; 3+ messages in thread
From: Felipe Contreras @ 2021-06-07 21:46 UTC (permalink / raw)
  To: Elijah Newren, Git Mailing List, git-packagers

Elijah Newren wrote:
> The latest release of git-filter-repo, v2.32.0, is now available.  It
> is comprised of 32 non-merge commits since v2.29.0, including 20
> changes from five new contributors.

Maybe provide a quick summary of what git-filter-repo is?

Cheers.

-- 
Felipe Contreras

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

* Re: [ANNOUNCE] git-filter-repo 2.32.0
  2021-06-07 21:46 ` Felipe Contreras
@ 2021-06-07 21:56   ` Elijah Newren
  0 siblings, 0 replies; 3+ messages in thread
From: Elijah Newren @ 2021-06-07 21:56 UTC (permalink / raw)
  To: Felipe Contreras; +Cc: Git Mailing List

// Moving git-packagers to bcc in case this thread continues any further.

On Mon, Jun 7, 2021 at 2:46 PM Felipe Contreras
<felipe.contreras@gmail.com> wrote:
>
> Elijah Newren wrote:
> > The latest release of git-filter-repo, v2.32.0, is now available.  It
> > is comprised of 32 non-merge commits since v2.29.0, including 20
> > changes from five new contributors.
>
> Maybe provide a quick summary of what git-filter-repo is?

A tool for rewriting git history.  Think of it roughly as a
replacement for git-filter-branch (without the glaring safety or
performance issues), or as a more versatile bfg repo-cleaner.

Thanks for the tip; I'll include a synopsis in future release announcements.

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

end of thread, other threads:[~2021-06-07 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 17:44 [ANNOUNCE] git-filter-repo 2.32.0 Elijah Newren
2021-06-07 21:46 ` Felipe Contreras
2021-06-07 21:56   ` Elijah Newren

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).