Skip to content

Commit f355fb4

Browse files
committed
Version 4.7.0
1 parent 7a89f7c commit f355fb4

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,9 @@ Patches and Suggestions
196196
- Montak Oleg
197197
- Hasse Ramlev Hansen
198198
- Sebastian Gniazdowski
199+
- 单元源
200+
- Stu Feldt
201+
- Sebastián Mancilla
202+
- zentarul
203+
- Sachin Gupta
204+
- Orestis

History.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2+
4.7.0 / 2019-02-09
3+
==================
4+
5+
* git-pr: emphasized that the remote is required when pulling multiple PRs.
6+
* Merge pull request #743 from spacewander/allow_multiple_pr
7+
* git-pr: accpeted multiple GitHub URL or ID with remote.
8+
* git-pr: added <[remote]:pr number> option.
9+
* Merge pull request #740 from spacewander/tweak_man_readme
10+
* doc: clarify the current working directory when building the docs.
11+
* Merge pull request #739 from sleagon/master
12+
* feat: Add -s(--soft) for git sync
13+
* Merge pull request #738 from StuartFeldt/add-symlinks-to-bulk-command
14+
* Adding support for symlink directories in bulk command
15+
* Merge pull request #737 from smancill/standup-ensure-colors
16+
* git-standup: ensure color usage
17+
* Merge pull request #736 from spacewander/git_force_clone_not_need_git_repo
18+
* misc: sort command list in alphabetical order
19+
* git-force-clone: should not need git repo
20+
* Merge pull request #734 from zentarul/master
21+
* Fix missing double quotes after %DEBUG%
22+
* install.cmd: tweak comments
23+
* Merge pull request #732 from sachin-gupta/sg-mods
24+
* Fix: Dev: `/E` option required with MORE for working on higher version of Windows 10 (**_Build 17134_**)
25+
* Merge pull request #729 from orestisf1993/patch-1
26+
* git-rename-branch: Don't fail if remote doesn't exist
27+
* Bump version to 4.7.0-dev.
28+
129
4.6.0 / 2018-08-11
230
==================
331

bin/git-extras

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION="4.7.0-dev"
3+
VERSION="4.7.0"
44
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/master/install.sh"
55

66
update() {

0 commit comments

Comments
 (0)