index
:
go.wit.com/lib/libgit2.git
devel
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
status.go
Age
Commit message (
Expand
)
Author
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2020-10-22
refactor: Use undeprecated options init (#656)
Suhaib Mujahid
2020-08-14
Fix null pointer dereference in status.ByIndex (#628)
michael boulton
2017-07-08
Third round of keep-alive aditions
Carlos Martín Nieto
2016-05-29
StatusConflicted maps GIT_STATUS_CONFLICTED
Mirko Nosenzo
2015-09-18
Fix crash when using Pathspec in StatusOptions
Calin Seciu
2015-03-04
go fmt
Mark Probst
2014-12-11
Remove useless includes
Carlos Martín Nieto
2014-10-28
Make the constants have types
Carlos Martín Nieto
2014-09-04
remove unused status version field
Ben Navetta
2014-09-04
give status option flags their own type
Ben Navetta
2014-08-25
fix status list to handle null head_to_index in entries
Ben Navetta
2014-08-25
add thread locking to status api
Ben Navetta
2014-08-25
remove status_foreach binding
Ben Navetta
2014-08-25
don't return anything from StatusList.Free
Ben Navetta
2014-08-19
add git_status_foreach binding
Ben Navetta
2014-08-18
add StatusFile function
Ben Navetta
2014-08-18
add status option support
Ben Navetta
2014-08-18
add StatusList.EntryCount()
Ben Navetta
2014-08-18
add ByIndex, reorder to match other files
Ben Navetta
2014-08-18
status data types
Ben Navetta