En

Git官网普通更新(2020-03-24)

来源:Git官网 发布日期:2020-03-24 阅读次数:933 评论:0

基本信息

发布日期:2020-03-24(官方当地时间)

更新类型:普通更新

更新版本:git-filter-repo v2.26.0 (Was: Re: Git v2.26.0)

感知时间:2020-03-24 14:40:39

风险等级:未知

情报贡献:TSRC

更新标题

[ANNOUNCE] git-filter-repo v2.26.0 (Was: Re: [ANNOUNCE] Git v2.26.0)

更新详情

From: Elijah Newren
To: Junio C Hamano
Cc: Git Mailing List ,
Linux Kernel ,
git-packagers@googlegroups.com
Subject: [ANNOUNCE] git-filter-repo v2.26.0 (Was: Re: [ANNOUNCE] Git v2.26.0)
Date: Mon, 23 Mar 2020 18:05:23 -0700
Message-ID: (raw)
In-Reply-To:

Hi,

On Sun, Mar 22, 2020 at 6:12 PM Junio C Hamano wrote:
>
> The latest feature release Git v2.26.0 is now available at the
> usual places. It is comprised of 504 non-merge commits since
> v2.25.0, contributed by 64 people, 12 of which are new faces.

The latest release of git-filter-repo, v2.26.0, is also now available. It
is comprised of 16 non-merge commits since v2.25.0, including a change from
a new contributor.

The public 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 pip[1] or a variety of
package managers across Windows, Mac OS, or Linux (and maybe
others)[2].

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

Sirio Balmelli

[1] https://github.com/newren/git-filter-repo/blob/master/INSTALL.md#installation-via-pip
[2] https://github.com/newren/git-filter-repo/blob/master/INSTALL.md#installation-via-package-manager

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

git-filter-repo 2.26 Release Notes
==================================

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

* Fixes:
* fix cache of file renames and myriad problems with subdirectories
that had the same filenames as parent directories (#53)
* handle typechange modifications when first parent is pruned (#61)
* avoid dying when using --analyze with --refs (#65)
* permit trailing slash for --[to-]subdirectory-filter argument
* use more expensive prunability checks when needed (#64)
* relax the definition of freshly packed (#38)

* Performance:
* multiple performance improvements for --analyze (#52)

* contrib scripts:
* fix lint-history to avoid dying when we get file deletions (#51)
* point people to an issue where they can find more linting examples (#45)

* Miscellaneous:
* Installation improvement (#55)
* Various documentation improvements


Changes since v2.25.0 are as follows:

Elijah Newren (15):
filter-repo: permit trailing slash for --[to-]subdirectory-filter argument
git-filter-repo.txt: fix nested bullets to render correctly
Contributing.md: start with git guidelines, then mention exceptions
filter-repo (README): link to upstream docs
filter-repo (README): streamline prerequisite wording a little bit
lint-history: avoid dying when we get file deletions
filter-repo: avoid repeatedly translating the same string with --analyze
filter-repo: accelerate is_ancestor() for --analyze mode
filter-repo: fix cache of file renames
lint-history: point people to issue with more linting examples
filter-repo: avoid dying with --analyze on commits with unseen parents
filter-repo: relax the definition of freshly packed
filter-repo: use more expensive prunability checks when needed
filter-repo: handle typechange modifications when first parent is pruned
t9390: add missing '&&' in command chain

Sirio Balmelli (1):
setup.py: test for FileExistsError on symlink

软件描述

Git(读音为/gɪt/。)是一个开源的分布式版本控制系统,可以有效、高速地处理从很小到非常大的项目版本管理。 [1] Git 是 Linus Torvalds 为了帮助管理 Linux 内核开发而开发的一个开放源码的版本控制软件。

CVE编号

TSRC分析

暂无

业界资讯

暂无

评论

提交评论 您输入的评论有误,请重新输入