From ebdebadd3b8f8080197e27374ef3985ad33bd50e Mon Sep 17 00:00:00 2001 From: spacewander Date: Fri, 16 Aug 2019 22:33:27 +0800 Subject: [PATCH] Version 5.0.0 --- AUTHORS | 150 +++++++++++++++++++++++++------------------------ History.md | 34 +++++++++++ bin/git-extras | 2 +- 3 files changed, 112 insertions(+), 74 deletions(-) diff --git a/AUTHORS b/AUTHORS index 30a0ec9..0820f6e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,85 +24,71 @@ Patches and Suggestions - Mark Eissler - Leila Muhtasib - Richard Fearn +- Paul Wise - Jesús Espino -- Kenneth Reitz -- David Baumgold - Andrew Janke +- David Baumgold - Jan Schulz +- Kenneth Reitz - Mark Pitman - Luke Childs - Sasha Khamkov - Robin Winslow - Yi EungJun - grindhold -- NANRI -- Chris Hall -- Damian Krzeminski - Aggelos Orfanakos - Camille Reynders +- Chris Hall +- Damian Krzeminski +- NANRI +- Alexander Krasnukhin +- Phally - Rico Sta. Cruz - Rémy HUBSCHER -- Alexander Krasnukhin - Takuma Yamaguchi -- Phally -- Julio Napurí +- Brian J Brennan - Hogan Long - Ivan Malopinsky -- Brian J Brennan -- wooorm -- Philipp Klose - Jonathan "Duke" Leto +- Julio Napurí - Nils Winkler +- Philipp Klose +- Richard Russon +- Sam Bostock - gisphm -- William Montgomery -- David Rogers -- Ye Lin Aung +- wooorm +- Alexis GRIMALDI +- Allan Odgaard - Andre Cerqueira -- Gert Van Gool -- Kylie McClain - Curtis McEnroe +- David Rogers +- Devin Withers +- Domenico Rotiroti +- Evan Grim +- Florian H +- Gert Van Gool - Guillaume Seren -- go2null - Hozefa -- Paul Schreiber -- Patryk Małek -- Newell Zhu +- Jean Jordaan +- Justin Guenther +- Kylie McClain - Marc Harter +- Matiss - Nate Jones +- Newell Zhu +- Patryk Małek +- Paul Schreiber +- Richard Littauer +- Tjaart van der Walt +- Tom Vincent +- Wil Moore III +- William Montgomery +- Ye Lin Aung +- go2null - phigoro - soffolk -- Alexis GRIMALDI -- Domenico Rotiroti -- Devin Withers -- Jean Jordaan -- Matiss -- Allan Odgaard -- Evan Grim -- Tom Vincent -- Justin Guenther -- Richard Littauer -- Florian H -- Wil Moore III -- Stefan VanBuren -- Stephen Mathieson -- Steve Mao -- Todd Wolfson -- Tom Ashworth -- Tony -- TweeKane -- Valérian Galliat -- Xiaopei Li -- creynders +- Abdullah - Adam Parkin -- eszabpt -- jykntr -- meza -- neydroid -- nulltask -- zeroDivisible -- Étienne BERSAC -- ☃ pitr -- dead-horse - Adriaan Zonnenberg - Akim Demaille - Alex McHale @@ -121,6 +107,8 @@ Patches and Suggestions - Ben Parnell - Brandon Zylstra - Brian Goad +- Brian Murrell +- Brice Dutheil - Bruno Sutic - Carl Casbolt - Carlos Rodríguez @@ -129,15 +117,21 @@ Patches and Suggestions - Dan Jackson - Dan Kilman - Daniel Bruder +- Daniel Lublin - Daniel Schildt - Dave James Miller - David Hartmann +- Dominic Barnes - Dung Quang +- Edward Betts - Emil Kjelsrud +- François M - George Crabtree - Greg Allen - Guillermo Rauch - Gunnlaugur Thor Briem +- Hasse Ramlev Hansen +- Isaac Mungai - J.C. Yamokoski - James Manning - Jan Krueger @@ -156,18 +150,24 @@ Patches and Suggestions - Kevin Woo - Konstantin Schukraft - Leandro López +- Luis Miguel Hernanz - Maarten Winter +- Marco Glasbergen - Mathieu D. (MatToufoutu) +- Matt - Matt Colyer - Matthew Avant - Michael Komitee - Michael Matuzak +- Montak Oleg - Moritz Grauel - Nate Fischer - Nathan Rajlich - Nick Campbell - Nick Payne - Niklas Fiekas +- Oliver Kopp +- Orestis - Peter Bittner - Prayag Verma - R. Martinho Fernandes @@ -176,30 +176,34 @@ Patches and Suggestions - Riceball LEE - Rob Kennedy - Ryan Bohn +- Sachin Gupta - Sam Thursfield - Sean Molenaar -- Xavier Krantz -- Oliver Kopp -- Dominic Barnes -- Edward Betts -- Luis Miguel Hernanz -- Timothy Hwang -- Marco Glasbergen -- Daniel Lublin -- Matt -- Sam Bostock -- Zeeshan Ahmed -- Isaac Mungai -- Richard Russon -- François M -- Paul Wise -- Tjaart van der Walt -- Montak Oleg -- Hasse Ramlev Hansen - Sebastian Gniazdowski -- 单元源 -- Stu Feldt - Sebastián Mancilla +- Stefan VanBuren +- Stephen Mathieson +- Steve Mao +- Stu Feldt +- Timothy Hwang +- Todd Wolfson +- Tom Ashworth +- Tony +- TweeKane +- Valérian Galliat +- Xavier Krantz +- Xiaopei Li +- Zeeshan Ahmed +- creynders +- dead-horse +- eszabpt +- jykntr +- meza +- neydroid +- nulltask +- tiemonl - zentarul -- Sachin Gupta -- Orestis +- zeroDivisible +- Étienne BERSAC +- ☃ pitr +- 单元源 diff --git a/History.md b/History.md index 2b9f966..204d6e4 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,38 @@ +5.0.0 / 2019-08-16 +================== + + * Merge pull request #769 from spacewander/no_line_summary + * git-line-summary: should be the history + * Merge pull request #768 from bric3/fix-more-character-encoding-issues + * git-guilt: protect against encoding issues with LC_ALL=C + * Merge pull request #767 from spacewander/rename_branch_order + * git-rename-branch: change branch argument order + * Merge pull request #765 from spacewander/column_dependency + * Makefile: check dependencies before installation. + * Installation.md: add dependencies section. + * man/Readme.md: we don't need to update git-extras docs separately + * Merge pull request #763 from spacewander/strict_check_integrity + * check_integrity.sh: check more strickly. + * Merge pull request #762 from spacewander/pr_merge + * Merge pull request #761 from btmurrell/preference-for-create-branch + * implements remote pref for create-branch + * git-pr: add -m|--merge option to check out a merge commit + * impl for checking remote pref + * Merge pull request #754 from spacewander/prompt_passwd_before_2fa + * git-fork: prompt for password before 2FA code. + * check_integrity.sh: improve readability. + * Merge pull request #753 from tiemonl/GH-752_update_reauthor_documentation + * GH-752 updated documentation to show rename workaround + * Merge pull request #751 from timfeirg/master + * git-mv-remote: rename a remote regardless of any existing remotes + * Installation instructions added for CRUX (#746) + * Merge pull request #723 from bittner/feature/git-undo-soft-leave-changes-staged + * Merge pull request #744 from spacewander/git-guilt-identation + * git-guilt: avoid exceeding 80 columns. + * Bump version to 4.8.0-dev. + * Make `git undo -s` restore the staging area + 4.7.0 / 2019-02-09 ================== diff --git a/bin/git-extras b/bin/git-extras index aa1ecf4..57d864b 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="4.8.0-dev" +VERSION="5.0.0" INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/master/install.sh" update() {