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-11-05Plug configuration file search paths leaksnulltoken
2013-11-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-11-02preserve windows error numbers as wellEdward Thomson
2013-10-11Merge pull request #1562 from libgit2/cmn/refs-namespace-lookupVicent Martí
2013-10-11futils: return GIT_ENOTFOUND when trying to read a directoryCarlos Martín Nieto
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-09-17Merge pull request #1858 from linquize/win32-template-dirVicent Martí
2013-09-17Add clar helpers for testing file equalityRussell Belfer
2013-09-17Add simple global shutdown hooksRussell Belfer
2013-09-17Can load default template directoryLinquize
2013-09-17Can guess win32 git template dirLinquize
2013-09-17Refactor git_win32__find_system_dirs() to extract "etc\\" as subpath parameterLinquize
2013-09-11path: Make direach() return EUSER on callback errornulltoken
2013-09-05Add more file mode permissions macrosRussell Belfer
2013-08-19index: report when it's lockedCarlos Martín Nieto
2013-08-14Merge pull request #1781 from brodie/brodie/stat-before-openVicent Martí
2013-08-13fileops: stat() before open()ing in git_futils_readbuffer_updated()Brodie Rao
2013-08-13Rename git__win32_path fns to git_win32_pathRussell Belfer
2013-08-13windows: Path conversion with better semanticsVicent Marti
2013-08-08Discriminate path-specific and general UTF-X conversionsBen Straub
2013-08-08Rename git_win_str_utf* to git_win32_path_utf*Ben Straub
2013-08-08Add typedefs for win32 utf-8 and utf-16 buffersBen Straub
2013-08-05Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub
2013-07-27Fix possible double closeSven Strickroth
2013-07-22Fix warning message about mismatched typesRussell Belfer
2013-07-12preload configuration pathsEdward Thomson
2013-06-25Revert "Work around reparse point stat issues"Sven Strickroth
2013-06-24Merge pull request #1670 from arrbee/open-cloexecVicent Martí
2013-06-24Work around reparse point stat issuesRussell Belfer
2013-06-23Add O_CLOEXEC to open callsRussell Belfer
2013-06-14fileops: fix invalid readyorah
2013-06-06Make mkdir early exit cases clearerRussell Belfer
2013-06-05Simplify git_futils_mkdirRussell Belfer
2013-06-05I'm a dickVicent Marti
2013-06-05Ensure git_futils_mkdir won't mkdir rootRussell Belfer
2013-06-05Allow creation of directories under the volume root in Win32Jameson Miller
2013-05-21Add more diff rename detection testsRussell Belfer
2013-05-06Merge pull request #1526 from arrbee/cleanup-error-return-without-msgVicent Martí
2013-05-04allow checkout to proceed when a dir to be removed is in use (win32)Edward Thomson
2013-05-02Report stat error when checking if file modifiedRussell Belfer
2013-03-19Merge pull request #1417 from arrbee/opts-for-pathsVicent Martí
2013-03-19Fixes and cleanupsRussell Belfer
2013-03-19Switch search paths to classic delimited stringsRussell Belfer
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-16Implement global/system file search pathsRussell Belfer
2013-03-06Merge pull request #1369 from arrbee/repo-init-template-hooksVicent Martí
2013-03-01Clone should not delete directories it did not createJameson Miller
2013-02-28Make mode handling during init more like gitRussell Belfer
2013-02-26Fix initialization of repo directoriesRussell Belfer