Skip to content

Commit 13cbdfc

Browse files
authored
Version 7.4.0 (#1206)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
1 parent 3ddc315 commit 13cbdfc

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

AUTHORS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,14 @@ Patches and Suggestions
4040
- Luke Childs
4141
- Sasha Khamkov
4242
- equt
43+
- oikarinen
4344
- vyas
4445
- Don Harper
46+
- Pierre Ayoub
4547
- Robin Winslow
4648
- Ross Smith II
4749
- Yi EungJun
50+
- dependabot[bot]
4851
- grindhold
4952
- wyattscarpenter
5053
- Aggelos Orfanakos
@@ -109,7 +112,6 @@ Patches and Suggestions
109112
- Wil Moore III
110113
- William Montgomery
111114
- Ye Lin Aung
112-
- dependabot[bot]
113115
- luozexuan
114116
- roxchgt
115117
- soffolk
@@ -129,6 +131,7 @@ Patches and Suggestions
129131
- Andrew Griffiths
130132
- Andrew Marcinkevičius
131133
- Andrew Starr-Bochicchio
134+
- Andrew Sullivan Cant
132135
- Andrey Elizarov
133136
- Angel Aguilera
134137
- Antoine Beaupré
@@ -165,6 +168,7 @@ Patches and Suggestions
165168
- George Crabtree
166169
- Gerrit-K
167170
- Greg Allen
171+
- Guilhem Saurel
168172
- Guillermo Rauch
169173
- Gunnlaugur Thor Briem
170174
- Hasse Ramlev Hansen

History.md

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

2+
7.4.0 / 2025-06-19
3+
==================
4+
5+
* Format comparisons, functions, and redirections to be consistent (#1201)
6+
* add git-wip and git-unwip (#669)
7+
* chore(deps): bump bats-core/bats-action from 3.0.0 to 3.0.1
8+
* Mostly finish pytest to Bats conversion (#1200)
9+
* Implement half of tests in Bats (#1187)
10+
* Add stale bot for old PRs (#1186)
11+
* feat(git-bulk): add new option to not follow hidden directories (#1195)
12+
* Feat: allow git-summary showing full path of repository (#1193)
13+
* feat(git-bulk): add new option to no follow symlinks (#1194)
14+
* docs(git-bulk): Add zsh completion (#1190)
15+
* fix(git-bulk): fix workspace selection when cd fails (#1197)
16+
* fix(git-bulk): quiet find errors by default (#1196)
17+
* fix(git-bulk): fix a bad integer expression (#1198)
18+
* chore(deps): bump astral-sh/ruff-action from 2 to 3 (#1189)
19+
* Fix all ShellCheck errors and add to CI (#1179)
20+
* chore(deps): bump astral-sh/ruff-action from 1 to 2 (#1188)
21+
* fix(ci): use poetry (#1183)
22+
* Delete etc/test.fish (#1185)
23+
* feat: add git-continue (#1176)
24+
* feat: add ruff linter with ci check (#1182)
25+
* fix(ci): missing dollar sign (#1184)
26+
* fix(github-actions): changed files output for editorcondig-checker (#1180)
27+
* Revert "feat: add ruff linter with ci check (#1178)" (#1181)
28+
* feat: add ruff linter with ci check (#1178)
29+
* Support `GITHUB_TOKEN` var for `git-fork` and `git-pull-request` (#1177)
30+
* Bump version to 7.4.0-dev (#1175)
31+
232
7.3.0 / 2024-10-20
333
==================
434

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.4.0-dev"
3+
VERSION="7.4.0"
44
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/main/install.sh"
55

66
update() {

0 commit comments

Comments
 (0)