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
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-02-01attr: avoid stat'ting files for bare repositoriesPatrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-07-03Add missing license headersPatrick Steinhardt
2017-02-17strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt
2017-02-17khash: avoid using macro magic to get return addressPatrick Steinhardt
2017-02-13repository: use `git_repository_item_path`Patrick Steinhardt
2015-05-12attr: always return errorsEdward Thomson
2015-04-28Improvements to ignore performance on Windows.J Wyman
2015-02-19buffer: introduce git_buf_attach_notownedEdward Thomson
2015-02-15Remove extra semicolon outside of a functionStefan Widgren
2015-02-04remove some unused warningsEdward Thomson
2015-02-04checkout: cache system attributes file locationEdward Thomson
2015-02-03attrcache: don't re-read attrs during checkoutEdward Thomson
2014-09-17StyleThe rugged tests are fragile
2014-09-17attr: Do not walk path if we're at the rootThe rugged tests are fragile
2014-09-17path: Fix `git_path_walk_up` to work with non-rooted pathsThe rugged tests are fragile
2014-09-16attr: Cleanup the containing dir logicThe rugged tests are fragile
2014-09-16Fix attribute lookup in index for bare reposRussell Belfer
2014-04-19Minor fixesRussell Belfer
2014-04-19Preload attribute files that may contain macrosRussell Belfer
2014-04-18Fix broken logic for attr cache invalidationRussell Belfer
2014-04-18Fix tests with new attr cache codeRussell Belfer
2014-04-18Attribute file cache refactorRussell Belfer
2014-04-18Add diff threading tests and attr file cache locksRussell Belfer
2014-02-25Move system directory cache out of utilsEdward Thomson
2014-01-30Misc cleanupsRussell Belfer
2014-01-25index: rename an entry's id to 'id'Carlos Martín Nieto
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-11Further EUSER and error propagation fixesRussell Belfer
2013-12-11Improve GIT_EUSER handlingRussell Belfer
2013-12-11Add config read fns with controlled error behaviorRussell Belfer
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