4.5.0
版本发布时间: 2018-02-18 13:01:37
tj/git-extras最新发布版本:7.2.0(2024-04-23 21:00:33)
The git-extras 4.5.0 (Venus) is released now!
Here's a list of all the changes made in this release; the full changelog can be found in History.md:
- (#639) git-delete-branch: avoid deleting local upstream – @spacewander
- (#693) Fixed mktemp template to support busybox (and Alpine linux) – @xakraz
- (#691) Remove trailing dot of German Windows – @koppor
- (#690) feat(git-release): push tags first to help ci tools not miss them – @dominicbarnes
- (#687) git-release: handle extra non-numeric prefix in tag with --semver – @spacewander
- (#686) git-release: add --semver option – @spacewander
- (#684) git-release: function usage doesn't exist, ignore unknown argument instead – @spacewander
- (#681) Fix so 'git rebase-patch' is described once. – @EdwardBetts
- (#680) Preserve existing user commands in zsh completion – @lhernanz
- (#679) Mention how to control changelog format in docs of git-changelog – @spacewander
- (#678) Docs> Add -- in front of cmd for git log – @timhwang21
- (#676) Fix 'Invalid code page' error when restoring code page at end of script for Windows – @gormac
- (#675) git-effort: restore normal (visible) cursor properly – @quite
- (#674) Add GitHub two factor auth support to git-pull-request – @spacewander
- (#672) Added Nix/NixOS method of installation – @mehandes
- (#671) Improve ignore-io – @sambostock
- (#670) Fix typo in Commands.md – @zeeshanu
- (#668) Fix typos – @isaacm
Since the last release (4.4.0 Uranium):
- updated man pages or documentation 7 times
- fixed installation/update 3 times
- 12 unique contributors
Break change:
Since 4.5.0, git undo -h
will prompt if you really want to undo the change. In the future, we may change the -h
option, and you need to use --hard
instead.