-
-
Notifications
You must be signed in to change notification settings - Fork 66
feature: add git metadata #361
Copy link
Copy link
Closed
Labels
featureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Requirement for mkdocstrings/python#253
Describe the solution you'd like
load_git, parse the git metadata (i.e. the remote and ref)I think something like
git ls-files, and then checking if the file you are looking at is in that set would work great.