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
2019-01-17references: use new names in internal usageEdward Thomson
2018-12-19refdb_fs: refactor error handling in `refdb_reflog_fs__delete`Patrick Steinhardt
2018-12-19Merge pull request #4833 from csware/drop-empty-dirsPatrick Steinhardt
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-11-19refs: add support for core.logAllRefUpdates=alwaysEtienne Samson
2018-10-13Remove empty directories when deleting refsSven Strickroth
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-06-01refdb_fs: test whether the base directory exists when globbingJulian Ganz
2018-05-29Merge pull request #4660 from libgit2/cmn/submodule-traversalCarlos Martín Nieto
2018-05-23path: reject .gitmodules as a symlinkCarlos Martín Nieto
2018-05-09Merge pull request #4629 from neithernut/enhance-glob-perfPatrick Steinhardt
2018-04-27refdb_fs: enable root arbitration for fixed portion of globsJulian Ganz
2018-04-27refdb_fs: prepare arbitration of the root used for ref iterationJulian Ganz
2018-04-26Merge pull request #4633 from csware/worktree-delererefPatrick Steinhardt
2018-04-20Fix deletion of unrelated branch on worktreeSven Strickroth
2018-03-27worktree: Read worktree specific reflog for HEADSven Strickroth
2017-12-30iterator: cleanups with symlink dir handlingEdward Thomson
2017-12-30 branches: Check symlinked subdirectoriesAndy Doan
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-06-08settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt
2017-06-08refdb_fs: be explicit about using null-OID if we cannot resolve refPatrick Steinhardt
2017-03-22Merge pull request #4163 from pks-t/pks/submodules-with-worktreesEdward Thomson
2017-03-22Merge pull request #4030 from libgit2/ethomson/fsyncEdward Thomson
2017-03-17refdb: create references in commondirPatrick Steinhardt
2017-03-06refdb_fs: honor the namespaceEdward Thomson
2017-03-02Honor `core.fsyncObjectFiles`Edward Thomson
2017-02-28fsync: call it "synchronous" object writingEdward Thomson
2017-02-28refdb_fs: optionally fsync packed refsEdward Thomson
2017-02-28refdb_fs: optionally fsync loose referencesEdward Thomson
2017-02-17strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt
2017-02-15refdb: catch additional per-worktree refsPatrick Steinhardt
2017-02-13repository: rename `path_repository` and `path_gitlink`Patrick Steinhardt
2017-02-13refdb: look for reflog in commondirPatrick Steinhardt
2017-02-13refdb: introduce commondir awarenessPatrick Steinhardt
2017-02-13refdb: rename refdb_fs_backend's .path to .gitpathPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-12-16refdb: bubble up recursive rm when locking a refCarlos Martín Nieto
2016-11-14Plug a leak in the refs compressorCarlos Martín Nieto
2016-11-14refdb: bubble up locked files on the read sideCarlos Martín Nieto
2016-11-14refdb: remove a check-delete race when removing a loose refCarlos Martín Nieto
2016-11-14refdb: bubble up the error code when compressing the dbCarlos Martín Nieto
2016-11-14refdb: refactor the lockfile cleanupCarlos Martín Nieto
2016-11-14refdb: don't report failure for expected errorsCarlos Martín Nieto
2016-11-14refdb: make ref deletion after pack saferCarlos Martín Nieto
2016-11-14refdb: bubble up errorsCarlos Martín Nieto
2016-03-11refdb_fs: fail if refcache returns NULL pointerPatrick Steinhardt
2016-02-23refdb_fs: remove unnecessary check for NULLPatrick Steinhardt
2016-02-17index: allow read of index w/ illegal entriesEdward Thomson
2015-11-12reflog: error when a directory is at reflog pathEdward Thomson