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-09-25path: fix "comparison always true" warningEtienne Samson
2018-09-12path validation: `char` is not signed by default.Edward Thomson
2018-06-11Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-06-01path: unify `git_path_is_*` APIsPatrick Steinhardt
2018-05-23path: check for a symlinked .gitmodules in fs-agnostic codeCarlos Martín Nieto
2018-05-23path: reject .gitmodules as a symlinkCarlos Martín Nieto
2018-05-22path: accept the name length as a parameterCarlos Martín Nieto
2018-05-22path: expose dotgit detection functions per filesystemCarlos Martín Nieto
2018-05-18path: add functions to detect .gitconfig and .gitattributesCarlos Martín Nieto
2018-05-18path: add a function to detect an .gitmodules fileCarlos Martín Nieto
2018-05-18path: provide a generic function for checking dogit files on NTFSCarlos Martín Nieto
2018-05-18path: provide a generic dogit checking function for HFSCarlos Martín Nieto
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-06-08path: only set dotgit flags when configs were readPatrick Steinhardt
2017-04-04path: short-circuit `git_path_apply_relative` on errorPatrick Steinhardt
2017-04-04path: handle error returned by `git_buf_joinpath`Patrick Steinhardt
2017-02-08path: ensure dirname on Win32 prefix always has a trailing '/'Patrick Steinhardt
2017-02-08path: get correct dirname for Windows rootPatrick Steinhardt
2017-02-08path: extract `win32_path_prefix` functionPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-12-12path: remove unused local variablePatrick Steinhardt
2016-11-14refdb: bubble up locked files on the read sideCarlos Martín Nieto
2016-11-14path: pass string instead of git_buf to giterr_setPatrick Steinhardt
2016-05-26Patch parsing from patch filesEdward Thomson
2016-03-24Introduce `git_path_common_dirlen`Edward Thomson
2016-02-23path: use GITERR_CHECK_ALLOC_BUF to verify passed in bufferPatrick Steinhardt
2016-02-17index: allow read of index w/ illegal entriesEdward Thomson
2015-12-15Fix a couple function signaturesThomas Edvalson
2015-09-17core::mkdir tests: ensure we don't stomp symlinks in mkdirEdward Thomson
2015-09-13diriter: don't double '/' on posixEdward Thomson
2015-09-13diriter: don't double '/' on WindowsEdward Thomson
2015-08-05Fix duplicate basenames to support older VSJohn Haley
2015-07-24Merge pull request #3307 from libgit2/cmn/submodule-backslashEdward Thomson
2015-07-22Make libgit2 work on Windows Vista againSven Strickroth
2015-07-13submodule, path: extract slash conversionCarlos Martín Nieto
2015-06-25buffer: don't allow growing borrowed buffersCarlos Martín Nieto
2015-06-17Fixed Xcode 6.1 build warningsPierre-Olivier Latour
2015-06-15Fixed Xcode 6.1 build warningsPierre-Olivier Latour
2015-06-15path: remove unnecessary readdir_r usageCarlos Martín Nieto
2015-06-12Fix memory leak on windows in diriter.Jeff Hostetler
2015-06-08Merge pull request #3165 from ethomson/downcaseCarlos Martín Nieto
2015-06-06path: error out if the callback returns an errorCarlos Martín Nieto
2015-05-30git__tolower: a tolower() that isn't dumbEdward Thomson
2015-05-15path: don't let direach overwrite the callback's error messageCarlos Martín Nieto
2015-05-01diriter: actually use iconv on macEdward Thomson
2015-05-01git_buf_put_w: introduce utf16->utf8 conversionEdward Thomson
2015-05-01git_path_diriter: use FindFirstFile in win32Edward Thomson
2015-05-01git_path_diriter: next shouldn't take path ptrEdward Thomson