You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix long-outdated information in the git.objects.tag docstring
that seems to have been left over from when there was no such
separate module. This module has only a tag-related class, not
all classes that derive from git.object.base.Object.
- Expand the git.objects.tag docstring to clarify what the module
provides, add a git.refs.tag module docstring explaining what
that provides, and cross-reference them with an explanation of
how they differ (mentioning how this relates to git concepts).
- Expand thie git.object.tag.TagObject class docstring to include
the term "annotated" (retaining "non-lightweight" in parentheses).
0 commit comments