Commit a9022f0
authored
Fix detection of annotated git tags (#74)
This commit extends vcs2l's tag detection scheme to support annotated
tags, building on the existing support for lightweight tags. The new
detection logic adds awareness of some git plumbing details regarding
how the tag's message is stored in relation to the SHA it references.
I updated the test to use an annotated tag for one of the tags in the
list to exercise this feature.
Signed-off-by: Scott K Logan <[email protected]>1 parent 374e480 commit a9022f0
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
200 | | - | |
201 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
202 | 205 | | |
203 | 206 | | |
204 | 207 | | |
| |||
0 commit comments