Skip to content

v5.12.0

Latest
Compare
Choose a tag to compare
@mcuadros mcuadros released this 31 Mar 12:27
· 22 commits to master since this release
302ddde

What's Changed

  • git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by @moranCohen26 in #994
  • git: Signer: fix usage of crypto.Signer interface by @wlynch in #1029
  • git: Remote, fetch, adds the prune option. by @juliens in #366
  • git: Add crypto.Signer option to CommitOptions. by @wlynch in #996
  • git: Worktree checkout tag hash id (#959) by @aymanbagabas in #966
  • git: Worktree, Don't panic on empty or root path when checking if it is valid by @tim775 in #1042
  • git: Add commit validation for Reset by @pjbgf in #1048
  • git: worktree_commit, Fix amend commit to apply changes. Fixes #1024 by @onee-only in #1045
  • git: Implement Merge function with initial FastForwardMerge support by @pjbgf in #1044
  • plumbing: object, Make first commit visible on logs filtered with filename. Fixes #191 by @onee-only in #1036
  • plumbing: no panic in printStats function. Fixes #177 by @nodivbyzero in #971
  • plumbing: object, Optimize logging with file. by @onee-only in #1046
  • plumbing: object, check legitimacy in (*Tree).Encode by @niukuo in #967
  • plumbing: format/gitattributes, close file in ReadAttributesFile by @prskr in #1018
  • plumbing: check setAuth error. Fixes #185 by @nodivbyzero in #969
  • plumbing: object, fix variable defaultUtf8CommitMessageEncoding name spell error by @Jerry-yz in #987
  • utils: merkletrie, calculate filesystem node's hash lazily. by @candid82 in #825
  • utils: update comment in node.go's Hash() by @codablock in #992
  • _example: fix 404 link and added ssh-agent clone link by @grinish21 in #1022
  • _example: checkout-branch example by @dlambda in #446
  • _example: example for git clone using ssh-agent by @pjbgf in #998

New Contributors

Full Changelog: v5.11.0...v5.12.0