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

Improve git walking #439

Merged
merged 2 commits into from
Oct 15, 2024
Merged

Improve git walking #439

merged 2 commits into from
Oct 15, 2024

Commits on Oct 14, 2024

  1. feat: simplify stats recording in filesystem reader

    Signed-off-by: Brian McGee <[email protected]>
    brianmcgee committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    93c8343 View commit details
    Browse the repository at this point in the history
  2. feat: simplify git walking

    Replaces the use of `go-git` with a simple `git ls-file` for traversing the git index.
    
    Signed-off-by: Brian McGee <[email protected]>
    brianmcgee committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    844f3fd View commit details
    Browse the repository at this point in the history