Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-15Update iterator API with flags for ignore_caseRussell Belfer
2013-01-15Minor iterator API cleanupsRussell Belfer
2013-01-09update copyrightsEdward Thomson
2013-01-05Fix up spoolandsort iterator usageRussell Belfer
2013-01-05Add index updating to checkoutRussell Belfer
2012-12-28Make spoolandsort a pushable iterator behaviorRussell Belfer
2012-12-11Fix iterator reset and add reset rangesRussell Belfer
2012-12-11Clean up iterator APIsRussell Belfer
2012-12-04status should ignore conflicts entries in the indexEdward Thomson
2012-11-29Merge pull request #1090 from arrbee/ignore-invalid-by-defaultVicent Martí
2012-11-28Fix warnings on Win64 buildRussell Belfer
2012-11-28Fix up some missing consts in tree & indexRussell Belfer
2012-11-28API updates for index.hBen Straub
2012-11-28API review / update for tree.hRussell Belfer
2012-11-20Improve iterator ignoring .git fileRussell Belfer
2012-11-15Add iterator for git_index objectRussell Belfer
2012-11-10Some diff refactorings to help code reuseRussell Belfer
2012-11-10Make iterator ignore eval lazyRussell Belfer
2012-10-30index refactoringEdward Thomson
2012-10-09Add complex checkout test and then fix checkoutRussell Belfer
2012-10-09Fix a few diff bugs with directory contentRussell Belfer
2012-09-17Support for core.ignorecasePhilip Kelley
2012-09-06errors: deploy GIT_EBAREREPO usagenulltoken
2012-08-24Working implementation of git_submodule_statusRussell Belfer
2012-05-18Fix workdir iterators on empty directoriesRussell Belfer
2012-05-16tree: Naming conventionsVicent Martí
2012-05-16Ranged iterators and rewritten git_status_fileRussell Belfer
2012-05-09Add support for diffing index with no HEADRussell Belfer
2012-03-29Added submodule API and use in statusRussell Belfer
2012-03-26Fix error in tree iterator when popping up treesRussell Belfer
2012-03-22New status fixesRussell Belfer
2012-03-20Migrate index, oid, and utils to new errorsRussell Belfer
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-15Continue error conversionRussell Belfer
2012-03-06diff: Fix rebase breackageVicent Martí
2012-03-03Update diff to use iteratorsRussell Belfer
2012-02-23Fix -Wuninitialized warningschu
2012-02-23Fix iterators based on pull request feedbackRussell Belfer
2012-02-22Iterator improvements from diff implementationRussell Belfer
2012-02-22Uniform iterators for trees, index, and workdirRussell Belfer