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
2014-04-03Test (and fix) the git_submodule_sync changesRussell Belfer
2014-04-03Minor code cleanupRussell Belfer
2014-04-03git_submodule_resolve_url supports relative urlsJan Melcher
2014-04-01Fix submodule accounting for name and path changesRussell Belfer
2014-04-01Minor submodule cache locking improvementsRussell Belfer
2014-04-01Reinstate efficient submodule reloadingRussell Belfer
2014-04-01Use enums instead of bools for submodule optionsRussell Belfer
2014-04-01Make submodule refresh a bit smarterRussell Belfer
2014-04-01Make a real submodule cache objectRussell Belfer
2014-04-01Submodule sync refactoringRussell Belfer
2014-04-01Fix git_submodule_sync and add new config helperRussell Belfer
2014-04-01Add efficient git_buf join3 APIRussell Belfer
2014-03-31Add faster git_submodule__is_submodule checkRussell Belfer
2014-03-28Fix memory leak of submodule branch nameRussell Belfer
2014-03-28Fix use-after-free in submodule reloadRussell Belfer
2014-03-27Fix error when submodule path and name differRussell Belfer
2014-03-27Fix segfault if gitmodules is invalidRussell Belfer
2014-03-26Fix submodule leaks and invalid referencesRussell Belfer
2014-03-25Make submodules externally refcountedRussell Belfer
2014-03-10MSVC is sillyCarlos Martín Nieto
2014-03-10Add git_submodule_resolve_url()Jan Melcher
2014-01-30Make submodule fetchRecurse match other optionsRussell Belfer
2014-01-25index: rename an entry's id to 'id'Carlos Martín Nieto
2014-01-04Merge pull request #2022 from KTXSoftware/developmentRussell Belfer
2014-01-03Fix warnings with submodule changesRussell Belfer
2014-01-02Read the submodule branch option from Git 1.8.2.Robert Konrad
2013-12-31Default value for fetchRecurseSubmodules should be yesLinquize
2013-12-31Accept 'submodule.*.fetchRecurseSubmodules' config 'on-demand' valueLinquize
2013-12-12Fix up some valgrind leaks and warningsRussell Belfer
2013-12-11One more rename/cleanup for callback err functionsRussell Belfer
2013-12-11Some callback error check style cleanupsRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Improve GIT_EUSER handlingRussell Belfer
2013-12-11Add config read fns with controlled error behaviorRussell Belfer
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