summaryrefslogtreecommitdiff
path: root/src/attr.c
Commit message (Expand)AuthorAgeFilesLines
...
* oid: Explicitly include `oid.h` for the inlined CMPVicent Marti2012-08-091-0/+1
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-3/+6
|\
| * Update iterators for consistency across libraryRussell Belfer2012-08-031-3/+6
* | Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti2012-08-021-3/+3
|\ \
| * | portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-3/+3
| |/
* | attr: Do not export variables externallyattr-exportVicent Marti2012-08-021-0/+19
|/
* misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-1/+1
* Fix bugs for status with spaces and reloaded attrsRussell Belfer2012-05-241-3/+8
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-7/+7
* errors: Rename the generic return codesVicent Martí2012-05-181-7/+7
* global: Change parameter ordering in APIVicent Martí2012-05-181-6/+6
* Add cache busting to attribute cacheRussell Belfer2012-05-101-30/+88
* Fix directory finding for attrsRussell Belfer2012-05-071-3/+3
* Fix memory leaks and use after freeRussell Belfer2012-05-041-2/+3
* Support reading attributes from indexRussell Belfer2012-05-031-73/+213
* Fix leading slash behavior in attrs/ignoresRussell Belfer2012-04-261-14/+20
* Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-251-24/+24
* Convert hashtable usage over to khashRussell Belfer2012-04-251-29/+56
* Convert attrs and diffs to use string poolsRussell Belfer2012-04-251-16/+26
* Refactor git_repository_open with new optionsRussell Belfer2012-04-111-10/+12
* Improve config handling for diff,submodules,attrsRussell Belfer2012-03-301-31/+44
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-57/+37
* Convert attr and other files to new errorsRussell Belfer2012-03-141-22/+17
* diff: Fix rebase breackageVicent Martí2012-03-061-1/+1
* 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