4.3.0
版本发布时间: 2017-05-05 19:25:32
tj/git-extras最新发布版本:7.2.0(2024-04-23 21:00:33)
The git-extras 4.3.0 (titan)
is released now!
Here's a list of all the changes made in this release; the full changelog can be found in History.md
:
- (#578) count: remove usage of extra arguments for detailed display - @tardypad
- (#585) Add git stamp - @tardypad
- (#588) Add --no-email to git-author - @spacewander
- (#589) Spelling fixes - @yelinaung
- (#590) Be sure to remove tempfile in git-changelog - @bbbco
- (#591) git-force-clone - @nottrobin
- (#592) Fix integrity for git-reauthor discussion - @spacewander
- (#594) Show all commit messages if no tag found - @spacewander
- (#595) fix: git-squash docs. Replaced 'actual' with 'current' - @aaguilera
- (#596) Fix typo in archive-file documentation - @richardfearn
- (#597) Improvements to Commands.md - @richardfearn
- (#598) git-sed: fix 'unkonwn' typo - @richardfearn
- (#599) git-{clear,clear-soft,sync}: improve yes/no prompts - @richardfearn
- (#600) git-fresh-branch: fix handling of 'yes' response when there are changes - @richardfearn
- (#601) git-sed: use "grep -z" and "xargs -0" to cope with spaces in filenames - @richardfearn
- (#602) git-delete-merged-branches: use "xargs -r" to prevent error when there are no branches to delete - @richardfearn
- (#603) git-clear-soft: change default yes/no option to "no" (as with git-clear) - @richardfearn
- (#606) fix git-extras update and tweak Windows detection - @spacewander
- (#610) spelling: {a,an} archive - @nicolaiskogheim
- (#615) Adds 2FA support to git-fork - @techjacker
- (#619) use U+266A instead of comma as separator - @spacewander
- (#624) Check commit existed before running some commands - @spacewander
- (#626) fall back to EMAIL when user.email is not configured - @jldugger
- (#627) Added Github Enterprise support - @hickey
- (#629) Fix git-effort for paths starting with dash - @dankilman
- (#630) Add RHEL/CentOS installation - @jjlin
- (#633) Columns in git-effort adopt to file length - @nschlimm
- (#635) fix syntax & name variables better in rename-branch - @spacewander
- (#636) use remote detected instead of 'origin' in rename-branch - @spacewander
- (#641) pull_request: should use detected upstream instead of hardcore origin - @spacewander
- (#642) Git bulk command - @nschlimm
- (#643) Remove slashes from git-config command - @jonyamo
- (#646) Upgrade git-standup to new interface - @spacewander
- (#647) Add BSD cat support - @SMillerDev
- (#649) git-fork: Let curl exit with error code on fail - @adriaanzon
- (#651) pass tag and optional arguments to hook and stop if pre-release hook fails - @spacewander
Since the last release (4.2.0 starplex
):
- added 3 new commands (
git bulk
,git force-clone
, andgit stamp
) - updated man pages or documentation 19 times
- fixed installation/update 1 times
- 11 unique contributors