summaryrefslogtreecommitdiff
path: root/include/git2/status.h
Commit message (Expand)AuthorAgeFilesLines
* Whitespace wibbles.Alan Rogers2014-06-041-0/+1
* Add GIT_STATUS_OPT_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-031-16/+16
* Add GIT_STATUS_OPT_INCLUDE_UNREADABLEAlan Rogers2014-05-301-0/+1
* Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers2014-05-201-0/+1
* Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-021-5/+4
* Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer2014-05-021-0/+6
* Improve docs for status rename detection limitsrb/status-with-precomposed-changesRussell Belfer2014-04-241-2/+27
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+13
* Update docs for new callback return value behaviorRussell Belfer2013-12-111-3/+3
* Make diff and status perform soft index reloadRussell Belfer2013-11-011-0/+4
* Add rename from rewrites to statusEdward Thomson2013-08-051-1/+4
* Clarify docs for git_status_fileRussell Belfer2013-07-101-4/+4
* Remove GIT_STATUS_SHOW_INDEX_THEN_WORKDIR optionRussell Belfer2013-07-031-8/+7
* Add status flags to force output sort orderRussell Belfer2013-06-201-0/+8
* Clarify some docs and minor reorderingRussell Belfer2013-06-171-92/+89
* handle renames in status computationEdward Thomson2013-06-171-7/+14
* status access by index, providing more details to callersEdward Thomson2013-06-171-0/+63
* Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer2013-03-251-1/+7
* Recursing into ignored dirs for diff and statusRussell Belfer2013-03-251-6/+10
* update copyrightsEdward Thomson2013-01-081-1/+1
* Correct typos in documentationKevin Sawicki2013-01-061-1/+1
* Allow compilation as C++Ben Straub2012-12-061-1/+1
* Add version fields and init macros for public input structs.Ben Straub2012-11-301-0/+3
* API updates for status.hRussell Belfer2012-11-271-4/+17
* Improve docs, examples, warningsRussell Belfer2012-11-011-42/+85
* Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer2012-10-171-10/+13
|\
| * Introduce status/diff TYPECHANGE flagsRussell Belfer2012-10-091-10/+13
* | Fix single-file ignore checksRussell Belfer2012-10-151-4/+6
|/
* Update iterators for consistency across libraryRussell Belfer2012-08-031-2/+2
* Add flag to turn off pathspec testing for diff and statusyorah2012-07-241-0/+3
* Fix filemode comparison in diffsRussell Belfer2012-06-081-1/+1
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-2/+2
* Properly tag all `enums` with a `_t`Vicent Martí2012-05-181-15/+18
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-11/+20
* Add cache busting to attribute cacheRussell Belfer2012-05-101-2/+2
* Fix crash in new status and add recurse optionRussell Belfer2012-03-231-6/+14
* New status fixesRussell Belfer2012-03-221-3/+3
* Adding new tests for new status commandRussell Belfer2012-03-221-2/+1
* Reimplment git_status_foreach using git diffRussell Belfer2012-03-211-1/+67
* Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-021-1/+1
* Update diff to use iteratorsRussell Belfer2012-03-021-1/+1
* Update Copyright headerschu2012-02-131-1/+1
* Patch cleanup for mergeRussell Belfer2012-01-161-0/+16
* Initial implementation of gitignore supportRussell Belfer2012-01-111-5/+5
* Tabify everythingVicent Marti2011-09-191-7/+7
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* status: enhance determination of status for a single filenulltoken2011-09-151-1/+3
* Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-2/+2
* status: CleanupVicent Marti2011-07-091-12/+0