Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

v4.2.0

Compare
Choose a tag to compare
@mcuadros mcuadros released this 12 Mar 10:30
· 473 commits to master since this release
1d28459

After a very busy week, at Git Merge 2018, here is a new release of go-git, doesn't include anything very relevant besides the new Worktree.[AddGlob|RemoveBlob] methods and the new traversal order for Repository.Log done by @ilius

Changes

Fixed bugs:

  • Basic Auth: Encode special characters in password #723
  • Plain clone throws error even when repo doesn't exist #755

Merged pull requests:

  • repository.Log: add alternatives for commit traversal order #771 (ilius)
  • storage/filesystem: optimize packfile iterator #769 (dennwc)
  • Unused params, unused code, make Go tip's vet happy #766 (mvdan)
  • plubming: transport, Escape the user and pswd for endpoint. Fixes #723 #762 (zkry)
  • plumbing: ssh, return error when creating public keys from invalid PEM #759 (mdelillo)
  • blame: Add blame line data #754 (shanedasilva)
  • new methods Worktree.[AddGlob|RemoveBlob] and recursive Worktree.[Add|Remove] #739 (mcuadros)