pygit2
pygit2 copied to clipboard
Repository.status() parsing
Is there a built-in utility to coerce a value from .status() into a string of flags by name?
If not is this something that could be PR'd?
Could we change status() to give an IntFlag instead of raw int? That would be nice, but may not be fully backwards compatible.