Skip to content

Add `ggit_repository_set_head_detached()` to the public API

madmurphy requested to merge (removed):master into master

The libgit2 library has git_repository_set_head_detached(), which allows to move HEAD to any commit. This PR provides a glib wrap for it.

Merge request reports