gollum / rugged_adapter

Adapter to make gollum use Rugged (libgit2) at the backend.
MIT License
36 stars 27 forks source link

Implement Index#workdir_path_modified? #64

Open dometto opened 1 year ago

dometto commented 1 year ago

Implements the method defined in https://github.com/gollum/adapter_specs/pull/18. This PR should be rerun against the specs when https://github.com/gollum/adapter_specs/pull/18 is merged.

The purpose of this method is to aid in solving https://github.com/gollum/gollum/issues/1975