-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
base: main
Are you sure you want to change the base?
Conversation
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 I saw your issue, then I was surprised you made a WIP PR How far were you from having everything all set? |
@ccoVeille from what i recall there was quite some work left to do. |
Thanks for replying. OK, is there a chance you would work on this again? |
Not any time soon 😞 |
Thanks for replying me. It's always good to have a status. |
i found some time to work on this again. included is a shell script which sets up various git repos for testing. the directories are named to describe the "case", making it easier to see whether fork-cleaner interprets each case correctly (seems like it does). you can then run @caarlos0 what do you think? :-) |
seems to work pretty well now. i've deleted about 30 stale repos in my code directory, so far. |
seems the CI failures are unrelated to my work 🤔 |
One might ask: why is this a PR for this repo, and not a standalone tool, in a separate repo? So I rather collaborate on 1 tool rather than make my own separate tool or fork |
beginnings of support for #135
i made some progress on this months ago, but ran out of steam.
publishing what i have because i hope to find other collaborators.
to recap, the goal is: