thblt / write-yourself-a-git

Learn Git by reimplementing it from scratch
https://wyag.thb.lt
GNU General Public License v3.0
655 stars 75 forks source link

No GitTag class #23

Closed nguyenminh-phuc closed 3 years ago

nguyenminh-phuc commented 3 years ago

In the article, the GitTag class is defined as

class GitTag(GitCommit):
   fmt = b'tag'

But in the libwyag.py file, the code is not found.

thblt commented 3 years ago

Well spotted, thank you!