summaryrefslogtreecommitdiff
path: root/src/fileops.h
Commit message (Expand)AuthorAgeFilesLines
* Move system directory cache out of utilsEdward Thomson2014-02-241-88/+0
* Plug configuration file search paths leaksnulltoken2013-11-051-0/+5
* move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-1/+1
* Initial iconv hookup for precomposed unicodeRussell Belfer2013-10-031-14/+2
* Merge pull request #1858 from linquize/win32-template-dirVicent Martí2013-09-171-1/+10
|\
| * Can load default template directoryLinquize2013-09-181-0/+8
| * Can guess win32 git template dirLinquize2013-09-171-1/+2
* | Add simple global shutdown hooksRussell Belfer2013-09-171-5/+0
|/
* Better macro name for is-exec-bit-set testRussell Belfer2013-09-051-3/+3
* GIT_MODE_TYPE should exclude setgid bitsRussell Belfer2013-09-051-1/+2
* Add more file mode permissions macrosRussell Belfer2013-09-051-1/+4
* Clean up some documentationCarlos Martín Nieto2013-07-231-4/+4
* preload configuration pathsEdward Thomson2013-07-111-0/+7
* Add more diff rename detection testsRussell Belfer2013-05-201-0/+3
* More git_diff_find_similar improvementsRussell Belfer2013-05-201-0/+1
* Switch search paths to classic delimited stringsRussell Belfer2013-03-181-11/+28
* Implement global/system file search pathsRussell Belfer2013-03-151-8/+38
* Merge pull request #1369 from arrbee/repo-init-template-hooksVicent Martí2013-03-051-6/+21
|\
| * Make mode handling during init more like gitRussell Belfer2013-02-271-1/+14
| * Fix initialization of repo directoriesRussell Belfer2013-02-261-6/+8
* | Clone should not delete directories it did not createJameson Miller2013-03-011-1/+9
|/
* update copyrightsEdward Thomson2013-01-081-1/+1
* Rework checkout with new strategy optionsRussell Belfer2012-11-091-0/+2
* Extensions to rmdir and mkdir utilitiesRussell Belfer2012-11-091-13/+26
* I LIKE THESE NAMESVicent Marti2012-10-311-5/+5
* Better naming for file timestamp/size checkerRussell Belfer2012-10-311-11/+29
* Add git_config_refresh() API to reload configRussell Belfer2012-10-301-1/+24
* Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-5/+7
* Implement filters for status/diff blobsRussell Belfer2012-09-061-0/+1
* Some cleanup suggested during reviewRussell Belfer2012-08-221-6/+4
* Add template dir and set gid to repo initRussell Belfer2012-08-221-6/+77
* Add git_repository_init_ext for power inittersRussell Belfer2012-08-221-0/+5
* Checkout: obey core.symlinks.Ben Straub2012-07-171-0/+10
* fileops: Make git_futils_mkdir_r() able to cope with Windows network pathsnulltoken2012-05-231-0/+3
* Typedefs don't have enum in frontCarlos Martín Nieto2012-04-111-1/+1
* fileops: Make git_futils_mkdir_r() able to skip non-empty directoriesnulltoken2012-04-101-1/+16
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-9/+10
* Continue error conversionRussell Belfer2012-03-141-12/+3
* Migrating diff to new error handlingRussell Belfer2012-03-061-0/+14
* Update diff to use iteratorsRussell Belfer2012-03-021-0/+17
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-11/+2
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-211-1/+6
* Update Copyright headerschu2012-02-131-1/+1
* Move path related functions from fileops to pathRussell Belfer2012-01-171-59/+2
* Allow ignores (and attribs) for nonexistent filesRussell Belfer2012-01-111-2/+4
* Initial implementation of gitignore supportRussell Belfer2012-01-111-0/+8
* Add support for macros and cache flush API.Russell Belfer2011-12-291-0/+24
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-7/+24
* fileops.h: remove git_futils_mv_atomic prototypeschu2011-11-211-5/+0
* fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-4/+4