techgaun / active-forks

Find active github forks of a repo https://git.io/vSnrC
https://techgaun.github.io/active-forks/index.html
2.28k stars 295 forks source link

Show how many commits ahead a fork is from the original repo and view them #66

Open Sternbach-Software opened 2 years ago

Sternbach-Software commented 2 years ago

Part of the definition of "active fork" is that it has commits past the original repo, so I think it is important (it certainly is to me) to see how many commits ahead a branch is. It would be cool if I can see the commit messages that the new repo has that the old one doesn't.

This repo/library is not being maintained, but I can't even import the library because it relies on a dependancy that is not in the android runtime (anymore at least), so all I want is to find a fork that solved that issue. Many of them just forked it without adding any new commits, and it is several years old (which I don't care about, so long as it works), but I can't tell if anyone fixed that issue just by looking at the last commit. There are 377 forks, so it is not feasible to look through each one to see if it has any commits that solve that issue.

Maybe there should even be a condition for "new commit message contains phrase"... so I can search for "dependancy" or "JUnit" (the missing dependancy), etc.

executionByFork commented 2 years ago

I have a similar use case. Simply showing a column with how many commits ahead and/or behind the original repository would eliminate 95% of the junk forks. I'm looking for forks that have implemented changes on top of the original. An outdated or identical fork is useless to me, and I would think these are not useful to most people searching for an active fork

pktiuk commented 2 years ago

I use this site to find new, active forks of unmaintained apps.
This feature would help a lot
(but tbh I think this repo is also currently unmaintained, so we can't count on this feature anytime soon)

Sternbach-Software commented 2 years ago

This actively maintained web app has this feature (and many more).

pktiuk commented 2 years ago

That's great.
Than k you for this info. I have also found github project where it is developed https://github.com/lukaszmn/active-forks

afterdelight commented 2 years ago

and also add sorting function