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
2015-06-26iterator: provide git_iterator_walkEdward Thomson
2015-06-22diff: check files with the same or newer timestampsCarlos Martín Nieto
2015-05-28index iterator: optionally include conflictsEdward Thomson
2014-11-07iterator: submodules are determined by an index or treeCarlos Martín Nieto
2014-05-06Improve checks for ignore containmentRussell Belfer
2014-05-02Remove trace / add git_diff_perfdata struct + apiRussell Belfer
2014-05-02Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer
2014-05-02Add build option for diff internal statisticsRussell Belfer
2014-04-24Treat ignored, empty, and untracked dirs differentRussell Belfer
2014-04-23Make checkout match diff for untracked/ignored dirRussell Belfer
2013-10-03Put hooks in place for precompose in dirload fnRussell Belfer
2013-06-21Add target directory to checkoutRussell Belfer
2013-05-31Make iterators use GIT_ITEROVER & smart advanceRussell Belfer
2013-04-19Add filesystem iterator variantRussell Belfer
2013-03-07Add INCLUDE_TREES, DONT_AUTOEXPAND iterator flagsRussell Belfer
2013-03-07Retire spoolandsort iteratorRussell Belfer
2013-03-07Make iterator APIs consistent with standardsRussell Belfer
2013-01-15Support case insensitive tree iterators and statusRussell Belfer
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-11-15Add iterator for git_index objectRussell Belfer
2012-10-09Add complex checkout test and then fix checkoutRussell Belfer
2012-10-09Fix a few diff bugs with directory contentRussell Belfer
2012-09-18Minor fixes for ignorecase supportPhilip Kelley
2012-09-17Support for core.ignorecasePhilip Kelley
2012-05-16Ranged iterators and rewritten git_status_fileRussell Belfer
2012-05-13iterator: prevent git_iterator_free() from segfaulting when being passed a NU...nulltoken
2012-05-09Add support for diffing index with no HEADRussell Belfer
2012-03-03Update diff to use iteratorsRussell Belfer
2012-02-22Iterator improvements from diff implementationRussell Belfer
2012-02-22Uniform iterators for trees, index, and workdirRussell Belfer