EdJoPaTo / website-stalker

Track changes on websites via git
GNU Lesser General Public License v2.1
54 stars 6 forks source link

Replace integrated git support by usage of the existing git executable #178

Closed EdJoPaTo closed 1 year ago

EdJoPaTo commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently the git integration is done via libgit2 which can have wrong versions with the system libgit2 version as it isn't pure rust.

Describe the solution you'd like

Replace the current git support with git commands being run in the current folder with the git executable in PATH.

Describe alternatives you've considered

gitoxide might be a neat pure rust implementation.

Additional context

132

EdJoPaTo commented 1 year ago

done in b0a0035