7.0.0
版本发布时间: 2023-04-24 22:10:39
tj/git-extras最新发布版本:7.2.0(2024-04-23 21:00:33)
The git-extras 7.0.0 (Gypsum) is released now!
Here's a list of all the changes made in this release; the full changelog can be found in History.md:
- Update docs for git abort change by @joshuali925 in https://github.com/tj/git-extras/pull/1000
- fix base branch in the pull-request command by @zhiyanfoo in https://github.com/tj/git-extras/pull/1003
- Makefile: ensure bash is used instead of /bin/sh by @spacewander in https://github.com/tj/git-extras/pull/1004
- Make git-summary accept multiple paths for the --lines argument by @aronhoff in https://github.com/tj/git-extras/pull/1005
- Allow to run git-extras within git-bulk by @guenhter in https://github.com/tj/git-extras/pull/1008
- git-summary: remove stray \ in grep call by @mkurmag in https://github.com/tj/git-extras/pull/1010
- Fix quiet mode of the bulk command by @guenhter in https://github.com/tj/git-extras/pull/1014
- Add summary fields by @guenhter in https://github.com/tj/git-extras/pull/1013
- chore: Improve quoting and builtin usage by @hyperupcall in https://github.com/tj/git-extras/pull/1015
- chore: More Bash improvements and removing deprecations by @hyperupcall in https://github.com/tj/git-extras/pull/1016
- Replace egrep with grep -E by @sirlucjan in https://github.com/tj/git-extras/pull/1019
- Repo status overview by @guenhter in https://github.com/tj/git-extras/pull/1017
- chore: Fix more Bash inconsistencies by @hyperupcall in https://github.com/tj/git-extras/pull/1021
- Make the bulk output slimmer by @guenhter in https://github.com/tj/git-extras/pull/1020
- Add EditorConfig file by @hyperupcall in https://github.com/tj/git-extras/pull/1022
- Update gitignore.io urls to Toptal urls by @Lee-W in https://github.com/tj/git-extras/pull/1025
- revert the completion dir change on MacOS by @spacewander in https://github.com/tj/git-extras/pull/1026
- tweak editor config by @spacewander in https://github.com/tj/git-extras/pull/1027
- fix: No longer pollute env with
GREP_OPTIONS
by @hyperupcall in https://github.com/tj/git-extras/pull/1030 - chore: Various Bash improvements by @hyperupcall in https://github.com/tj/git-extras/pull/1029
- chore: Remove
X
-style equality comparisons by @hyperupcall in https://github.com/tj/git-extras/pull/1028 - Change the oneline option to a tebular version in the git summary by @guenhter in https://github.com/tj/git-extras/pull/1031
- chore: Improve Bash variously by @hyperupcall in https://github.com/tj/git-extras/pull/1032
- Add the current branch git summary by @guenhter in https://github.com/tj/git-extras/pull/1034
- git-delete-tag: should not be quoted by @spacewander in https://github.com/tj/git-extras/pull/1036
- Need bash 4.0+ by @spacewander in https://github.com/tj/git-extras/pull/1038
Since the last release (6.5.0 Fluorite):
- updated man pages or documentation 5 times
- 8 unique contributors
New authors:
- Günther Grill
- Edwin Kofler
- Wei Lee
- Piotr Górski
- Kurban Mallachiev
- Áron Hoffmann
- zhiyanfoo
- Joshua Li