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

support for local repos #154

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

support for local repos #154

wants to merge 22 commits into from

Commits on Jul 24, 2023

  1. add dependencies

    go get github.com/go-git/go-git/v5
    go get github.com/go-git/go-git/v5/plumbing
    go get github.com/go-git/go-git/v5/plumbing/object
    go get github.com/go-git/go-git/v5/plumbing/storer
    Dieterbe committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    43d2ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e476c5d View commit details
    Browse the repository at this point in the history
  3. test script

    Dieterbe committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8e13183 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    a3fec6d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    c4e16be View commit details
    Browse the repository at this point in the history
  2. more test cases

    Dieterbe committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8ad2550 View commit details
    Browse the repository at this point in the history
  3. cleanup

    Dieterbe committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1b50690 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a73e0e View commit details
    Browse the repository at this point in the history
  5. implement deleting

    Dieterbe committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b1f4db0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52a7105 View commit details
    Browse the repository at this point in the history
  7. better

    Dieterbe committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b693614 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9840a6b View commit details
    Browse the repository at this point in the history
  9. clearer output

    Dieterbe committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9bdd4a8 View commit details
    Browse the repository at this point in the history
  10. fix

    Dieterbe committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2131fdc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dbd2087 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    0908b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    505e57e View commit details
    Browse the repository at this point in the history
  3. fix

    Dieterbe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    aabe0bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6cf7af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7a4d3b View commit details
    Browse the repository at this point in the history
  6. clarify readme

    Dieterbe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c1d998e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    7c3a997 View commit details
    Browse the repository at this point in the history