Skip to content

Commit

Permalink
Version 6.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
  • Loading branch information
spacewander committed Oct 6, 2022
1 parent 584e028 commit 3ac3c54
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 5 deletions.
12 changes: 8 additions & 4 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@ Maintainers
Patches and Suggestions
```````````````````````
- Jonhnny Weslley
- Tobias Fendin
- LeeW
- timfeirg
- Niklas Schlimm
- Tobias Fendin
- nickl-
- timfeirg
- CJ
- Paul Wise
- Damien Tardy-Panis
- Mark Eissler
- Yuriy VG
- Leila Muhtasib
- Richard Fearn
- Bill Wood
- Jesús Espino
- Rémy HUBSCHER
- go2null
Expand All @@ -35,6 +36,7 @@ Patches and Suggestions
- Jan Schulz
- Kenneth Reitz
- Mark Pitman
- Peter Benjamin
- Luke Childs
- Sasha Khamkov
- equt
Expand All @@ -49,13 +51,12 @@ Patches and Suggestions
- Chris Hall
- Damian Krzeminski
- NANRI
- Peter Benjamin
- vanpipy
- Alexander Krasnukhin
- Phally
- Rico Sta. Cruz
- Takuma Yamaguchi
- thomas menzel
- vanpipy
- vr8ce
- Brian J Brennan
- Dominik Gedon
Expand Down Expand Up @@ -181,6 +182,7 @@ Patches and Suggestions
- Kevin Woo
- Konstantin Schukraft
- Leandro López
- Lone
- Luis Miguel Hernanz
- Maarten Winter
- Marco Glasbergen
Expand Down Expand Up @@ -214,6 +216,7 @@ Patches and Suggestions
- Ryan Bohn
- Sachin Gupta
- Sam Thursfield
- Sandro
- Sean Molenaar
- Sebastian Gniazdowski
- Sebastián Mancilla
Expand All @@ -222,6 +225,7 @@ Patches and Suggestions
- Stephen Mathieson
- Steve Mao
- Stu Feldt
- SukkaW
- Tim Preston
- Timothy Hwang
- Tin Lai
Expand Down
37 changes: 37 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
6.5.0 / 2022-10-06
==================

* git root: show '.' when using with -r in the root dir (#995)
* git standup: work as expected when no configured (#996)
* rephrase question depending on switch (#984)
* Include revert conflicts in git abort (#992)
* fix(git-effort):fork: retry: Resource temporarily unavailable #979 (#990)
* git-sync --force will sync without interaction (#989)
* fix(git-cp): keep the history of the files
* git-bulk: previous refactor redirected $PWD to stderr by mistake
* Fix lazy loading bash_completion from XDG_DATA_DIRS
* Minor changes to man/git-standup.md
* Replaced -g and -A with -F gpg|authordate
* fix(bin/git-browse): fix commit hash
* fix(bin/git-browse): fix bitbucket url
* feat: open website at file & line number or range
* #970 standup added -A flag for author date
* update docs due to formatting error in git-utimes man page
* update per shellcheck advice
* update git-utimes.{1,html} to add --newer flag
* Don't read git-extras.standup.implicit-week twice in git standup
* quote mod_s and git_s integer vars
* updates per request of spacewander
* Update Commands.md
* allow modification date updates for symbolic links
* add --newer flag and ignore files in the working tree or index
* Documented config git-extras.standup.implicit-week
* Minor change to git standup -w documentation
* Improved check if -w or -d was given to git standup
* Renamed config git-extras.standup.implicit-week from git-extras.standup-implicit-week
* Documented weekend behaviour of git standup -w
* docs(instllation): replace `git.io`
* Bump version to 6.5.0-dev
* Added config git-extras.standup-implicit-week for git standup
* Document git standup -w option

6.4.0 / 2022-04-22
==================

Expand Down
2 changes: 1 addition & 1 deletion bin/git-extras
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION="6.5.0-dev"
VERSION="6.5.0"
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/master/install.sh"

update() {
Expand Down

0 comments on commit 3ac3c54

Please sign in to comment.