summaryrefslogtreecommitdiff
path: root/src/iterator.c
Commit message (Expand)AuthorAgeFilesLines
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix up spoolandsort iterator usageRussell Belfer2013-01-041-16/+9
* Add index updating to checkoutRussell Belfer2013-01-041-0/+27
* Make spoolandsort a pushable iterator behaviorRussell Belfer2012-12-271-88/+118
* Fix iterator reset and add reset rangesRussell Belfer2012-12-101-100/+150
* Clean up iterator APIsRussell Belfer2012-12-101-8/+6
* status should ignore conflicts entries in the indexEdward Thomson2012-12-031-10/+30
* Merge pull request #1090 from arrbee/ignore-invalid-by-defaultVicent Martí2012-11-291-4/+23
|\
| * Improve iterator ignoring .git fileRussell Belfer2012-11-191-4/+23
* | Fix warnings on Win64 buildRussell Belfer2012-11-271-1/+1
* | Fix up some missing consts in tree & indexRussell Belfer2012-11-271-3/+5
* | API updates for index.hBen Straub2012-11-271-1/+1
* | API review / update for tree.hRussell Belfer2012-11-271-1/+1
|/
* Add iterator for git_index objectRussell Belfer2012-11-141-18/+31
* Some diff refactorings to help code reuseRussell Belfer2012-11-091-1/+1
* Make iterator ignore eval lazyRussell Belfer2012-11-091-10/+17
* index refactoringEdward Thomson2012-10-291-1/+1
* Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-5/+47
* Fix a few diff bugs with directory contentRussell Belfer2012-10-081-0/+12
* Support for core.ignorecasePhilip Kelley2012-09-171-12/+177
* errors: deploy GIT_EBAREREPO usagenulltoken2012-09-061-5/+2
* Working implementation of git_submodule_statusRussell Belfer2012-08-241-12/+9
* Fix workdir iterators on empty directoriesRussell Belfer2012-05-171-4/+12
* tree: Naming conventionsVicent Martí2012-05-161-4/+4
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-62/+241
* Add support for diffing index with no HEADRussell Belfer2012-05-081-1/+48
* Added submodule API and use in statusRussell Belfer2012-03-281-8/+22
* Fix error in tree iterator when popping up treesRussell Belfer2012-03-251-1/+0
* New status fixesRussell Belfer2012-03-221-0/+5
* Migrate index, oid, and utils to new errorsRussell Belfer2012-03-191-12/+5
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-56/+46
* Continue error conversionRussell Belfer2012-03-141-1/+1
* diff: Fix rebase breackageVicent Martí2012-03-061-1/+1
* Update diff to use iteratorsRussell Belfer2012-03-021-38/+59
* Fix -Wuninitialized warningschu2012-02-231-1/+1
* Fix iterators based on pull request feedbackRussell Belfer2012-02-221-230/+201
* Iterator improvements from diff implementationRussell Belfer2012-02-221-24/+39
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-211-0/+506