Genio-The-Haiku-IDE / Genio

The Haiku IDE
Other
59 stars 9 forks source link

Improve/git file removed #387

Closed Freaxed closed 1 month ago

Freaxed commented 1 month ago

Some git commands generate a B_ENTRY_REMOVED event in the node monitoring, maybe due to some kind of file replacement. If often happens with command like git switch or git checkout when a previous version is loaded. This workaround tries to detech such cases by checking if the file removed exists two times (by reposting the same event to the Looper).