Skip to content

Commit 4ab42e2

Browse files
committed
Version 4.5.0
1 parent e9ddc1d commit 4ab42e2

File tree

3 files changed

+62
-1
lines changed

3 files changed

+62
-1
lines changed

AUTHORS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,15 @@ Patches and Suggestions
177177
- Ryan Bohn
178178
- Sam Thursfield
179179
- Sean Molenaar
180+
- Xavier Krantz
181+
- Oliver Kopp
182+
- Dominic Barnes
183+
- Edward Betts
184+
- Luis Miguel Hernanz
185+
- Timothy Hwang
186+
- Marco Glasbergen
187+
- Daniel Lublin
188+
- Matt
189+
- Sam Bostock
190+
- Zeeshan Ahmed
191+
- Isaac Mungai

History.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
4.5.0 / 2018-02-18
2+
==================
3+
4+
* git-release: show message if nothing given after --semver
5+
* doc: update git-extras index
6+
* Merge pull request #639 from spacewander/avoid_deleting_local_upstream
7+
* Merge pull request #693 from xakraz/fix-mktemp-pattern
8+
* git-release: add --no-empty-commit for empty commit hater
9+
* git-release: create an empty release commit if there is nothing to commit
10+
* git-summary: unescape tab for linux column utility
11+
* git-undo: add confirmation when `-h` is specified
12+
* Fixed mktemp template to support busybox (and Alpine linux)
13+
* Merge pull request #691 from koppor/patch-1
14+
* Remove trailing dot of German Windows
15+
* Merge pull request #690 from dominicbarnes/release-push-tags-first
16+
* feat(git-release): push tags first to help ci tools not miss them
17+
* Merge pull request #687 from spacewander/add_semver
18+
* git-release: handle extra non-numeric prefix in tag with --semver
19+
* Merge pull request #686 from spacewander/add_semver
20+
* git-release: add --semver option
21+
* Merge pull request #684 from spacewander/ignore_unknown_arg
22+
* git-release: function usage doesn't exist, ignore unknown argument instead
23+
* Merge pull request #681 from EdwardBetts/master
24+
* Fix so 'git rebase-patch' is described once.
25+
* Merge pull request #680 from lhernanz/master
26+
* Preserve the existing user_commands in the git completion system
27+
* Merge pull request #679 from spacewander/update_git_changelog_doc
28+
* Merge pull request #678 from timhwang21/devs/thwang/docs-update
29+
* Mention how to control changelog format in docs of git-changelog
30+
* Docs> Add -- in front of cmd for git log
31+
* Merge pull request #676 from gormac/master
32+
* Fix 'Invalid code page' error when resetting code page at end of script
33+
* Merge pull request #675 from quite/effort-cursor
34+
* git-effort: restore normal (visible) cursor properly
35+
* Merge pull request #674 from tj/pull-request-two-factor-auth
36+
* Add GitHub two-factor auth support to git-pull-request
37+
* Merge pull request #672 from mehandes/patch-1
38+
* Added Nix/NixOS method of installation
39+
* Merge pull request #671 from sambostock/improve-ignore-io
40+
* Use local variables & format strings
41+
* Fix omission when alphabetically printing ignores
42+
* Remove arbitrary column limit on ignore-io
43+
* Merge pull request #670 from zeeshanu/patch-1
44+
* Fix typo
45+
* Merge pull request #668 from isaacm/patch-1
46+
* Fix typos, remove trailing whitespace
47+
* install: submit brew patch to upstream
48+
* Bump version to 4.5.0-dev.
49+
* git-delete-branch: avoid deleting local upstream
150

251
4.4.0 / 2017-07-15
352
==================

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.5.0-dev"
3+
VERSION="4.5.0"
44
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/master/install.sh"
55

66
update() {

0 commit comments

Comments
 (0)