Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(freebsd): FreeBSD 13.0-RELEASE compat #113

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 31, 2022

  1. feat(freebsd): FreeBSD 13.0-RELEASE compat

    Fix Makefile to reference correct version of git2go for FreeBSD
    13.0-RELEASE
    Fix scm/git.go imports to reference correct version of git2go for
    FreeBSD 13.0-RELEASE
    Fix scm/git.go:301 git2go TreeWalkCallback type changed return type
    'int' -> 'error'
    Fix util/test.go imports to reference correct version of git2go for
    FreeBSD 13.0-RELEASE
    
    * Tags: 13.0-RELEASE FreeBSD
    realnedsanders committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    0724457 View commit details
    Browse the repository at this point in the history
  2. fix(Makefile): Fixed Makefile git2go-install step

    Fix git2go-install step in Makefile to use `git fetch` instead of `git
    pull`.
    
    * Tags: git2go-install Makefile fetch pull
    realnedsanders committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    f6af9ed View commit details
    Browse the repository at this point in the history