Skip to content

Commit 3ac3c54

Browse files
committed
Version 6.5.0
Signed-off-by: spacewander <[email protected]>
1 parent 584e028 commit 3ac3c54

File tree

3 files changed

+46
-5
lines changed

3 files changed

+46
-5
lines changed

AUTHORS

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@ Maintainers
1515
Patches and Suggestions
1616
```````````````````````
1717
- Jonhnny Weslley
18+
- Tobias Fendin
1819
- LeeW
20+
- timfeirg
1921
- Niklas Schlimm
20-
- Tobias Fendin
2122
- nickl-
22-
- timfeirg
2323
- CJ
2424
- Paul Wise
2525
- Damien Tardy-Panis
2626
- Mark Eissler
2727
- Yuriy VG
2828
- Leila Muhtasib
2929
- Richard Fearn
30+
- Bill Wood
3031
- Jesús Espino
3132
- Rémy HUBSCHER
3233
- go2null
@@ -35,6 +36,7 @@ Patches and Suggestions
3536
- Jan Schulz
3637
- Kenneth Reitz
3738
- Mark Pitman
39+
- Peter Benjamin
3840
- Luke Childs
3941
- Sasha Khamkov
4042
- equt
@@ -49,13 +51,12 @@ Patches and Suggestions
4951
- Chris Hall
5052
- Damian Krzeminski
5153
- NANRI
52-
- Peter Benjamin
54+
- vanpipy
5355
- Alexander Krasnukhin
5456
- Phally
5557
- Rico Sta. Cruz
5658
- Takuma Yamaguchi
5759
- thomas menzel
58-
- vanpipy
5960
- vr8ce
6061
- Brian J Brennan
6162
- Dominik Gedon
@@ -181,6 +182,7 @@ Patches and Suggestions
181182
- Kevin Woo
182183
- Konstantin Schukraft
183184
- Leandro López
185+
- Lone
184186
- Luis Miguel Hernanz
185187
- Maarten Winter
186188
- Marco Glasbergen
@@ -214,6 +216,7 @@ Patches and Suggestions
214216
- Ryan Bohn
215217
- Sachin Gupta
216218
- Sam Thursfield
219+
- Sandro
217220
- Sean Molenaar
218221
- Sebastian Gniazdowski
219222
- Sebastián Mancilla
@@ -222,6 +225,7 @@ Patches and Suggestions
222225
- Stephen Mathieson
223226
- Steve Mao
224227
- Stu Feldt
228+
- SukkaW
225229
- Tim Preston
226230
- Timothy Hwang
227231
- Tin Lai

History.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
6.5.0 / 2022-10-06
2+
==================
3+
4+
* git root: show '.' when using with -r in the root dir (#995)
5+
* git standup: work as expected when no configured (#996)
6+
* rephrase question depending on switch (#984)
7+
* Include revert conflicts in git abort (#992)
8+
* fix(git-effort):fork: retry: Resource temporarily unavailable #979 (#990)
9+
* git-sync --force will sync without interaction (#989)
10+
* fix(git-cp): keep the history of the files
11+
* git-bulk: previous refactor redirected $PWD to stderr by mistake
12+
* Fix lazy loading bash_completion from XDG_DATA_DIRS
13+
* Minor changes to man/git-standup.md
14+
* Replaced -g and -A with -F gpg|authordate
15+
* fix(bin/git-browse): fix commit hash
16+
* fix(bin/git-browse): fix bitbucket url
17+
* feat: open website at file & line number or range
18+
* #970 standup added -A flag for author date
19+
* update docs due to formatting error in git-utimes man page
20+
* update per shellcheck advice
21+
* update git-utimes.{1,html} to add --newer flag
22+
* Don't read git-extras.standup.implicit-week twice in git standup
23+
* quote mod_s and git_s integer vars
24+
* updates per request of spacewander
25+
* Update Commands.md
26+
* allow modification date updates for symbolic links
27+
* add --newer flag and ignore files in the working tree or index
28+
* Documented config git-extras.standup.implicit-week
29+
* Minor change to git standup -w documentation
30+
* Improved check if -w or -d was given to git standup
31+
* Renamed config git-extras.standup.implicit-week from git-extras.standup-implicit-week
32+
* Documented weekend behaviour of git standup -w
33+
* docs(instllation): replace `git.io`
34+
* Bump version to 6.5.0-dev
35+
* Added config git-extras.standup-implicit-week for git standup
36+
* Document git standup -w option
37+
138
6.4.0 / 2022-04-22
239
==================
340

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

66
update() {

0 commit comments

Comments
 (0)