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
2018-11-04iterator: introduce `git_iterator_foreach`Edward Thomson
2018-11-03iterator: optionally hash filesystem iteratorsEdward Thomson
2017-12-30iterator: cleanups with symlink dir handlingEdward Thomson
2017-12-30 branches: Check symlinked subdirectoriesAndy Doan
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2016-03-24iterator: cleanupsEdward Thomson
2016-03-24iterator: mandate `advance_over`Edward Thomson
2016-03-24iterator: move the index into the iterator itselfEdward Thomson
2016-03-24iterator: drop `advance_into_or_over`Edward Thomson
2016-03-24iterator: combine fs+workdir iterators more completelyEdward Thomson
2016-03-24iterators: refactored tree iteratorEdward Thomson
2016-03-24iterator: disambiguate reset and reset_rangeEdward Thomson
2016-03-24iterator: drop unused/unimplemented `seek`Edward Thomson
2016-02-12Horrible fix for #3173.Arthur Schreiber
2015-08-31iterator: saner pathlist matching for idx iteratorEdward Thomson
2015-08-31diff: use new iterator pathlist handlingEdward Thomson
2015-08-29Move filelist into the iterator handling itself.Edward Thomson
2015-08-29iterator: use an options struct instead of argsEdward Thomson
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