summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Collapse)AuthorAgeFilesLines
* Rename git_config_{type,var} to git_cvar{_type,}Carlos Martín Nieto2011-03-291-1/+1
| | | | Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
* Make GIT_EINVALIDTYPE available for use in configCarlos Martín Nieto2011-03-291-1/+1
| | | | Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
* Move the struct declaration outside config.cCarlos Martín Nieto2011-03-282-0/+59
| | | | Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
* Add `git_oid_shorten`Vicent Marti2011-03-051-0/+54
| | | | | | | | | Set of methods to find the minimal-length to uniquely identify every OID in a list. Includes stress test. Signed-off-by: Vicent Marti <tanoku@gmail.com>
* Change interface for Tree Index attr (always unsigned)Vicent Marti2011-03-051-1/+2
| | | | Signed-off-by: Vicent Marti <tanoku@gmail.com>
* Check for valid range of attributes for tree entrySakari Jokinen2011-03-051-1/+1
|
* Change the return type of `git_blob_rawcontent`Vicent Marti2011-03-051-1/+1
| | | | | | Should return `void *` for raw bytes. Signed-off-by: Vicent Marti <tanoku@gmail.com>
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-0318-0/+2602
Signed-off-by: Vicent Marti <tanoku@gmail.com>