summaryrefslogtreecommitdiff
path: root/src/status.c
Commit message (Expand)AuthorAgeFilesLines
* status: use GIT_ASSERTEdward Thomson2020-11-271-4/+7
* tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-091-0/+2
* iterator: update enum type name for consistencyEdward Thomson2020-01-181-2/+2
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* oid: `is_zero` instead of `iszero`Edward Thomson2019-06-161-2/+2
* global: convert trivial `fnmatch` users to use `wildcard`Patrick Steinhardt2019-06-151-5/+5
* posix: remove implicit include of "fnmatch.h"Patrick Steinhardt2019-06-151-0/+1
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-2/+7
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-12/+12
* index: commit the changes to the index properlyEdward Thomson2018-06-291-1/+1
* status: Add a baseline field to git_status_options for comparing to trees oth...David Catmull2017-11-301-7/+12
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-4/+4
* git_diff_generated: abstract generated diffsEdward Thomson2016-05-261-0/+1
* 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