Skip to content

Version 5.0.0 (Yinyang)

Compare
Choose a tag to compare
@spacewander spacewander released this 16 Aug 14:58
· 424 commits to master since this release

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 for remote 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 to git rename-branch old new.

New authors:

  • Brice Dutheil
  • Brian Murrell
  • tiemonl
  • timfeirg
  • Abdullah
  • Peter Bittner

Yin_yang