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

Testing git.rs #47

Merged
merged 17 commits into from
Apr 2, 2024
Merged

Testing git.rs #47

merged 17 commits into from
Apr 2, 2024

Commits on Apr 2, 2024

  1. git: fix a typo

    Pilou97 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c7244c3 View commit details
    Browse the repository at this point in the history
  2. error: using anyhow

    Next step is to display them in a sexy user way
    Pilou97 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    381d46d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cc46de View commit details
    Browse the repository at this point in the history
  4. git: add push force

    Pilou97 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b1fbaa8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9ce4d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d7ffda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fcc819 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd90287 View commit details
    Browse the repository at this point in the history
  9. project: add lcov to gitignore

    using cargo-lcov for coverage purpose
    Pilou97 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    40cfac8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    264ecb7 View commit details
    Browse the repository at this point in the history
  11. git: support absolute path

    Pilou97 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    81baa55 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    80f820b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    00b4674 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef94ff0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    98c4528 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8f4d28b View commit details
    Browse the repository at this point in the history
  17. git/test: test git.rs

    This commit adds two main stuff:
     - git client wrapper
     - tests
    
     git.rs is then tested against git client
    Pilou97 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5e3ae7c View commit details
    Browse the repository at this point in the history