Skip to content

Commit b9786c7

Browse files
committed
Version 6.2.0
1 parent 6880198 commit b9786c7

File tree

3 files changed

+72
-1
lines changed

3 files changed

+72
-1
lines changed

AUTHORS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Patches and Suggestions
3636
- Mark Pitman
3737
- Luke Childs
3838
- Sasha Khamkov
39+
- equt
3940
- vyas
4041
- Robin Winslow
4142
- Yi EungJun
@@ -50,8 +51,11 @@ Patches and Suggestions
5051
- Phally
5152
- Rico Sta. Cruz
5253
- Takuma Yamaguchi
54+
- thomas menzel
55+
- vanpipy
5356
- vr8ce
5457
- Brian J Brennan
58+
- Dominik Gedon
5559
- Hogan Long
5660
- Ivan Malopinsky
5761
- Jonathan "Duke" Leto
@@ -97,11 +101,14 @@ Patches and Suggestions
97101
- luozexuan
98102
- roxchgt
99103
- soffolk
104+
- 0xflotus
100105
- Abdullah
101106
- Adam Parkin
102107
- Adriaan Zonnenberg
103108
- Akim Demaille
109+
- Alessandro Pagiaro
104110
- Alex McHale
111+
- Aloxaf
105112
- Amir Tocker
106113
- Ammar Najjar
107114
- Amory Meltzer
@@ -116,6 +123,7 @@ Patches and Suggestions
116123
- Aurélien Scoubeau
117124
- Balazs Nadasdi
118125
- Ben Parnell
126+
- Beni Ben Zikry
119127
- Brandon Zylstra
120128
- Brian Goad
121129
- Brian Murrell
@@ -147,6 +155,7 @@ Patches and Suggestions
147155
- Isaac Mungai
148156
- J.C. Yamokoski
149157
- James Manning
158+
- James Zhu
150159
- Jan Krueger
151160
- Jarod Stewart
152161
- Jason Young
@@ -159,6 +168,7 @@ Patches and Suggestions
159168
- John Hoffmann
160169
- Jon Ander Peñalba
161170
- Joshua Appelman
171+
- José María Gutiérrez @TheTechOddBug
162172
- Kevin Woo
163173
- Konstantin Schukraft
164174
- Leandro López
@@ -199,6 +209,7 @@ Patches and Suggestions
199209
- Stephen Mathieson
200210
- Steve Mao
201211
- Stu Feldt
212+
- Tim Preston
202213
- Timothy Hwang
203214
- Tin Lai
204215
- Todd Wolfson
@@ -207,6 +218,7 @@ Patches and Suggestions
207218
- Tony
208219
- TweeKane
209220
- Valérian Galliat
221+
- Vitaly Chikunov
210222
- Xavier Krantz
211223
- Xiaopei Li
212224
- Zeeshan Ahmed

History.md

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

2+
6.2.0 / 2021-03-26
3+
==================
4+
5+
* Merge pull request #915 from spacewander/typo
6+
* Merge pull request #914 from spacewander/xch
7+
* Merge pull request #916 from spacewander/utimes
8+
* fix(git-utimes): make sure it work under OS X.
9+
* chore: fix typo
10+
* fix(git-ignore): use $XDG_CONFIG_HOME only when it is defined
11+
* Merge pull request #910 from 0xflotus/patch-1
12+
* fixed small error
13+
* Merge pull request #908 from nodeg/fix_installation
14+
* Fix grammer
15+
* Correct macOS spelling
16+
* Correct openSUSE spelling and update Version
17+
* Merge pull request #907 from bbenzikry/zinit-docs
18+
* Update zinit docs
19+
* Merge pull request #906 from prestontim/master
20+
* Remove bug|refactor|chore from documentation
21+
* Merge pull request #899 from spacewander/git-summary
22+
* git-summary: reject invalid option
23+
* ci: use checkout@v2
24+
* Merge pull request #897 from spacewander/ga
25+
* ci: move to GitHub Action
26+
* Merge pull request #882 from vt-alt/git-utimes
27+
* Merge pull request #896 from Aloxaf/fix_completion
28+
* fix: zsh completion of git-coauthor command
29+
* Merge pull request #895 from vanpipy/feature/optional-start-point-when-creeate-branch
30+
* doc: add the usage of the parameter `--from` for create-branch and feature
31+
* feat(feature): checkout from start point if exists
32+
* feat(create-branch): add optional --from to set the start point
33+
* Merge pull request #894 from alessandro308/merge-into-stashed
34+
* Merge-into: add stash before to checkout
35+
* Merge pull request #892 from equt/#891
36+
* Merge pull request #888 from equt/master
37+
* Merge pull request #889 from vanpipy/feature/delete-tag
38+
* [ fix #891 ] Cast branch output if HEAD not exists
39+
* [ feat ] Quote the default_path var
40+
* [ fix ] Quote env var
41+
* [ fix ] Quote the XDG_CACHE_HOME
42+
* [ feat ] Use default global ignore file
43+
* [ refactor ] Optimize var not existing check
44+
* [ fix ] Fix hardcode ignore list file path
45+
* [ feat ] Add XDG_CACHE_HOME check
46+
* Merge pull request #890 from zhujian0805/master
47+
* adding a format for git-contrib
48+
* git-utimes: Change files modification time to their last commit date
49+
* feat(delete-tag): get default remote from git config if exists
50+
* Merge pull request #884 from elonderin/fix-squash-help
51+
* squash help: re-ran make for extras and squash
52+
* squash help: ran make man/git-extras.{html,1}
53+
* squash help: ran make man/git-squash.{html,1}
54+
* squash help: corrects option name in PR
55+
* Merge remote-tracking branch 'u/master' into HEAD
56+
* Merge pull request #886 from TheTechOddBug/master
57+
* Fixing summary for --squash-msg option.
58+
* Updates git-squash.md: fixes help which was unclear and had remnants from copied template it appears
59+
* Bump version to 6.2.0-dev
60+
261
6.1.0 / 2020-09-26
362
==================
463

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

66
update() {

0 commit comments

Comments
 (0)