mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Version 7.5.0
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
parent
c5a0fdf660
commit
80bfa2b572
10
AUTHORS
10
AUTHORS
|
|
@ -33,7 +33,6 @@ Patches and Suggestions
|
|||
- David Baumgold
|
||||
- Jan Schulz
|
||||
- Kenneth Reitz
|
||||
- Leroy
|
||||
- Mark Pitman
|
||||
- Peter Benjamin
|
||||
- Günther Grill
|
||||
|
|
@ -47,7 +46,6 @@ Patches and Suggestions
|
|||
- Robin Winslow
|
||||
- Ross Smith II
|
||||
- Yi EungJun
|
||||
- dependabot[bot]
|
||||
- grindhold
|
||||
- wyattscarpenter
|
||||
- Aggelos Orfanakos
|
||||
|
|
@ -66,6 +64,7 @@ Patches and Suggestions
|
|||
- Dominik Gedon
|
||||
- Hogan Long
|
||||
- Ivan Malopinsky
|
||||
- John Bachir
|
||||
- Jonathan "Duke" Leto
|
||||
- Julio Napurí
|
||||
- Justin Dugger
|
||||
|
|
@ -87,6 +86,7 @@ Patches and Suggestions
|
|||
- Beth Skurrie
|
||||
- Brice Dutheil
|
||||
- Curtis McEnroe
|
||||
- Daniele Paolella
|
||||
- David Rogers
|
||||
- Devin Withers
|
||||
- Domenico Rotiroti
|
||||
|
|
@ -164,6 +164,7 @@ Patches and Suggestions
|
|||
- Edward Betts
|
||||
- Eli Schwartz
|
||||
- Emil Kjelsrud
|
||||
- Erik Skultety
|
||||
- François M
|
||||
- George Crabtree
|
||||
- Gerrit-K
|
||||
|
|
@ -173,6 +174,7 @@ Patches and Suggestions
|
|||
- Gunnlaugur Thor Briem
|
||||
- Hasse Ramlev Hansen
|
||||
- Heiko Becker
|
||||
- Hugo Ruiz-Mireles
|
||||
- Isaac Mungai
|
||||
- J.C. Yamokoski
|
||||
- Jack O. Wasey
|
||||
|
|
@ -233,9 +235,11 @@ Patches and Suggestions
|
|||
- Rasmus Wriedt Larsen
|
||||
- René
|
||||
- Revisor
|
||||
- Ricardo Fernández Serrata
|
||||
- Riceball LEE
|
||||
- Rob Kennedy
|
||||
- Robin von Bülow
|
||||
- Russ
|
||||
- Ryan Bohn
|
||||
- Sachin Gupta
|
||||
- Sam Thursfield
|
||||
|
|
@ -273,11 +277,13 @@ Patches and Suggestions
|
|||
- dead-horse
|
||||
- eszabpt
|
||||
- fengkx
|
||||
- johnpyp
|
||||
- jykntr
|
||||
- kang
|
||||
- meza
|
||||
- neydroid
|
||||
- nulltask
|
||||
- phanium
|
||||
- sgleizes
|
||||
- tfendin
|
||||
- tiemonl
|
||||
|
|
|
|||
25
History.md
25
History.md
|
|
@ -1,4 +1,29 @@
|
|||
|
||||
7.5.0 / 2026-05-09
|
||||
==================
|
||||
|
||||
* Use standard prefix for home dir installs (#1248)
|
||||
* refactor(abort): common `gitdir` (#1244)
|
||||
* Fix man page usage docs (#1241)
|
||||
* Fix `git-changelog` to handle whitespace in command arguments (#1232)
|
||||
* chore(deps): bump bats-core/bats-action from 3.0.1 to 4.0.0 (#1230)
|
||||
* add details when multiple active operations found (#1229)
|
||||
* Add persistent history to `git-repl` (#1226)
|
||||
* Support passing ref to `git-commits-since` (#1228)
|
||||
* ability to specify command when hitting enter (#1223)
|
||||
* Improve `git-repl` prompt (#1224)
|
||||
* feat: `delete-branch` multiple unique branch names completions (#1221)
|
||||
* chore(deps): bump actions/checkout from 5 to 6 (#1219)
|
||||
* Made Git Magic use `--force-with-lease` (#1218)
|
||||
* chore(deps): bump actions/stale from 9 to 10 (#1214)
|
||||
* chore(deps): bump actions/setup-go from 5 to 6 (#1215)
|
||||
* chore(deps): bump actions/setup-python from 5 to 6 (#1216)
|
||||
* Fix minor typo in `git rename-branch` man page (#1211)
|
||||
* Improvements to Bash completion (#1210)
|
||||
* Fix use of `git-whatchanged` to `git-log` (#1212)
|
||||
* chore(deps): bump actions/checkout from 4 to 5 (#1209)
|
||||
* Bump version to 7.5.0-dev (#1207)
|
||||
|
||||
7.4.0 / 2025-06-19
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
VERSION="7.5.0-dev"
|
||||
VERSION="7.5.0"
|
||||
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/main/install.sh"
|
||||
|
||||
update() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue