Skip to content

Commit 2929c41

Browse files
committed
Version 6.1.0
1 parent 64e76db commit 2929c41

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Patches and Suggestions
2323
- Paul Wise
2424
- Damien Tardy-Panis
2525
- Mark Eissler
26+
- Yuriy VG
2627
- Leila Muhtasib
2728
- Richard Fearn
2829
- Jesús Espino
@@ -35,6 +36,7 @@ Patches and Suggestions
3536
- Mark Pitman
3637
- Luke Childs
3738
- Sasha Khamkov
39+
- vyas
3840
- Robin Winslow
3941
- Yi EungJun
4042
- grindhold
@@ -66,6 +68,7 @@ Patches and Suggestions
6668
- Alexis GRIMALDI
6769
- Allan Odgaard
6870
- Andre Cerqueira
71+
- Beth Skurrie
6972
- Brice Dutheil
7073
- Curtis McEnroe
7174
- David Rogers
@@ -197,6 +200,7 @@ Patches and Suggestions
197200
- Steve Mao
198201
- Stu Feldt
199202
- Timothy Hwang
203+
- Tin Lai
200204
- Todd Wolfson
201205
- Tom Andrade
202206
- Tom Ashworth

History.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,50 @@
11

2+
6.1.0 / 2020-09-26
3+
==================
4+
5+
* Merge pull request #878 from spacewander/default_br
6+
* Merge pull request #880 from spacewander/fix_bsd_sed_regex
7+
* git-info: fix regex for bsd sed
8+
* Merge pull request #879 from spacewander/pass_arg
9+
* feat: pass origin argument down to git execution
10+
* change: migrate default branch
11+
* Merge pull request #872 from yuravg/pr_typo
12+
* doc: fix typo
13+
* Merge pull request #869 from spacewander/typo
14+
* git-back: removed
15+
* fix typo
16+
* Merge pull request #868 from spacewander/zsh_completion
17+
* sort completion in alphabetical order
18+
* remove incorrect completion
19+
* git-info: add zsh completion
20+
* Merge pull request #867 from yuravg/pr2source
21+
* doc: fix argument description
22+
* git-info: moved argument checking
23+
* git-info: fix namespace
24+
* doc: update derived git-info files
25+
* doc: add description for git-info
26+
* Add bash completion for git-info
27+
* git-info: colorized headers
28+
* git-info: extend configuration and commit information
29+
* git-info: remove notes about git-log, git-show
30+
* git-info: add info about submodules
31+
* git-info: fix indentation, remove comment
32+
* Merge pull request #864 from v-y-a-s/pr
33+
* Grammar correction
34+
* Remove $user
35+
* corrections
36+
* Update doc
37+
* fix config message name
38+
* Remove comments
39+
* PR test
40+
* Merge pull request #860 from soraxas/implement-fish-completions
41+
* implement fish completions file
42+
* Merge pull request #853 from bethesque/feat/git-browse-with-multiple-remotes
43+
* feat(browse): automatically select origin remote if one exists, fallback to first otherwise
44+
* Merge pull request #854 from bethesque/fix/git-browse-sed-on-mac
45+
* fix(browse): update sed pattern to work on mac
46+
* Bump version to 6.1.0-dev
47+
248
6.0.0 / 2020-06-22
349
==================
450

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

66
update() {

0 commit comments

Comments
 (0)