Version 4.7.0

This commit is contained in:
spacewander 2019-02-09 17:08:42 +08:00
parent 7a89f7c6e4
commit f355fb4c94
3 changed files with 35 additions and 1 deletions

View file

@ -196,3 +196,9 @@ Patches and Suggestions
- Montak Oleg
- Hasse Ramlev Hansen
- Sebastian Gniazdowski
- 单元源
- Stu Feldt
- Sebastián Mancilla
- zentarul
- Sachin Gupta
- Orestis

View file

@ -1,3 +1,31 @@
4.7.0 / 2019-02-09
==================
* git-pr: emphasized that the remote is required when pulling multiple PRs.
* Merge pull request #743 from spacewander/allow_multiple_pr
* git-pr: accpeted multiple GitHub URL or ID with remote.
* git-pr: added <[remote]:pr number> option.
* Merge pull request #740 from spacewander/tweak_man_readme
* doc: clarify the current working directory when building the docs.
* Merge pull request #739 from sleagon/master
* feat: Add -s(--soft) for git sync
* Merge pull request #738 from StuartFeldt/add-symlinks-to-bulk-command
* Adding support for symlink directories in bulk command
* Merge pull request #737 from smancill/standup-ensure-colors
* git-standup: ensure color usage
* Merge pull request #736 from spacewander/git_force_clone_not_need_git_repo
* misc: sort command list in alphabetical order
* git-force-clone: should not need git repo
* Merge pull request #734 from zentarul/master
* Fix missing double quotes after %DEBUG%
* install.cmd: tweak comments
* Merge pull request #732 from sachin-gupta/sg-mods
* Fix: Dev: `/E` option required with MORE for working on higher version of Windows 10 (**_Build 17134_**)
* Merge pull request #729 from orestisf1993/patch-1
* git-rename-branch: Don't fail if remote doesn't exist
* Bump version to 4.7.0-dev.
4.6.0 / 2018-08-11
==================

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION="4.7.0-dev"
VERSION="4.7.0"
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/master/install.sh"
update() {