summaryrefslogtreecommitdiff
path: root/git.go
AgeCommit message (Collapse)Author
2013-03-08Oid: make sure not to dereference a NULL git_oidCarlos Martín Nieto
Some calls like Reference.Target() can return NULL if the reference is symbolic. Make sure newOidFromC() can handle these situations.
2013-03-05Initial commitVicent Marti