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-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-09-17Merge pull request #1858 from linquize/win32-template-dirVicent Martí
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-06Better macro name for is-exec-bit-set testRussell Belfer
2013-09-05GIT_MODE_TYPE should exclude setgid bitsRussell Belfer
2013-09-05Add more file mode permissions macrosRussell Belfer
2013-07-23Clean up some documentationCarlos Martín Nieto
2013-07-12preload configuration pathsEdward Thomson
2013-05-21Add more diff rename detection testsRussell Belfer
2013-05-21More git_diff_find_similar improvementsRussell Belfer
2013-03-19Switch search paths to classic delimited stringsRussell Belfer
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
2013-01-09update copyrightsEdward Thomson
2012-11-10Rework checkout with new strategy optionsRussell Belfer
2012-11-10Extensions to rmdir and mkdir utilitiesRussell Belfer
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-09Add complex checkout test and then fix checkoutRussell Belfer
2012-09-07Implement filters for status/diff blobsRussell Belfer
2012-08-23Some cleanup suggested during reviewRussell Belfer
2012-08-23Add template dir and set gid to repo initRussell Belfer
2012-08-23Add git_repository_init_ext for power inittersRussell Belfer
2012-07-18Checkout: obey core.symlinks.Ben Straub
2012-05-23fileops: Make git_futils_mkdir_r() able to cope with Windows network pathsnulltoken
2012-04-11Typedefs don't have enum in frontCarlos Martín Nieto
2012-04-10fileops: Make git_futils_mkdir_r() able to skip non-empty directoriesnulltoken
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-15Continue error conversionRussell Belfer
2012-03-07Migrating diff to new error handlingRussell Belfer
2012-03-03Update diff to use iteratorsRussell Belfer
2012-02-27buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí
2012-02-22Uniform iterators for trees, index, and workdirRussell Belfer
2012-02-13Update Copyright headerschu
2012-01-18Move path related functions from fileops to pathRussell Belfer
2012-01-12Allow ignores (and attribs) for nonexistent filesRussell Belfer
2012-01-12Initial implementation of gitignore supportRussell Belfer
2011-12-29Add support for macros and cache flush API.Russell Belfer
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-21fileops.h: remove git_futils_mv_atomic prototypeschu
2011-10-15fileops/repository: create (most) directories with 0777 permissionsBrodie Rao
2011-10-15fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao