summaryrefslogtreecommitdiff
path: root/status.go
AgeCommit message (Collapse)Author
2014-12-11Remove useless includesCarlos Martín Nieto
2014-10-28Make the constants have typesCarlos Martín Nieto
While Go will assign the correct type to a const block when it auto-creates the values, assigning makes the const be typeless and will only gain it in each particular use. Make each constant in the blocks have an assigned type.
2014-09-04remove unused status version fieldBen Navetta
2014-09-04give status option flags their own typeBen Navetta
2014-08-25fix status list to handle null head_to_index in entriesBen Navetta
2014-08-25add thread locking to status apiBen Navetta
2014-08-25remove status_foreach bindingBen Navetta
2014-08-25don't return anything from StatusList.FreeBen Navetta
2014-08-19add git_status_foreach bindingBen Navetta
2014-08-18add StatusFile functionBen Navetta
2014-08-18add status option supportBen Navetta
2014-08-18add StatusList.EntryCount()Ben Navetta
2014-08-18add ByIndex, reorder to match other filesBen Navetta
2014-08-18status data typesBen Navetta