File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed
Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+
1294.6.0 / 2018-08-11
230==================
331
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- VERSION=" 4.7.0-dev "
3+ VERSION=" 4.7.0"
44INSTALL_SCRIPT=" https://raw.githubusercontent.com/tj/git-extras/master/install.sh"
55
66update () {
You can’t perform that action at this time.
0 commit comments