summaryrefslogtreecommitdiff
path: root/src/attr.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-4/+2
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-211-23/+47
* Add unit tests for recent bug fixesRussell Belfer2012-02-011-0/+7
* Fix memory leak in attr file cacheRussell Belfer2012-02-011-4/+13
* Fix attr path is_dir checkRussell Belfer2012-01-311-3/+6
* Merge branch 'fix-subdir-attr-paths' into developmentRussell Belfer2012-01-201-3/+4
|\
| * Remove poor git__removechar functionRussell Belfer2012-01-161-1/+1
| * Fix handling of relative paths for attrsRussell Belfer2012-01-161-3/+4
* | Move path related functions from fileops to pathRussell Belfer2012-01-171-2/+2
|/
* Patch cleanup for mergeRussell Belfer2012-01-161-6/+1
* Fix several memory issuesRussell Belfer2012-01-111-6/+8
* Convert git_path_walk_up to regular functionRussell Belfer2012-01-111-14/+15
* Initial implementation of gitignore supportRussell Belfer2012-01-111-26/+26
* Fix MSVC compilation warningsnulltoken2012-01-041-1/+1
* Fixed up memory leaksRussell Belfer2011-12-291-3/+1
* Add support for macros and cache flush API.Russell Belfer2011-12-291-20/+111
* Add APIs for git attributesRussell Belfer2011-12-201-0/+311