6.0.0
版本发布时间: 2020-06-22 11:30:54
tj/git-extras最新发布版本:7.2.0(2024-04-23 21:00:33)
The git-extras 6.0.0 (Aurora) is released now!
Here's a list of all the changes made in this release; the full changelog can be found in History.md:
- (#849) Correct undo documentation to match code order of parameters – @vr8hub
- (#850) Modify to work when only a single commit, add parameter checks – @vr8hub
- (#847) docs: Note flag for git extra --version – @Amorymeltzer
- (#846) doc: add a note about the package maintainer. – @spacewander
- (#844) docs: mention installation via FreeBSD pkg – @ihoro
- (#843) break change: remove docs and other stuff of git-feature's alias – @spacewander
- (#845) Remove scripts that are mere alias wrappers for git-feature – @alerque
- (#840) git-archive-file: rename invalid chars in the output filename – @spacewander
- (#841) Fix missing newline escapes in git-release zsh completion – @sgleizes
- (#837) add a default for the remote to fetch a pr from – @jldugger
- (#836) add a config setting for prefix – @jldugger
- (#829) add squash option to git-feature – @cpradog
- (#826) Add git-cp – @Natim
- (#827) Update man page export for git-psykorebase with ronn-ng 0.9.0 – @Natim
- (#824) Fix documentation for git-browse – @mapitman
- (#823) Add git-browse command – @mapitman
- (#820) change: deprecate git-back – @spacewander
- (#817) Fixes #770: Adds git-brv – @bric3
- (#816) git-sed: limit paths via pathspec – @spacewander
Since the last release (5.1.0 Zigzag):
- updated man pages or documentation 15 times
- fixed installation/update 2 times
- 10 unique contributors
Break change:
-
git back
is deprecated. Usegit undo --soft
instead. -
git bug|chore|refactor
is removed. Usegit feature -a bug|chore|refactor
instead.
New authors:
- vr8ce
- Amory Meltzer
- Caleb Maclennan
- phigoro
- sgleizes
- Justin Dugger
- Carlos Prado
- Rémy HUBSCHER
- Mark Pitman
- Brice Dutheil