ChimeraCoder / gitgo

A Go implementation of Git functions
Other
346 stars 25 forks source link

Log() omits the last commit #2

Closed ChimeraCoder closed 9 years ago

ChimeraCoder commented 9 years ago

Git log should return all ancestors including the current commit; currently it returns only the ancestors.