Skip to content

Releases: tj/git-extras

Version 5.1.0 (Zigzag)

21 Dec 06:02
Compare
Choose a tag to compare

The git-extras 5.1.0 (Zigzag) is released now!

Here's a list of all the changes made in this release; the full changelog can be found in History.md:

Since the last release (5.0.0 Yinyang):

  • updated man pages or documentation 16 times
  • fixed installation/update 6 times
  • 12 unique contributors

New authors:

  • Eli Schwartz
  • Roshak Zarhoun
  • roxchgt
  • Christophe Badoit
  • Tom Andrade
  • go2null
  • Robin von Bülow
  • Michele Bologna
  • Paul Wise
  • fengkx
  • jacobherrington
  • Jacob Herrington

Version 5.0.0 (Yinyang)

16 Aug 14:58
Compare
Choose a tag to compare

The git-extras 5.0.0 (Yinyang) is released now!

Here's a list of all the changes made in this release; the full changelog can be found in History.md:

  • (#769) git-line-summary: should be the history – @spacewander
  • (#768) git-guilt: protect against encoding issues with LC_ALL=C – @bric3
  • (#767) git-rename-branch: change branch argument order – @spacewander
  • (#765) Installation.md: add dependencies section. – @spacewander
  • (#763) check_integrity.sh: check more strickly. – @spacewander
  • (#762) git-pr: add -m|--merge option to check out a merge commit – @spacewander
  • (#761) create-branch allows for preference for remote option – @btmurrell
  • (#754) git-fork: prompt for password before 2FA code. – @spacewander
  • (#753) git-reauthor: updated documentation to show rename workaround – @tiemonl
  • (#751) git-rename-remote: rename a remote regardless of any existing remotes – @timfeirg
  • (#723) Make git undo -s restore the staging area – @bittner
  • (#746) Installation instructions added for CRUX – @Awan
  • (#744) git-guilt: avoid exceeding 80 columns. – @spacewander

Since the last release (4.7.0 X-ray):

  • updated man pages or documentation 11 times
  • fixed installation/update 3 times
  • 6 unique contributors

Break change:
Since 5.0.0,

  • git line-summary is removed
  • git undo -s won't touch the index, just like the git reset --soft
  • git rename-branch change the argument order from git rename-branch new old to git rename-branch old new.

New authors:

  • Brice Dutheil
  • Brian Murrell
  • tiemonl
  • timfeirg
  • Abdullah
  • Peter Bittner

Yin_yang

Version 4.7.0 (X-ray)

09 Feb 09:19
Compare
Choose a tag to compare

The git-extras 4.7.0 (X-ray) is released now!

Here's a list of all the changes made in this release; the full changelog can be found in History.md:

  • (#743) git-pr supports pulling multiple pr at once – @spacewander
  • (#740) doc: clarify the current working directory when building the docs. – @spacewander
  • (#739) feat: Add -s(--soft) for git sync – @sleagon
  • (#738) Adding support for symlinked dirs in bulk command – @StuartFeldt
  • (#737) git-standup: ensure color usage – @smancill
  • (#736) git-force-clone: should not need git repo – @spacewander
  • (#734) Fix missing double quotes after %DEBUG% in install.cmd – @zentarul
  • (#732) Fix: Dev: /E option required to install on Win 10 {b17134} or higher – @sachin-gupta
  • (#729) git-rename-branch: Don't fail if remote doesn't exist – @orestisf1993

Since the last release (4.6.0 Wormhole):

  • updated man pages or documentation 5 times
  • fixed installation/update 3 times
  • 6 unique contributors

New authors:

  • 单元源
  • Stu Feldt
  • Sebastián Mancilla
  • zentarul
  • Sachin Gupta
  • Orestis

x-ray_diffraction_pattern_3clpro

Version 4.6.0 (Wormhole)

11 Aug 02:08
Compare
Choose a tag to compare

The git-extras 4.6.0 (Wormhole) is released now!

Here's a list of all the changes made in this release; the full changelog can be found in History.md:

  • (#727) git-changelog: should remove ^0 suffix from the commit description. – @spacewander
  • (#722) git-changelog: add --start-commit option, like --start-tag but for commit – @spacewander
  • (#721) git-changelog: add missing newline to the plain output – @spacewander
  • (#713) Updates to the documentation building workflow and docs – @pabs3
  • (#717) add: git-ignore -p (private to repo) – @flatcap
  • (#716) Add installation guide for Arch Linux – @francoism90
  • (#714) git-sed: fix previous bsd sed workaround – @spacewander
  • (#715) Fix bugs with git-release --semver – @tjaartvdwalt
  • (#712) git-sed: detect sed -i support and work around for the BSD sed – @spacewander
  • (#709) Improve the git-sed command – @pabs3
  • (#706) Fix deleting branches without upstream – @MontakOleg
  • (#704) Remove double path delimiters in zsh description – @ramlev
  • (#703) Installation.md: Zsh-plugin method which doesn't require root access – @psprint

Since the last release (4.5.0 Venus):

  • updated man pages or documentation 11 times
  • fixed installation/update 2 times
  • 7 unique contributors

lorentzian_wormhole

Version 4.5.0 (Venus)

18 Feb 05:01
Compare
Choose a tag to compare

The git-extras 4.5.0 (Venus) is released now!

Here's a list of all the changes made in this release; the full changelog can be found in History.md:

  • (#639) git-delete-branch: avoid deleting local upstream – @spacewander
  • (#693) Fixed mktemp template to support busybox (and Alpine linux) – @xakraz
  • (#691) Remove trailing dot of German Windows – @koppor
  • (#690) feat(git-release): push tags first to help ci tools not miss them – @dominicbarnes
  • (#687) git-release: handle extra non-numeric prefix in tag with --semver – @spacewander
  • (#686) git-release: add --semver option – @spacewander
  • (#684) git-release: function usage doesn't exist, ignore unknown argument instead – @spacewander
  • (#681) Fix so 'git rebase-patch' is described once. – @EdwardBetts
  • (#680) Preserve existing user commands in zsh completion – @lhernanz
  • (#679) Mention how to control changelog format in docs of git-changelog – @spacewander
  • (#678) Docs> Add -- in front of cmd for git log – @timhwang21
  • (#676) Fix 'Invalid code page' error when restoring code page at end of script for Windows – @gormac
  • (#675) git-effort: restore normal (visible) cursor properly – @quite
  • (#674) Add GitHub two factor auth support to git-pull-request – @spacewander
  • (#672) Added Nix/NixOS method of installation – @mehandes
  • (#671) Improve ignore-io – @sambostock
  • (#670) Fix typo in Commands.md – @zeeshanu
  • (#668) Fix typos – @isaacm

Since the last release (4.4.0 Uranium):

  • updated man pages or documentation 7 times
  • fixed installation/update 3 times
  • 12 unique contributors

Break change:
Since 4.5.0, git undo -h will prompt if you really want to undo the change. In the future, we may change the -h option, and you need to use --hard instead.

480px-venus_globe

Version 4.4.0 (Uranium)

15 Jul 08:43
Compare
Choose a tag to compare

The git-extras 4.4.0 (Uranium) is released now!

Here's a list of all the changes made in this release; the full changelog can be found in History.md:

  • (#654) git-delete-merged-branches: replace xargs -r option - @spacewander
  • (#656) Fix typo in git-extras - @dueringa
  • (#659) Add git-mr to checkout GitLab merge requests - @bersace
  • (#662) Added git-bulk to not_need_git_repo - @nschlimm
  • (#664) Specify upstream for git bug/chore/feature/refactor and git create-branch won't set origin as upstream by default - @mapitman

Since the last release (4.3.0 titan):

  • added 1 new commands (git mr)
  • updated man pages or documentation 4 times
  • fixed installation/update 2 times
  • 3 unique contributors

Break change:
Since 4.4.0, git create-branch doesn't setup remote tracking branch automatically. You need to specify the remote with -r option. Run git help create-branch to know more detail.

uraninite_miceeyes
By Weirdmeister - Own work, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=57846288

Version 4.3.0 (titan)

05 May 11:25
Compare
Choose a tag to compare

The git-extras 4.3.0 (titan) is released now!

Here's a list of all the changes made in this release; the full changelog can be found in History.md:

Since the last release (4.2.0 starplex):

  • added 3 new commands (git bulk, git force-clone, and git stamp)
  • updated man pages or documentation 19 times
  • fixed installation/update 1 times
  • 11 unique contributors

titan_multi_spectral_overlay

Version 4.2.0 (starplex)

08 Oct 06:01
Compare
Choose a tag to compare

After a long time, now it's the turn of git-extras 4.2.0 (starplex) !

Here's a list of all the changes made in this release; the full changelog can be found in History.md:

Since the last release (4.1.0 vortex):

  • added 4 new commands (git standup, git clear-soft, git reauthor, and git rename-branch)
  • updated man pages or documentation 19 times
  • fixed installation/update 5 times
  • 17 unique contributors

starplex

Version 4.1.0 (vortex)

24 Jan 21:05
Compare
Choose a tag to compare

Here's a list of all the changes made in this release; the full changelog can be found in History.md:

Since the last release (v4.0.0 wookiee):

  • added 1 new command (git-sync)
  • updated man pages or documentation 5 times
  • fixed installation/update scripts 3 times
  • 6 unique contributors

Next projected release on February 29.

sync -> sink -> vortex

Version 4.0.0 (wookiee)

29 Dec 04:45
Compare
Choose a tag to compare

It's been a while, but we present to you git-extras v4.0.0 (wookiee)!

Here's a list of all the changes made in this release; the full changelog can be found in History.md:

Since the last release (v3.0.0 rad-star):

  • added 4 new commands (git psykorebase, git clear, git sed, and git ignore-io)
  • updated man pages or documentation 16 times
  • fixed installation/update 15 times
  • 30 unique contributors

wookiee