Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Bump gopkg.in/src-d/go-git.v4 from 4.10.0 to 4.11.0 #230

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps gopkg.in/src-d/go-git.v4 from 4.10.0 to 4.11.0.

Release notes

Sourced from gopkg.in/src-d/go-git.v4's releases.

v4.11.0

Nothing very significant in this release but contains a bunch of bug fixing and improvements.

Change Log

  • git: add Repository.CreateRemoteAnonymous #1094 (niukuo)
  • git: remove potentially duplicate check for unstaged files #1081 (meinto)
  • git: fix goroutine block while pushing a remote #1080 (jfontan)
  • storage/transactional: implement storer.PackfileWriter #1093 (jfontan)
  • plumbing: fix missing error in bfsCommitIterator #1092 (niukuo)
  • plumbing: object, Count stats properly when no new line added at the … #1088 (oleksii-shnyra)
  • plumbing: commit.StatsContext and fix for orphan commit #1115 (mcuadros)
  • plumbing: fix panic in object.Tree.FindEntry #1095 (niukuo)
  • plumbing/cache: check for empty cache list #1076 (jfontan)
  • worktree: allow manual ignore patterns when no .gitignore is available #1070 (fbsb)
  • utils/diff: Increase diffmatchcpatch timeout #1084 (vmarkovtsev)
Commits
  • aa6f288 plumbing: commit.StatsContext and fix for orphan commit (#1115)
  • cc5579e Merge pull request #1088 from oleksii-shnyra/fix-1074
  • f69d206 plumbing: commit.Stat test suite
  • 829edc9 Merge pull request #1112 from HashedDan/commit-example-typo
  • 73e0fe9 examples: commit, fixed minor typo in info statement
  • 923642a Merge pull request #1095 from niukuo/panic_find_entry
  • 6e931e4 Merge pull request #1099 from dpordomingo/go1.12-support
  • 7a43bb7 travis: drop go1.10 add go1.12
  • 579399e fix panic in object.Tree.FindEntry
  • def8f25 Merge pull request #1092 from niukuo/master
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [gopkg.in/src-d/go-git.v4](https://github.com/src-d/go-git) from 4.10.0 to 4.11.0.
- [Release notes](https://github.com/src-d/go-git/releases)
- [Commits](src-d/go-git@v4.10.0...v4.11.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 18, 2019
@coveralls
Copy link

coveralls commented Apr 18, 2019

Pull Request Test Coverage Report for Build 1199

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 90.483%

Totals Coverage Status
Change from base Build 1195: 0.0%
Covered Lines: 1198
Relevant Lines: 1324

💛 - Coveralls

@duck8823 duck8823 merged commit e3cac83 into master Apr 20, 2019
@duck8823 duck8823 deleted the dependabot/go_modules/gopkg.in/src-d/go-git.v4-4.11.0 branch April 20, 2019 02:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants