jarcode-foss / glava

GLava - OpenGL audio spectrum visualizer
GNU General Public License v3.0
1.17k stars 59 forks source link

Please read it before open an issue // Code migration // Maintenance fork #218

Open HumanG33k opened 2 years ago

HumanG33k commented 2 years ago

Since the project look unmaintained i continue it in gitlab :

I already add code from pull requests. I will maybe take the time to create a debian package from it in order to add it in official debian.

I also make a mirror in case some improvement pop up.

Feel free to re-open issue on the new repository.

If i miss something feel free to kick my ass.

QuLogic commented 2 years ago

I don't have a problem with forking, but for merging other's PR, why did you not at least commit with the correct author? Or, since git is distributed, pull the original commits from the PRs directly.

HumanG33k commented 2 years ago

Good point. I keep it in my notread/bookmark list (the issue) and take time to make needed modification.

HumanG33k commented 2 years ago

@QuLogic do you have a link for how to

pull the original commits from the PRs directly.

Thx

(i already know how to rewrite history but your way to do look better)

QuLogic commented 1 year ago

You add a remote for their repo and fetch the branch for their PR.