summaryrefslogtreecommitdiff
path: root/src/status.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-141-2/+2
* Fix diff API to better parameter orderRussell Belfer2012-11-141-2/+2
* Some diff refactorings to help code reuseRussell Belfer2012-11-091-48/+35
* Improve docs, examples, warningsRussell Belfer2012-11-011-1/+1
* Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer2012-10-171-2/+12
|\
| * Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-1/+1
| * Introduce status/diff TYPECHANGE flagsRussell Belfer2012-10-091-2/+12
* | Fix single-file ignore checksRussell Belfer2012-10-151-3/+20
|/
* Support for core.ignorecasePhilip Kelley2012-09-171-1/+17
* Diff iteratorsRussell Belfer2012-09-051-0/+3
* Wrap up ignore API and add testsRussell Belfer2012-08-221-9/+1
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-6/+16
|\
| * Update iterators for consistency across libraryRussell Belfer2012-08-031-6/+16
* | Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti2012-08-021-1/+1
|\ \ | |/ |/|
| * portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* | Add flag to turn off pathspec testing for diff and statusyorah2012-07-241-0/+2
* | Fix getting status of files containing bracketsyorah2012-07-241-2/+4
|/
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-213/+39
* Add cache busting to attribute cacheRussell Belfer2012-05-101-1/+2
* Add support for diffing index with no HEADRussell Belfer2012-05-081-1/+1
* status: Prevent git_status_file() from returning ENOTFOUND when not applicablenulltoken2012-05-081-4/+4