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
12
12
- Nicolai Skogheim <nicolai.skogheim@gmail.com>
13
13
- spacewander <spacewanderlzx@gmail.com>
14
14
- Edwin Kofler <edwin@kofler.dev>
15
+ - Leroy <vanpipy@gmail.com>
15
16
16
17
Patches and Suggestions
17
18
```````````````````````
@@ -45,6 +46,7 @@ Patches and Suggestions
45
46
- vyas
46
47
- Don Harper
47
48
- Robin Winslow
49
+ - Ross Smith II
48
50
- Yi EungJun
49
51
- grindhold
50
52
- Aggelos Orfanakos
@@ -53,7 +55,6 @@ Patches and Suggestions
53
55
- Chris Hall
54
56
- Damian Krzeminski
55
57
- NANRI
56
- - vanpipy
57
58
- Alexander Krasnukhin
58
59
- Phally
59
60
- Rico Sta. Cruz
@@ -184,6 +185,7 @@ Patches and Suggestions
184
185
- John Evans
185
186
- John Hoffmann
186
187
- Jon Ander Peñalba
188
+ - Josh McKinney
187
189
- Joshua Appelman
188
190
- José María Gutiérrez @TheTechOddBug
189
191
- Katrin Leinweber
@@ -221,6 +223,7 @@ Patches and Suggestions
221
223
- R. Martinho Fernandes
222
224
- Raphael Fleischlin
223
225
- Rasmus Wriedt Larsen
226
+ - René
224
227
- Riceball LEE
225
228
- Rob Kennedy
226
229
- Robin von Bülow
Original file line number Diff line number Diff line change 1
1
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
+
2
26
7.1.0 / 2023-10-28
3
27
==================
4
28
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- VERSION=" 7.2.0-dev "
3
+ VERSION=" 7.2.0"
4
4
INSTALL_SCRIPT=" https://raw.githubusercontent.com/tj/git-extras/main/install.sh"
5
5
6
6
update () {
You can’t perform that action at this time.
0 commit comments