5.0.0
版本发布时间: 2019-08-16 22:58:05
tj/git-extras最新发布版本:7.2.0(2024-04-23 21:00:33)
The git-extras 5.0.0 (Yinyang) is released now!
Here's a list of all the changes made in this release; the full changelog can be found in History.md:
- (#769) git-line-summary: should be the history – @spacewander
- (#768) git-guilt: protect against encoding issues with LC_ALL=C – @bric3
- (#767) git-rename-branch: change branch argument order – @spacewander
- (#765) Installation.md: add dependencies section. – @spacewander
- (#763) check_integrity.sh: check more strickly. – @spacewander
- (#762) git-pr: add -m|--merge option to check out a merge commit – @spacewander
- (#761)
create-branch
allows for preference forremote
option – @btmurrell - (#754) git-fork: prompt for password before 2FA code. – @spacewander
- (#753) git-reauthor: updated documentation to show rename workaround – @tiemonl
- (#751) git-rename-remote: rename a remote regardless of any existing remotes – @timfeirg
- (#723) Make
git undo -s
restore the staging area – @bittner - (#746) Installation instructions added for CRUX – @Awan
- (#744) git-guilt: avoid exceeding 80 columns. – @spacewander
Since the last release (4.7.0 X-ray):
- updated man pages or documentation 11 times
- fixed installation/update 3 times
- 6 unique contributors
Break change: Since 5.0.0,
- git line-summary is removed
-
git undo -s won't touch the index, just like the
git reset --soft
-
git rename-branch change the argument order from
git rename-branch new old
togit rename-branch old new
.
New authors:
- Brice Dutheil
- Brian Murrell
- tiemonl
- timfeirg
- Abdullah
- Peter Bittner