Skip to content

Commit 21a086c

Browse files
authored
Version 7.3.0 (#1174)
Signed-off-by: spacewander <[email protected]>
1 parent 8eb1d72 commit 21a086c

File tree

3 files changed

+38
-8
lines changed

3 files changed

+38
-8
lines changed

AUTHORS

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
git-extras is written and maintained by TJ Holowaychuk and
2-
various contributors:
3-
4-
Development Lead
5-
````````````````
6-
- TJ Holowaychuk <[email protected]>
1+
git-extras is written and maintained by various contributors:
72

83
Maintainers
94
```````````
5+
- TJ Holowaychuk <[email protected]>
106
- Hemanth.HM <[email protected]>
117
- Nimit Kalra <[email protected]>
128
- Nicolai Skogheim <[email protected]>
@@ -37,6 +33,7 @@ Patches and Suggestions
3733
- David Baumgold
3834
- Jan Schulz
3935
- Kenneth Reitz
36+
- Leroy
4037
- Mark Pitman
4138
- Peter Benjamin
4239
- Günther Grill
@@ -49,6 +46,7 @@ Patches and Suggestions
4946
- Ross Smith II
5047
- Yi EungJun
5148
- grindhold
49+
- wyattscarpenter
5250
- Aggelos Orfanakos
5351
- Camille Reynders
5452
- Carlos Prado
@@ -70,6 +68,7 @@ Patches and Suggestions
7068
- Justin Dugger
7169
- Nils Winkler
7270
- Philipp Klose
71+
- Raphael Boidol
7372
- Richard Russon
7473
- Sam Bostock
7574
- Vladimir Jimenez
@@ -110,6 +109,7 @@ Patches and Suggestions
110109
- Wil Moore III
111110
- William Montgomery
112111
- Ye Lin Aung
112+
- dependabot[bot]
113113
- luozexuan
114114
- roxchgt
115115
- soffolk
@@ -146,6 +146,7 @@ Patches and Suggestions
146146
- Christophe Badoit
147147
- Ciro Nunes
148148
- CleanMachine1
149+
- CodeByZach
149150
- Craig MacGregor
150151
- Dan Goodliffe
151152
- Dan Jackson
@@ -174,6 +175,7 @@ Patches and Suggestions
174175
- James Manning
175176
- James Zhu
176177
- Jan Krueger
178+
- Jared Baur
177179
- Jarod Stewart
178180
- Jason Young
179181
- Jens K. Mueller
@@ -201,7 +203,9 @@ Patches and Suggestions
201203
- Mathieu D. (MatToufoutu)
202204
- Matt
203205
- Matt Colyer
206+
- Matt Headley
204207
- Matthew Avant
208+
- Mattias Andersson
205209
- Michael Komitee
206210
- Michael Matuzak
207211
- Michele Bologna
@@ -224,6 +228,7 @@ Patches and Suggestions
224228
- Raphael Fleischlin
225229
- Rasmus Wriedt Larsen
226230
- René
231+
- Revisor
227232
- Riceball LEE
228233
- Rob Kennedy
229234
- Robin von Bülow
@@ -254,6 +259,8 @@ Patches and Suggestions
254259
- Vitaly Chikunov
255260
- Wei Lee
256261
- Wei Wu
262+
- Wen Sun
263+
- Wiktor Żurawik
257264
- Xavier Krantz
258265
- Xiaopei Li
259266
- Zeeshan Ahmed
@@ -270,7 +277,6 @@ Patches and Suggestions
270277
- sgleizes
271278
- tfendin
272279
- tiemonl
273-
- Zachary Miller
274280
- zentarul
275281
- zeroDivisible
276282
- zhiyanfoo

History.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11

2+
7.3.0 / 2024-10-20
3+
==================
4+
5+
* Fix stripping trailing forward slash for git-get (#1172)
6+
* Change git-cp to use cleaner branch approach (#1169)
7+
* Improve warning for `git clear` (#1168)
8+
* Enhance `git-repl` (#1160)
9+
* Update some documentation that was out of sync (#1164)
10+
* Use filetimes in check_integrity (#1162)
11+
* Update git-alias.md: add brs to prevent incorrect line behavior (#1161)
12+
* Update git-bulk.md: use correct stylization in synopsis (#1163)
13+
* Update git-repl.md: typo: "let's" for "lets" (#1158)
14+
* Update instructions for the OpenSUSE installation (#1157)
15+
* Add pathspec support in `git-missing` (#1156)
16+
* feat: add rename-file command (#1149)
17+
* Update Commands.md (#1148)
18+
* fix: git-summary commit count (#1147)
19+
* tests: update dependencies (#1142)
20+
* chore(deps): bump masesgroup/retrieve-changed-files from 2 to 3 (#1144)
21+
* chore(deps): bump actions/setup-go from 4 to 5 (#1143)
22+
* ci: add dependabot update for GitHub actions (#1141)
23+
* ci: update actions (#1140)
24+
* Bump version to 7.3.0-dev (#1139)
25+
226
7.2.0 / 2024-04-21
327
==================
428

bin/git-extras

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION="7.3.0-dev"
3+
VERSION="7.3.0"
44
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/main/install.sh"
55

66
update() {

0 commit comments

Comments
 (0)