summaryrefslogtreecommitdiff
path: root/src/iterator.h
Commit message (Expand)AuthorAgeFilesLines
* iterator: submodules are determined by an index or treecmn/submodule-and-dirCarlos Martín Nieto2014-11-071-1/+5
* Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-061-0/+2
* Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-021-0/+1
* Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer2014-05-021-4/+0
* Add build option for diff internal statisticsRussell Belfer2014-05-021-0/+4
* Treat ignored, empty, and untracked dirs differentRussell Belfer2014-04-231-6/+17
* Make checkout match diff for untracked/ignored dirRussell Belfer2014-04-221-0/+8
* Put hooks in place for precompose in dirload fnRussell Belfer2013-10-031-4/+6
* Add target directory to checkoutRussell Belfer2013-06-211-2/+13
* Make iterators use GIT_ITEROVER & smart advanceRussell Belfer2013-05-311-3/+35
* Add filesystem iterator variantRussell Belfer2013-04-181-0/+11
* Add INCLUDE_TREES, DONT_AUTOEXPAND iterator flagsRussell Belfer2013-03-061-22/+35
* Retire spoolandsort iteratorRussell Belfer2013-03-061-11/+2
* Make iterator APIs consistent with standardsRussell Belfer2013-03-061-54/+43
* Support case insensitive tree iterators and statusRussell Belfer2013-01-151-0/+1
* Update iterator API with flags for ignore_caseRussell Belfer2013-01-151-14/+52
* Minor iterator API cleanupsRussell Belfer2013-01-151-40/+12
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix up spoolandsort iterator usageRussell Belfer2013-01-041-3/+0
* Add index updating to checkoutRussell Belfer2013-01-041-0/+8
* Make spoolandsort a pushable iterator behaviorRussell Belfer2012-12-271-24/+22
* Fix iterator reset and add reset rangesRussell Belfer2012-12-101-3/+4
* Clean up iterator APIsRussell Belfer2012-12-101-7/+14
* Add iterator for git_index objectRussell Belfer2012-11-141-2/+12
* Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-0/+3
* Fix a few diff bugs with directory contentRussell Belfer2012-10-081-0/+8
* Minor fixes for ignorecase supportPhilip Kelley2012-09-171-1/+1
* Support for core.ignorecasePhilip Kelley2012-09-171-1/+19
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-7/+47
* iterator: prevent git_iterator_free() from segfaulting when being passed a NU...nulltoken2012-05-131-0/+3
* Add support for diffing index with no HEADRussell Belfer2012-05-081-0/+3
* Update diff to use iteratorsRussell Belfer2012-03-021-0/+6
* Iterator improvements from diff implementationRussell Belfer2012-02-221-14/+19
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-211-0/+94