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

Remove needless git command dependency by GitRelWorkdir func #1160

Merged
merged 4 commits into from Apr 20, 2022

Commits on Apr 19, 2022

  1. Remove needless git command dependency by GitRelWorkdir func

    git binary command dependency sometimes leads to a problem like #1158.
    We should remove the dependencies as much as possible.
    
    We can completely remove the git command dependency for GitHub reporters
    with this commit.
    haya14busa committed Apr 19, 2022
    Copy the full SHA
    7c3eafb View commit details
    Browse the repository at this point in the history
  2. update CHANGELOG

    haya14busa committed Apr 19, 2022
    Copy the full SHA
    0f909d2 View commit details
    Browse the repository at this point in the history
  3. fix golint warning

    haya14busa committed Apr 19, 2022
    Copy the full SHA
    2d615cf View commit details
    Browse the repository at this point in the history
  4. Use +=

    haya14busa committed Apr 19, 2022
    Copy the full SHA
    208c9d5 View commit details
    Browse the repository at this point in the history