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
2012-08-02attr: Do not export variables externallyattr-exportVicent Marti
2012-06-08misc: Fix warnings from PVS Studio trialVicent Martí
2012-05-25Fix bugs for status with spaces and reloaded attrsRussell Belfer
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-18global: Change parameter ordering in APIVicent Martí
2012-05-10Add cache busting to attribute cacheRussell Belfer
2012-05-08Fix directory finding for attrsRussell Belfer
2012-05-04Fix memory leaks and use after freeRussell Belfer
2012-05-04Support reading attributes from indexRussell Belfer
2012-04-26Fix leading slash behavior in attrs/ignoresRussell Belfer
2012-04-26Rename git_khash_str to git_strmap, etc.Russell Belfer
2012-04-25Convert hashtable usage over to khashRussell Belfer
2012-04-25Convert attrs and diffs to use string poolsRussell Belfer
2012-04-11Refactor git_repository_open with new optionsRussell Belfer
2012-03-31Improve config handling for diff,submodules,attrsRussell Belfer
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-14Convert attr and other files to new errorsRussell Belfer
2012-03-06diff: Fix rebase breackageVicent Martí
2012-03-03Clean up GIT_UNUSED macros on all platformsRussell Belfer
2012-02-22Uniform iterators for trees, index, and workdirRussell Belfer
2012-02-02Add unit tests for recent bug fixesRussell Belfer
2012-02-01Fix memory leak in attr file cacheRussell Belfer
2012-02-01Fix attr path is_dir checkRussell Belfer
2012-01-20Merge branch 'fix-subdir-attr-paths' into developmentRussell Belfer
2012-01-18Move path related functions from fileops to pathRussell Belfer
2012-01-17Remove poor git__removechar functionRussell Belfer
2012-01-17Fix handling of relative paths for attrsRussell Belfer
2012-01-17Patch cleanup for mergeRussell Belfer
2012-01-12Fix several memory issuesRussell Belfer
2012-01-12Convert git_path_walk_up to regular functionRussell Belfer
2012-01-12Initial implementation of gitignore supportRussell Belfer
2012-01-04Fix MSVC compilation warningsnulltoken
2011-12-30Fixed up memory leaksRussell Belfer
2011-12-29Add support for macros and cache flush API.Russell Belfer
2011-12-21Add APIs for git attributesRussell Belfer