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

gitoxide update #705

Merged
merged 5 commits into from
Jul 25, 2022
Merged

gitoxide update #705

merged 5 commits into from
Jul 25, 2022

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    58da2df View commit details
    Browse the repository at this point in the history
  2. obtain user name with gitoxide

    It also makes use of the `GIT_COMMITTER|USER_*` environment variables,
    leading to it being more true to the intent while finding the name
    that git would use, too.
    Byron committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    38fbfec View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. obtain remote url and repo name using gitoxide

    This is a more literal translation and some more cleanup steps
    have to follow.
    Byron committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    b1c80e8 View commit details
    Browse the repository at this point in the history
  2. remote git2 repository from repo module.

    `git2` is now used only to find worktree changes, an area where
    great speedups could be achieved if it was implemented by gitoxide.
    Byron committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    881f514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f965965 View commit details
    Browse the repository at this point in the history