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-10-28The "common.h" should be included before "config.h".Cheng Zhao
2013-09-17Add attributes to filters and fix registryRussell Belfer
2013-05-24Add ~ expansion to global attributes and excludesRussell Belfer
2013-05-15Unify whitespaces to tabsLinquize
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-03-16Implement global/system file search pathsRussell Belfer
2013-02-23Do not fail if .gitignore is directoryRussell Belfer
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-05Clear error to avoid leaving invalid error behindRussell Belfer
2012-11-28API updates for index.hBen Straub
2012-10-31I LIKE THESE NAMESVicent Marti
2012-10-31Better naming for file timestamp/size checkerRussell Belfer
2012-10-30Add git_config_refresh() API to reload configRussell Belfer
2012-10-30index refactoringEdward Thomson
2012-09-17Support for core.ignorecasePhilip Kelley
2012-09-06Diff iteratorsRussell Belfer
2012-08-25Support new config locationsRussell Belfer
2012-08-22Add public API for internal ignoresRussell Belfer
2012-08-10oid: Explicitly include `oid.h` for the inlined CMPVicent Marti
2012-08-06Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti
2012-08-04Update iterators for consistency across libraryRussell Belfer
2012-08-02Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti
2012-08-02attr: Do not export variables externallyattr-exportVicent Marti
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
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