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-02-02consistent header guardsEdward Thomson
2017-12-26futils: add a function to truncate a fileCarlos Martín Nieto
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-02-28fsync parent directories when fsyncingEdward Thomson
2017-02-28git_futils_writebuffer: optionally fsyncEdward Thomson
2016-11-14fileops: fix typos in `git_futils_creat_locked{,with_path}`Patrick Steinhardt
2016-08-04odb: only freshen pack files every 2 secondsEdward Thomson
2016-08-04odb: freshen existing objects when writingEdward Thomson
2015-11-12Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto
2015-10-30filebuf: use a checksum to detect file changesCarlos Martín Nieto
2015-09-19diff/index: respect USE_NSEC for racily clean file detectionAxel Rasmussen
2015-09-17git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson
2015-02-04checkout: hold seen dir paths in a mapEdward Thomson
2015-01-21checkout: remove files before writing new onesEdward Thomson
2015-01-21checkout: introduce git_checkout_perfdataEdward Thomson
2014-05-28fileops: allow linking files when copying directory structuresCarlos Martín Nieto
2014-04-18Fix broken logic for attr cache invalidationRussell Belfer
2014-04-18Attribute file cache refactorRussell Belfer
2014-02-25Move system directory cache out of utilsEdward Thomson
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