Commit 6126997
committed
Improve docstrings about tags
- 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).1 parent 30f7da5 commit 6126997
2 files changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | | - | |
29 | | - | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
4 | 11 | | |
5 | 12 | | |
6 | 13 | | |
| |||
0 commit comments