summaryrefslogtreecommitdiff
path: root/status_test.go
AgeCommit message (Collapse)Author
2020-08-14Fix null pointer dereference in status.ByIndex (#628)michael boulton
`git_status_byindex` can return a null pointer if there is no statuses.
2016-08-27Run the tests in parallelCarlos Martín Nieto
This saves about 1s, or 1/3 of the test runtime. The linking is still much slower, but this we can control.
2015-04-24tests: always clean up temporary repository dirsPatrick Steinhardt
Some test repositories are not correctly removed after the tests did run. Fix by introducing a function that is to be used for cleaning up temporary test repositories.
2015-03-04Repository stateMark Probst
2014-08-25fix status list to handle null head_to_index in entriesBen Navetta
2014-08-25remove status_foreach bindingBen Navetta
2014-08-19add git_status_foreach bindingBen Navetta
2014-08-19comment out issue with entry countBen Navetta
2014-08-18add StatusFile functionBen Navetta
2014-08-18add status option supportBen Navetta
2014-08-18start on status tests; fix bug in Repository.StatusList()Ben Navetta