summaryrefslogtreecommitdiff
path: root/src/iterator.c
Commit message (Expand)AuthorAgeFilesLines
* 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