mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Version 6.3.0
This commit is contained in:
parent
cc9b972e25
commit
0c0be92445
11
AUTHORS
11
AUTHORS
|
|
@ -36,8 +36,10 @@ Patches and Suggestions
|
|||
- Mark Pitman
|
||||
- Luke Childs
|
||||
- Sasha Khamkov
|
||||
- Tobias Fendin
|
||||
- equt
|
||||
- vyas
|
||||
- Don Harper
|
||||
- Robin Winslow
|
||||
- Yi EungJun
|
||||
- grindhold
|
||||
|
|
@ -65,6 +67,7 @@ Patches and Suggestions
|
|||
- Philipp Klose
|
||||
- Richard Russon
|
||||
- Sam Bostock
|
||||
- Vladimir Jimenez
|
||||
- gisphm
|
||||
- jacobherrington
|
||||
- phigoro
|
||||
|
|
@ -133,6 +136,7 @@ Patches and Suggestions
|
|||
- Carlos Rodríguez
|
||||
- Christophe Badoit
|
||||
- Ciro Nunes
|
||||
- CleanMachine1
|
||||
- Craig MacGregor
|
||||
- Dan Jackson
|
||||
- Dan Kilman
|
||||
|
|
@ -152,6 +156,7 @@ Patches and Suggestions
|
|||
- Guillermo Rauch
|
||||
- Gunnlaugur Thor Briem
|
||||
- Hasse Ramlev Hansen
|
||||
- Heiko Becker
|
||||
- Isaac Mungai
|
||||
- J.C. Yamokoski
|
||||
- James Manning
|
||||
|
|
@ -175,6 +180,7 @@ Patches and Suggestions
|
|||
- Luis Miguel Hernanz
|
||||
- Maarten Winter
|
||||
- Marco Glasbergen
|
||||
- Matan Rosenberg
|
||||
- Mathieu D. (MatToufoutu)
|
||||
- Matt
|
||||
- Matt Colyer
|
||||
|
|
@ -188,11 +194,13 @@ Patches and Suggestions
|
|||
- Nathan Rajlich
|
||||
- Nick Campbell
|
||||
- Nick Payne
|
||||
- Nicolas Kosinski
|
||||
- Niklas Fiekas
|
||||
- Oliver Kopp
|
||||
- Orestis
|
||||
- Peter Bittner
|
||||
- Prayag Verma
|
||||
- Przemek Kitszel
|
||||
- R. Martinho Fernandes
|
||||
- Raphael Fleischlin
|
||||
- Rasmus Wriedt Larsen
|
||||
|
|
@ -205,6 +213,7 @@ Patches and Suggestions
|
|||
- Sean Molenaar
|
||||
- Sebastian Gniazdowski
|
||||
- Sebastián Mancilla
|
||||
- Simon Tate
|
||||
- Stefan VanBuren
|
||||
- Stephen Mathieson
|
||||
- Steve Mao
|
||||
|
|
@ -222,6 +231,7 @@ Patches and Suggestions
|
|||
- Xavier Krantz
|
||||
- Xiaopei Li
|
||||
- Zeeshan Ahmed
|
||||
- ax1036
|
||||
- creynders
|
||||
- dead-horse
|
||||
- eszabpt
|
||||
|
|
@ -237,4 +247,3 @@ Patches and Suggestions
|
|||
- Étienne BERSAC
|
||||
- ☃ pitr
|
||||
- 单元源
|
||||
- Don 'duckunix' Harper
|
||||
|
|
|
|||
44
History.md
44
History.md
|
|
@ -1,4 +1,48 @@
|
|||
|
||||
6.3.0 / 2021-10-02
|
||||
==================
|
||||
|
||||
* Merge pull request #942 from spacewander/ffgd
|
||||
* git-delete-squashed-branches: fail fast if can't checkout
|
||||
* Merge pull request #939 from SimonTate/feature/force-clear
|
||||
* git-clear: add force option
|
||||
* Merge pull request #936 from tfendin/multiline_synopsis_fix
|
||||
* Merge pull request #937 from tfendin/dedup_email_case_insensitive
|
||||
* Merge pull request #934 from tfendin/no-merge-summary
|
||||
* Adopted git --dedup-by-email to the project coding style
|
||||
* summary --dedup-by-email now compares email adresses case insensitive.
|
||||
* Updated lines under Synopsis in the manuals so they are commonly formatted
|
||||
* Add incompability check for git summary --line --no-merges, split synopsis in its manual.
|
||||
* Merge pull request #935 from ax1036/git-un-lock
|
||||
* fix git (un)lock with spaced filenames
|
||||
* Updated completion for git summary
|
||||
* Updated documentation for git-summary --no-merges
|
||||
* Added option --no-merges to git summary
|
||||
* Merge pull request #932 from spacewander/git-su
|
||||
* git-summary: support filtering `--line` with path
|
||||
* Merge pull request #865 from pkitszel/pkitszel-git-abort
|
||||
* Add git-abort
|
||||
* Merge pull request #928 from duckunix/master
|
||||
* Update point to github docs for forks from API
|
||||
* update working
|
||||
* git-fork | Update man/md/html pages to talk about need of the github personal access token
|
||||
* Updated documentation (AUTHORS)
|
||||
* bin/git-fork | updating for feedback from PR #928
|
||||
* git-fork | update to match REST-API auth standards as of 2021-06
|
||||
* Merge pull request #926 from nicokosi/patch-1
|
||||
* Update install doc: Homebrew is not just for macOS
|
||||
* Merge pull request #924 from allejo/feature/delete-squashed-branches
|
||||
* delete-squashed-branches: Make side-effect clear in docs
|
||||
* delete-squashed-branches: Make branch checkout side effect clear
|
||||
* Add delete-squashed-branches command
|
||||
* Merge pull request #923 from CleanMachine1/patch-1
|
||||
* Picture is broken
|
||||
* Merge pull request #920 from matan129/patch-1
|
||||
* Ignore checked-out branches on different worktrees
|
||||
* Merge pull request #917 from heirecka/remove-git-line-summary-man-page
|
||||
* Bump version to 6.3.0-dev
|
||||
* doc: Remove man page for git-line-summary
|
||||
|
||||
6.2.0 / 2021-03-26
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
VERSION="6.3.0-dev"
|
||||
VERSION="6.3.0"
|
||||
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/master/install.sh"
|
||||
|
||||
update() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue