libgit2 / objective-git

Objective-C bindings to libgit2
MIT License
1.16k stars 280 forks source link

-[GTNote target] -> -[GTNote targetOID] #635

Closed slavikus closed 7 years ago

slavikus commented 7 years ago

Apparently messed this one up initially: the GTNote class itself defines a read-only accessor to targetOID, while public header defines a target property. Fixing the public header so it gets proper access to targetOID.

pietbrauer commented 7 years ago

Thanks!