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-11-01Make diff and status perform soft index reloadRussell Belfer
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-09-17No such thing as an orphan branchCarlos Martín Nieto
2013-08-05submodule: check alloc and name presenseNikolai Vladimirov
2013-07-13submodule: Fix memory leaksnulltoken
2013-07-10Clean up left over alloc changeRussell Belfer
2013-07-10Add ignore_submodules to diff optionsRussell Belfer
2013-07-10Submodule status improvementsRussell Belfer
2013-07-10Add timestamp check to submodule statusRussell Belfer
2013-06-28Test submodules with empty index or orphaned headRussell Belfer
2013-06-20Add status flags to force output sort orderRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-05-31Make iterators use GIT_ITEROVER & smart advanceRussell Belfer
2013-05-01Add error messages for failed submodule lookupRussell Belfer
2013-04-21Move git_config_backend to include/git2/sysRussell Belfer
2013-03-30branch: rename 'tracking' to 'upstream'Carlos Martín Nieto
2013-03-26Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-07Make iterator APIs consistent with standardsRussell Belfer
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-18Merge pull request #1239 from ethomson/index_removeVicent Martí
2013-01-15Minor iterator API cleanupsRussell Belfer
2013-01-12add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson
2013-01-09update copyrightsEdward Thomson
2013-01-05Submodule caching fix and location APIRussell Belfer
2012-12-17Fix diff constructor name order confusionRussell Belfer
2012-12-11Clean up iterator APIsRussell Belfer
2012-12-01Deploy GIT_REPOSITORY_INIT_OPTIONS_INITBen Straub
2012-12-01Deploy GIT_DIFF_OPTIONS_INITBen Straub
2012-11-28Consolidate text buffer functionsRussell Belfer
2012-11-28Fix uninitialized variableSascha Cunz
2012-11-28API updates for index.hBen Straub
2012-11-28API updates for submodule.hRussell Belfer
2012-11-28Clean up config.hBen Straub
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-15Add explicit git_index ptr to diff and checkoutRussell Belfer
2012-11-15Add iterator for git_index objectRussell Belfer
2012-11-15Fix diff API to better parameter orderRussell Belfer
2012-11-10Some diff refactorings to help code reuseRussell Belfer
2012-10-30index refactoringEdward Thomson
2012-10-23Add config level support in the config APIyorah
2012-10-07refs: use constants for well-known namesnulltoken
2012-09-29Clean up Win64 warningsRussell Belfer
2012-09-26Initial implementation of new diff patch APIRussell Belfer
2012-09-08Add missing accessor for fetchRecurseSubmodulesRussell Belfer
2012-09-06Diff iteratorsRussell Belfer
2012-08-24Fix valgrind warnings and spurious error messagesRussell Belfer
2012-08-24Working implementation of git_submodule_statusRussell Belfer
2012-08-24Fix valgrind issues and leaksRussell Belfer