summaryrefslogtreecommitdiff
path: root/src/status.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support reading attributes from indexRussell Belfer2012-05-031-41/+3
* Fix usage of "new" for fieldname in public headerRussell Belfer2012-05-021-5/+5
* Rename to git_reference_name_to_oidRussell Belfer2012-04-231-1/+1
* Add git_reference_lookup_oid and lookup_resolvedRussell Belfer2012-04-171-21/+8
* Remove old status implementationRussell Belfer2012-04-171-367/+1
* Add support for pathspec to diff and statusRussell Belfer2012-04-131-0/+1
* status: Remove status_oldVicent Martí2012-04-111-82/+0
* Clean up valgrind warningsCarlos Martín Nieto2012-04-041-0/+2
* Eliminate hairy COITERATE macroRussell Belfer2012-03-251-14/+27
* Restore default status recursion behaviorRussell Belfer2012-03-231-1/+2
* Fix crash in new status and add recurse optionRussell Belfer2012-03-231-0/+4
* New status fixesRussell Belfer2012-03-221-3/+9
* Reimplment git_status_foreach using git diffRussell Belfer2012-03-211-1/+178
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-216/+134
* error-handling: RepositoryVicent Martí2012-03-071-4/+2
* error-handling: ReferencesVicent Martí2012-03-061-4/+4
* 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
* status: Document submodule TODOsVicent Martí2012-02-011-11/+16
* Fix attr path is_dir checkRussell Belfer2012-01-311-7/+8
* Convert status assert to skip fileRussell Belfer2012-01-311-2/+12
* Move path related functions from fileops to pathRussell Belfer2012-01-171-7/+7
* Patch cleanup for mergeRussell Belfer2012-01-161-0/+15
* Fix several memory issuesRussell Belfer2012-01-111-34/+15
* Initial implementation of gitignore supportRussell Belfer2012-01-111-18/+81