File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed
Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Maintainers
1212- Nicolai Skogheim <
[email protected] >
13131414- Edwin Kofler <
[email protected] >
15+ 1516
1617Patches and Suggestions
1718```````````````````````
@@ -45,6 +46,7 @@ Patches and Suggestions
4546- vyas
4647- Don Harper
4748- Robin Winslow
49+ - Ross Smith II
4850- Yi EungJun
4951- grindhold
5052- Aggelos Orfanakos
@@ -53,7 +55,6 @@ Patches and Suggestions
5355- Chris Hall
5456- Damian Krzeminski
5557- NANRI
56- - vanpipy
5758- Alexander Krasnukhin
5859- Phally
5960- Rico Sta. Cruz
@@ -184,6 +185,7 @@ Patches and Suggestions
184185- John Evans
185186- John Hoffmann
186187- Jon Ander Peñalba
188+ - Josh McKinney
187189- Joshua Appelman
188190- José María Gutiérrez @TheTechOddBug
189191- Katrin Leinweber
@@ -221,6 +223,7 @@ Patches and Suggestions
221223- R. Martinho Fernandes
222224- Raphael Fleischlin
223225- Rasmus Wriedt Larsen
226+ - René
224227- Riceball LEE
225228- Rob Kennedy
226229- Robin von Bülow
Original file line number Diff line number Diff line change 11
2+ 7.2.0 / 2024-04-21
3+ ==================
4+
5+ * refactor: test utils and simplify the case code (#1136 )
6+ * Add --proceed flag to git-delete-squashed-branches (#1134 ) (#1135 )
7+ * test(browse-ci): add unit tests (#1130 )
8+ * test(git-browse): add unit tests (#1127 )
9+ * feat: add reverse option to git-brv (#1123 )
10+ * fix(utimes): change /dev/stdin to -
11+ * fix(utimes): Support filenames with backspaces, etc. (#1122 )
12+ * chore: add poetry to handle the tests of the git extras (#1121 )
13+ * Fix typo in ci.yml (#1120 )
14+ * Fix: harden utimes, use single quotes (#1109 )
15+ * Fix: patch git-utimes (fixes #1118 ) (#1119 )
16+ * add pull request manner (#1113 )
17+ * maintenance: Add my name as maintainer in AUTHORS (#1117 )
18+ * test(git-authors): add unit test (#1098 )
19+ * Add more comprensive dependencies (#1111 )
20+ * fix: git-standup find error (tj #1106 ) (#1110 )
21+ * Improve defaults for testing suite (#1104 )
22+ * feat: Speed up utimes (#1108 )
23+ * Overhaul CONTRIBUTING document (#1103 )
24+ * Bump version to 7.2.0-dev (#1099 )
25+
2267.1.0 / 2023-10-28
327==================
428
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- VERSION=" 7.2.0-dev "
3+ VERSION=" 7.2.0"
44INSTALL_SCRIPT=" https://raw.githubusercontent.com/tj/git-extras/main/install.sh"
55
66update () {
You can’t perform that action at this time.
0 commit comments