summaryrefslogtreecommitdiff
path: root/src/path.h
Commit message (Expand)AuthorAgeFilesLines
* Submodule sync refactoringRussell Belfer2014-04-011-0/+8
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-3/+4
* iconv: Do not fake an API when iconv is not availableVicent Marti2013-11-011-10/+0
* Move path prefixed help to path.hEdward Thomson2013-10-161-0/+28
* Make reference lookups apply precomposeunicodeRussell Belfer2013-10-081-5/+0
* More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-0/+4
* Wrap iconv stuff and write testsRussell Belfer2013-10-031-0/+52
* Initial iconv hookup for precomposed unicodeRussell Belfer2013-10-031-23/+26
* Put hooks in place for precompose in dirload fnRussell Belfer2013-10-031-2/+8
* Clean up some documentationCarlos Martín Nieto2013-07-231-2/+0
* Improved tree iterator internalsRussell Belfer2013-03-141-6/+2
* Add git_path_icmp to case-insensitive path cmpRussell Belfer2013-01-151-1/+6
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix iterator reset and add reset rangesRussell Belfer2012-12-101-4/+19
* Add template dir and set gid to repo initRussell Belfer2012-08-221-0/+14
* Merge pull request #778 from ben/cloneVicent Martí2012-08-191-0/+22
|\
| * Merge branch 'development' into cloneBen Straub2012-07-171-0/+23
| |\
| * | Move is_dot_or_dotdotW into path.h.Ben Straub2012-07-111-0/+7
| * | Add git_path_is_empty_dir.Ben Straub2012-07-111-1/+8
| * | Add git_path_is_dot_or_dotdot.Ben Straub2012-07-111-0/+8
* | | Update iterators for consistency across libraryRussell Belfer2012-08-031-0/+1
| |/ |/|
* | Add path utilities to resolve relative pathsRussell Belfer2012-07-101-0/+23
|/
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-2/+2
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-2/+2
* Continue error conversionRussell Belfer2012-03-141-0/+5
* error-handling: ReferencesVicent Martí2012-03-061-11/+13
* Update diff to use iteratorsRussell Belfer2012-03-021-0/+22
* Fix iterators based on pull request feedbackRussell Belfer2012-02-221-4/+2
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-211-0/+32
* Update Copyright headerschu2012-02-131-1/+1
* Move path related functions from fileops to pathRussell Belfer2012-01-171-12/+137
* Convert git_path_walk_up to regular functionRussell Belfer2012-01-111-20/+11
* Initial implementation of gitignore supportRussell Belfer2012-01-111-0/+23
* path: add git_path_fromurl()nulltoken2011-12-281-0/+1
* path: add git__percent_decode()nulltoken2011-12-281-0/+2
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-22/+15
* Cleanup legal dataVicent Marti2011-09-191-1/+4
* fileops: Drop `git_fileops_prettify_path`Vicent Marti2011-07-051-0/+5
* fileops: CleanupVicent Marti2011-07-051-0/+76