3.0.0
版本发布时间: 2015-04-27 20:51:48
tj/git-extras最新发布版本:7.2.0(2024-04-23 21:00:33)
Version 3.0.0
release named rid-star
would not be possible without the wonderful contributions!
Special thanks to @spacewander @chernjie @markeissler :)
Checkout the changelogs:
- Merge wiki into main repository #359.
- Fix git tag substring extraction for bash 3.2. #36. Fixed #337, #338
- Added support for git version below 2.2.0
-
git-merge-repo
new command added by @imsky - add support for git version below 2.2.0
-
helper/reset-env
: helper to prevent GREP_OPTIONS from causing issues. -
git-guilt
new command added by @spacewander. -
show-merged-branches
new command was added by @paulschreiber - Preserve "svn" branch for
git-svn
. Fixed #328 - Fixed tag trapping when HEAD and tag point to same commit.
- Fixed gitflow commit history output.
- Updated bash completions for better-changelog.
- Complete rewrite to support commit ranges for pretty and list output.
- Support ~ in add_patterns for
git-ignore
- Support ~ in show
git-ignore
- Added
merge-into
to merge two branches quickly -
git-fresh-branch
: Check for changes and prompt for input before nuking. (Issue: #142) -
gh-pages
was fixed to stash and don't delete files by @cironunes. - Allow empty initial commit when setup repo, fixed by @pfctgeorge
-
git-summary
correctly displays project name #317 by @jykntr -
git scp
#300 by @chernjie - use standard git editor in git-authors & git-changelog by @code42day #315
-
custom-commit-message
custom commit message options support by @snowyu - Fix missing closing curly brace in
bash_completion.sh
by @wooorm. -
git-delta
new command by @imsky -
git-authors
new command by @wooorm -
git-scp
-- Copy files to SSH compatible git-remote by @chernjie . -
git-chore
new command by @ckhall. - Fix typo in in
git ignore
message. - symlink
git-rscp
togit-scp
- Merge pull request #299 from /git-delete-branch
- When deleting a branch check if git has config by @jonanp #299
- @spacewander added more bash completion functions
- @GuillaumeSeren added ref completion to
git-missing
. - Revert "Ignore *.html and *.1 auto-generated files in man/"
- Make will not assume man pages already exists by @RasmusWL
- Ignore
man/git-*.html
andman/git-*.1
by @jguenther - Remove auto-generated files man/git-.html and man/git-.1
-
changelog
to release as optional flag by @tsldh - Merge pull request #289 from /feature/mktemp
- Use
mktemp
for temporary file creation by @mavant - #288 from @dead-horse made release hook more flexible.
- @benjaminparnell added
--no-color
togit-delete-merged-branches
-
git-info
: POSIX compliance by @valeriangalliat