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

v4.0.0-rc15

Compare
Choose a tag to compare
@mcuadros mcuadros released this 04 Sep 17:54
· 709 commits to master since this release

Fixed bugs:

  • Worktree.Clone can't checkout commit pointed to by tag, but Git works #574
  • Worktree.Checkout:Force bug? #435
  • Worktree Checkout and Reset call to fetch operations on submodules #415

Merged pull requests:

  • packfile: improve performance a little by reducing gc pressure #578 (erizocosmico)
  • Repository.Clone added Tags option, and set by default AllTags #576 (mcuadros)
  • Add sideband support for push #573 (orirawlings)
  • Worktree.Reset refactor and Soft, Merge, Hard and Mixed modes #572 (mcuadros)
  • dotgit: avoid duplicated references returned by Refs #569 (erizocosmico)