summaryrefslogtreecommitdiff
path: root/include/git2/attr.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6168 from punkymaniac/patch-documentation-2Edward Thomson2022-01-171-0/+9
|\
| * Apply suggestions from code reviewEdward Thomson2022-01-171-1/+1
| * Add documentation about parameter and return valuepunkymaniac2022-01-091-0/+9
* | Fix typosDimitris Apostolou2022-01-051-1/+1
|/
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* filter: use a `git_oid` in filter options, not a pointerethomson/filter_commit_idEdward Thomson2021-09-211-1/+7
* attr: introduce GIT_ATTR_CHECK_INCLUDE_COMMITEdward Thomson2021-07-221-0/+10
* attr: introduce `git_attr_options` for extended queriesEdward Thomson2021-07-221-0/+79
* git_attr_cache_flush: return an intEdward Thomson2020-01-241-1/+4
* attr: optionally read attributes from repositoryEdward Thomson2019-08-111-2/+9
* attr: rename constants and macros for consistencyethomson/attrEdward Thomson2019-06-161-10/+10
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-1/+1
* attr: fix typoEtienne Samson2018-05-071-1/+1
* docs: move callback-specific documentation to the callbackEtienne Samson2018-05-071-7/+18
* Documentation fixesCarlos Martín Nieto2014-07-081-13/+16
* Update docs for new callback return value behaviorRussell Belfer2013-12-111-1/+2
* Fixed most documentation header bugsAndreas Linde2013-06-241-1/+1
* Unify whitespaces to tabsLinquize2013-05-151-1/+1
* docs: formatting fixesCarlos Martín Nieto2013-04-241-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* More external API cleanupVicent Marti2012-11-271-1/+3
* Export git_attr_valueJosh Triplett2012-08-111-1/+1
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-11/+10
|\
| * Update iterators for consistency across libraryRussell Belfer2012-08-031-11/+10
* | attr: Do not export variables externallyattr-exportVicent Marti2012-08-021-9/+25
|/
* attr: Rename the `git_attr__` exportsVicent Marti2012-07-151-8/+8
* Fix spelling errors.Bruce Mitchener2012-05-191-1/+1
* global: Change parameter ordering in APIVicent Martí2012-05-181-16/+16
* Fix memory leaks and use after freeRussell Belfer2012-05-041-3/+3
* Support reading attributes from indexRussell Belfer2012-05-031-11/+155
* attr: Change the attribute check macrosVicent Martí2012-03-021-5/+5
* Update Copyright headerschu2012-02-131-1/+1
* Add support for macros and cache flush API.Russell Belfer2011-12-291-0/+24
* Add APIs for git attributesRussell Belfer2011-12-201-0/+56