chore(deps): update module src-d/go-git to v4.8.1 #19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.0.0-20180807092216-43d17e14b714
->v4.8.1
Release Notes
src-d/go-git
v4.8.1
Compare Source
repository: fix plain clone error handling regression (Fixes #1027)
v4.8.0
Compare Source
This version includes support for a new index extension, the EOIE extension, enabled by default in the upcoming git v2.20. Also includes a bunch of fixes and new features, take a look at the change log.
Change Log
v4.7.1
Compare Source
From this release you can us
go-git
as a go module. Also, this release includes a bunch of fixes in different packages, take a look at the change logChange Log
fatal: corrupt patch
error in unified diff format #932 (distorhead)v4.7.0
Compare Source
Here is a new release of go-git, containing a mix of performance improvements (#929, #942), new features and issue fixing, take a log to the change log.
Change Log
v4.6.0
Compare Source
Finally here is a new release of go-git, coming with big performance improvements thanks to the new packfile representation #899 (erizocosmico) and parser #898 (jfontan), speeding up the execution of read operation from 25% to almost a 300% depending on the repository topology.
Also, this release comes with some new features and bug fixes, take a look at the change log.
Change Log
v4.5.0
Compare Source
This release includes a variety of different changes, some performance improvements for packafile index decoding, but as well as some functions at storage were made public, plus some other fixes and improvements.
Change Log
v4.4.1
Compare Source
Here is a new version of
go-git
including some memory optimizations by dsymonds and a couple of bug fixes, #480 and #793.Change Log
v4.4.0
Compare Source
New
go-git
version including a new functionality to support excludes on theWorktree
and also a big improvement of performance for repositories with thousands of references.Change Log
v4.3.1
Compare Source
Maintenance release including purely bug fixes.
Change Log
v4.3.0
Compare Source
A small feature release including the new
PlainOpenWithOptions
function able to locate the.git
folder by @mvdan and a basic feature that was missing, the tracking branches onClone
by @TheHipbotChange Log
Implemented enhancements:
v4.2.1
Compare Source
Changes
Merged pull requests:
v4.2.0
Compare Source
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 forRepository.Log
done by @iliusChanges
Fixed bugs:
Merged pull requests:
v4.1.1
Compare Source
Maintenance release including purely bug fixes. The only API change is
Clone.NoCheckout
option #721 beeing added.Changes
Fixed bugs:
Merged pull requests:
v4.1.0
Compare Source
Here is a new release of go-git, it's focused on a performance improvement at clone operation with medium to big repositories (bigger than 200mb).
The clone operation it's now 2x times faster and uses 3x-5x times less memory.
Changes
Fixed bugs:
Merged pull requests:
v4.0.0
Compare Source
go-git is a highly extensible git implementation library written in pure Go.
After almost 18 months of development, more than +700 commits, and 15 release candidates we are pleased to release the
v4
covering almost all the commonly used git functionalities.The project license has changed to Apache License Version 2.0 and Developer Certificate of Origin. Also now provide Contributing Guidelines in order to make easier contribute to the project.
Stable API
The API is considered stable in all the functions reachable from the main package. This means that the plumbing structs and functions from
plumbing
package that are being used as arguments or returned by functions in the main package are stable too. Plumbing structures used under the hood may change in following releases but in ways that won't break compatibility.Changes
Fixed bugs:
Merged pull requests:
v4.0.0-rc9
Compare Source
Documentation updates and some minor fixes
v4.0.0-rc8
Compare Source
4e78181
24c1878
cf9efc6
de1c0bf
a48bc6e
v4.0.0-rc7
Compare Source
Public API
to a non-commit object (#209)
Plumbing
>
before<
parsing (#204)Formats
Transport
Test
Internals
v4.0.0-rc6
Compare Source
v4.0.0-rc5
Compare Source
Public API:
Config:
Storage:
Protocols:
Formats:
Utils:
Transports:
v4.0.0-rc4
Compare Source
Global:
Fixes:
v4.0.0-rc3
Compare Source
Utils:
v4.0.0-rc2
Compare Source
Core
Clients
Formats
Utils
v4.0.0-rc15
Compare Source
Fixed bugs:
Merged pull requests:
v4.0.0-rc14
Compare Source
Implemented enhancements:
Fixed bugs:
ReferenceName
in Clone #557Merged pull requests:
seen
map in tree walker #564 (strib)Reference.Is\*
methods toReferenceName.Is\*
#531 (mcuadros)v4.0.0-rc13
Compare Source
Implemented enhancements:
gitignore
d files #307Fixed bugs:
Merged pull requests:
v4.0.0-rc12
Compare Source
Implemented enhancements:
Fixed bugs:
Improvements
v4.0.0-rc11
Compare Source
Highlights
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.