summaryrefslogtreecommitdiff
path: root/src/fileops.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* I broke your bindingsVicent Marti2011-03-201-0/+2
* Fix creation of deeply-rooted referencesVicent Marti2011-03-051-0/+1
* Add new move function, `gitfo_mv_force`Vicent Marti2011-03-031-1/+7
* Move the path comparison method to fileops.cVicent Marti2011-03-031-0/+4
* Fixed naming convention related issue.nulltoken2011-01-291-2/+2
* Added git_prettify_file_path().nulltoken2011-01-291-0/+22
* Merge branch 'dir-path-prettifying' of https://github.com/nulltoken/libgit2Vicent Marti2011-01-191-0/+24
|\
| * Added git_prettify_dir_path().nulltoken2011-01-111-0/+24
* | Revised platform types to use 'best supported' size.Alex Budovski2011-01-111-2/+2
|/
* Revert "Properly export all external symbols in Win32"Vicent Marti2010-12-231-21/+21
* Properly export all external symbols in Win32Vicent Marti2010-12-221-21/+21