summaryrefslogtreecommitdiff
path: root/src/status.c
Commit message (Expand)AuthorAgeFilesLines
* diff/status: introduce conflictsEdward Thomson2015-05-281-0/+6
* git_status_file now takes an exact pathUngureanu Marius2014-11-071-1/+2
* Remove debug printfs.Alan Rogers2014-07-221-2/+0
* GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-031-0/+2
* Add GIT_STATUS_OPT_INCLUDE_UNREADABLEAlan Rogers2014-05-301-0/+2
* Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers2014-05-201-0/+3
* Skip unreadable files for now.Alan Rogers2014-05-201-2/+6
* Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-5/+2
* Make init_options fns use unsigned ints and macroRussell Belfer2014-05-021-7/+3
* Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-021-6/+30
* Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer2014-05-021-3/+26
* Add build option for diff internal statisticsRussell Belfer2014-05-021-4/+4
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+11
* diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-9/+9
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-1/+1
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-1/+1
* Some callback error check style cleanupsRussell Belfer2013-12-111-2/+3
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-27/+11
* Add git_vector_free_allRussell Belfer2013-12-111-7/+1
* Further EUSER and error propagation fixesRussell Belfer2013-12-111-2/+1
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-8/+24
* Convert git_index_read to have a "force" flagRussell Belfer2013-11-011-1/+1
* Make diff and status perform soft index reloadRussell Belfer2013-11-011-6/+11
* Rename diff objects and split patch.hRussell Belfer2013-10-111-3/+3
* No such thing as an orphan branchCarlos Martín Nieto2013-09-171-1/+1
* Split rewrites, status doesn't return rewritesEdward Thomson2013-08-281-2/+4
* Add rename from rewrites to statusEdward Thomson2013-08-051-22/+7
* Remove GIT_STATUS_SHOW_INDEX_THEN_WORKDIR optionRussell Belfer2013-07-031-14/+3
* Fix segfault in git_status_foreach_ext()yorah2013-07-031-5/+7
* Add status flags to force output sort orderRussell Belfer2013-06-201-2/+10
* More tests and bug fixes for status with renameRussell Belfer2013-06-171-11/+38
* Improve case handling in git_diff__paired_foreachRussell Belfer2013-06-171-89/+82
* Fix broken status EXCLUDE_SUBMODULES logicRussell Belfer2013-06-171-11/+21
* handle renames in status computationEdward Thomson2013-06-171-14/+92
* status access by index, providing more details to callersEdward Thomson2013-06-171-66/+166
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-1/+1
* Improve ignore handling in git_status_fileRussell Belfer2013-05-101-16/+4
* clarify where error message is setRussell Belfer2013-05-011-2/+2
* Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer2013-03-251-20/+42
* Recursing into ignored dirs for diff and statusRussell Belfer2013-03-251-1/+2
* Support case insensitive tree iterators and statusRussell Belfer2013-01-151-2/+12
* Fix err msg for ambiguous path in git_status_fileRussell Belfer2013-01-151-4/+6
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix diff constructor name order confusionRussell Belfer2012-12-171-2/+2
* Deploy GITERR_CHECK_VERSIONBen Straub2012-11-301-14/+1
* Deploy GIT_STATUS_OPTIONS_INITBen Straub2012-11-301-6/+18
* Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-2/+1
* API updates for status.hRussell Belfer2012-11-271-3/+3
* Update diff callback param orderRussell Belfer2012-11-271-6/+6
* repo: Make git_repository_head_tree() return error codesnulltoken2012-11-221-2/+4