mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Version 7.2.0 (#1138)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
parent
a17d2fb15d
commit
e692b9619a
5
AUTHORS
5
AUTHORS
|
|
@ -12,6 +12,7 @@ Maintainers
|
|||
- Nicolai Skogheim <nicolai.skogheim@gmail.com>
|
||||
- spacewander <spacewanderlzx@gmail.com>
|
||||
- Edwin Kofler <edwin@kofler.dev>
|
||||
- Leroy <vanpipy@gmail.com>
|
||||
|
||||
Patches and Suggestions
|
||||
```````````````````````
|
||||
|
|
@ -45,6 +46,7 @@ Patches and Suggestions
|
|||
- vyas
|
||||
- Don Harper
|
||||
- Robin Winslow
|
||||
- Ross Smith II
|
||||
- Yi EungJun
|
||||
- grindhold
|
||||
- Aggelos Orfanakos
|
||||
|
|
@ -53,7 +55,6 @@ Patches and Suggestions
|
|||
- Chris Hall
|
||||
- Damian Krzeminski
|
||||
- NANRI
|
||||
- vanpipy
|
||||
- Alexander Krasnukhin
|
||||
- Phally
|
||||
- Rico Sta. Cruz
|
||||
|
|
@ -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
|
||||
|
|
@ -221,6 +223,7 @@ Patches and Suggestions
|
|||
- R. Martinho Fernandes
|
||||
- Raphael Fleischlin
|
||||
- Rasmus Wriedt Larsen
|
||||
- René
|
||||
- Riceball LEE
|
||||
- Rob Kennedy
|
||||
- Robin von Bülow
|
||||
|
|
|
|||
24
History.md
24
History.md
|
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue