summaryrefslogtreecommitdiff
path: root/src/fileops.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao2011-10-141-4/+4
* Tabify everythingVicent Marti2011-09-191-5/+5
* Cleanup legal dataVicent Marti2011-09-191-2/+3
* Add git_futils_readbuffer_updatedCarlos Martín Nieto2011-07-231-0/+1
* refs: Cleanup reference renamingVicent Marti2011-07-061-9/+1
* Remove duplicated recursive directory removal related codenulltoken2011-07-061-3/+2
* Fix windows specific issuesnulltoken2011-07-061-1/+1
* fileops: add git_futils_rmdir_recurs()schu2011-07-061-0/+3
* fileops: add convenience function is_dot_or_dotdot()schu2011-07-061-0/+8
* fileutils: Finish dropping the old `prettify_path`Vicent Marti2011-07-051-50/+0
* fileops: Drop `git_fileops_prettify_path`Vicent Marti2011-07-051-1/+0
* fileops: CleanupVicent Marti2011-07-051-110/+95
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-10/+10
* Hide ".git" directory on Windows upon creation of a non bare repositorynulltoken2011-06-291-0/+1
* Merge pull request #261 from Romain-Geissler/discovery-path-v2Vicent Martí2011-06-151-2/+0
|\
| * Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.Romain Geissler2011-06-151-2/+0
* | Add missing function declarations to avoid MSVC compiler warningsSebastian Schuberth2011-06-101-0/+3
* | windows: Fix Symlink issuesVicent Marti2011-06-081-2/+8
* | Export gitfo_shallow_existsJakob Pfender2011-06-071-0/+1
* | index/fileops: Correctly process symbolic linksJakob Pfender2011-06-071-0/+1
* | Tree: Added a function that returns the type of a tree entry.Romain Geissler2011-06-061-0/+3
|/
* Repository: Added some util functions that we'll need to discover repository ...Romain Geissler2011-06-041-0/+2
* Filebuf: Fixed a TODO in filebuf (real lock in lock_file)Romain Geissler2011-06-031-0/+2
* Fileops: Added gitfo_isfile.Romain Geissler2011-06-031-0/+1
* Fileops: Added a fourth argument to the path prettifying functions to use an ...unknown2011-06-031-2/+2
* Sha1Lookup: Fixed two MSVC compilation warnings.unknown2011-06-031-3/+3
* Fileops:retrieve_path_root_offset is now named gitfo_retrieve_path_root_offse...Romain Geissler2011-06-031-1/+10
* fileops: CleanupVicent Marti2011-05-231-7/+0
* Improve the ODB writing backendVicent Marti2011-03-231-1/+1
* Change gitfo_prettify_dir_path() and gitfo_prettify_file_path() behaviornulltoken2011-03-231-2/+5
* Make gitfo_prettify_dir_path() and gitfo_prettify_file_path() no longer exter...nulltoken2011-03-231-2/+2
* Add failing test for issue 84nulltoken2011-03-231-0/+2