summaryrefslogtreecommitdiff
path: root/status.go
AgeCommit message (Expand)Author
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2020-10-22refactor: Use undeprecated options init (#656)Suhaib Mujahid
2020-08-14Fix null pointer dereference in status.ByIndex (#628)michael boulton
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto
2016-05-29StatusConflicted maps GIT_STATUS_CONFLICTEDMirko Nosenzo
2015-09-18Fix crash when using Pathspec in StatusOptionsCalin Seciu
2015-03-04go fmtMark Probst
2014-12-11Remove useless includesCarlos Martín Nieto
2014-10-28Make the constants have typesCarlos Martín Nieto
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