Skip to content

describe: Fix API inconsistency.

Marius Bakke requested to merge mbakke/guile-git:describe_fixup into master

The internal procedures in (git structs) are named after the libgit2 struct fields. (git describe) exposes a slightly different API, and names its exported variables thereafter.

Merge request reports