libretro / snes9x

Snes9x - Portable Super Nintendo Entertainment System (TM) emulator
http://www.snes9x.com
Other
47 stars 56 forks source link

Broken git history #199

Open AndSDev opened 5 years ago

AndSDev commented 5 years ago

Lakka required 2f6aee4 commit. This commit doesn’t exist in the master branch (but exists in PR #197).

andres-asm commented 5 years ago

someone had rebased the repo incorrectly The same commit is in master: https://github.com/libretro/snes9x/commits/master

0b787becc1c00c3993a5aa90eede67e0e15e0ca0

AndSDev commented 5 years ago

The problem is that other projects refer directly to this commit. In this regard, now they can not be compiled without additional settings. As a quick fix, I propose to add a tag to the commit with the old commit hash.

andres-asm commented 5 years ago

the problem is that people seemingly can't use GIT properly, then they merge, the history is broken. The real commit is the one I posted (check upstream)

I dunno about your solution, I'd say update such projects instead.

orbea commented 5 years ago

Just use upstream's repo and you won't have this problem...

https://github.com/snes9xgit/snes9x

ehmry commented 4 years ago

If upstream is merging our patches, why does this repo exist?