summaryrefslogtreecommitdiff
path: root/src/iterator.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improved tree iterator internalsRussell Belfer2013-03-141-197/+155
* Fix workdir iterator bugsRussell Belfer2013-03-131-6/+10
* Stabilize order for equiv tree iterator entriesRussell Belfer2013-03-111-3/+15
* Fix tree iterator advance using wrong name compareRussell Belfer2013-03-111-39/+43
* Fix tree iterator path for tree issue + cleanupsRussell Belfer2013-03-111-60/+51
* Use correct case path in icase tree iteratorRussell Belfer2013-03-101-30/+65
* Make tree iterator handle icase equivalenceRussell Belfer2013-03-081-227/+260
* Add INCLUDE_TREES, DONT_AUTOEXPAND iterator flagsRussell Belfer2013-03-061-62/+253
* Retire spoolandsort iteratorRussell Belfer2013-03-061-166/+19
* Make iterator APIs consistent with standardsRussell Belfer2013-03-061-116/+141
* Vector improvements and their falloutPhilip Kelley2013-01-271-1/+1
* Fix case sensitivity bug with tree iteratorsRussell Belfer2013-01-221-3/+5
* Shortcut spool and sort for empty iteratorRussell Belfer2013-01-151-0/+5
* Support case insensitive tree iterators and statusRussell Belfer2013-01-151-28/+102
* Update iterator API with flags for ignore_caseRussell Belfer2013-01-151-40/+78
* Minor iterator API cleanupsRussell Belfer2013-01-151-14/+16
* 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