Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 7.2.0 #1138

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Maintainers
- Nicolai Skogheim <[email protected]>
- spacewander <[email protected]>
- Edwin Kofler <[email protected]>
- Leroy <[email protected]>

Patches and Suggestions
```````````````````````
Expand Down Expand Up @@ -45,6 +46,7 @@ Patches and Suggestions
- vyas
- Don Harper
- Robin Winslow
- Ross Smith II
- Yi EungJun
- grindhold
- Aggelos Orfanakos
Expand All @@ -53,7 +55,6 @@ Patches and Suggestions
- Chris Hall
- Damian Krzeminski
- NANRI
- vanpipy
- Alexander Krasnukhin
- Phally
- Rico Sta. Cruz
Expand Down Expand Up @@ -184,6 +185,7 @@ Patches and Suggestions
- John Evans
- John Hoffmann
- Jon Ander Peñalba
- Josh McKinney
- Joshua Appelman
- José María Gutiérrez @TheTechOddBug
- Katrin Leinweber
Expand Down Expand Up @@ -221,6 +223,7 @@ Patches and Suggestions
- R. Martinho Fernandes
- Raphael Fleischlin
- Rasmus Wriedt Larsen
- René
- Riceball LEE
- Rob Kennedy
- Robin von Bülow
Expand Down
24 changes: 24 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@

7.2.0 / 2024-04-21
==================

* refactor: test utils and simplify the case code (#1136)
* Add --proceed flag to git-delete-squashed-branches (#1134) (#1135)
* test(browse-ci): add unit tests (#1130)
* test(git-browse): add unit tests (#1127)
* feat: add reverse option to git-brv (#1123)
* fix(utimes): change /dev/stdin to -
* fix(utimes): Support filenames with backspaces, etc. (#1122)
* chore: add poetry to handle the tests of the git extras (#1121)
* Fix typo in ci.yml (#1120)
* Fix: harden utimes, use single quotes (#1109)
* Fix: patch git-utimes (fixes #1118) (#1119)
* add pull request manner (#1113)
* maintenance: Add my name as maintainer in AUTHORS (#1117)
* test(git-authors): add unit test (#1098)
* Add more comprensive dependencies (#1111)
* fix: git-standup find error (tj#1106) (#1110)
* Improve defaults for testing suite (#1104)
* feat: Speed up utimes (#1108)
* Overhaul CONTRIBUTING document (#1103)
* Bump version to 7.2.0-dev (#1099)

7.1.0 / 2023-10-28
==================

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="7.2.0-dev"
VERSION="7.2.0"
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/main/install.sh"

update() {
Expand Down
Loading