summaryrefslogtreecommitdiff
path: root/include/git2/repository.h
Commit message (Expand)AuthorAgeFilesLines
* repository: export git_repository_config_autoloadCarlos Martín Nieto2011-09-301-2/+3
* Make repo config loading automatic or completely explicitCarlos Martín Nieto2011-09-271-10/+24
* Merge pull request #398 from carlosmn/config-autohomeVicent Martí2011-09-181-12/+7
|\
| * git_repository_config: open global config file automaticallyCarlos Martín Nieto2011-09-121-12/+7
* | Cleanup legal dataVicent Marti2011-09-191-22/+4
* | repository: Add git_repository_head()nulltoken2011-09-151-0/+10
* | Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-6/+6
|/
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-4/+4
* repository: Make head_detached() and head_orphan() convenience methods access...nulltoken2011-06-301-2/+2
* repo: Rename HEAD-related methodsVicent Marti2011-06-281-2/+2
* Add git_repository_is_detached, git_repository_is_orphanCarlos Martín Nieto2011-06-281-0/+24
* config: Cleanup external APIVicent Marti2011-06-181-2/+30
* Add git_repository_config APICarlos Martín Nieto2011-06-171-0/+10
* Merge pull request #261 from Romain-Geissler/discovery-path-v2Vicent Martí2011-06-151-3/+3
|\
| * Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.Romain Geissler2011-06-151-3/+3
* | repository: Export all internal pathsVicent Marti2011-06-041-9/+18
|/
* Repository: Added the git_repository_discover function that finds by itself t...Romain Geissler2011-06-041-0/+28
* Merge pull request #206 from nulltoken/topic/is-bareVicent Martí2011-06-011-0/+8
|\
| * Add git_repository_is_bare() accessornulltoken2011-05-241-0/+8
* | index: Change the memory management for repo indexesVicent Marti2011-06-011-3/+11
|/
* Add two new accessors to the repositorynulltoken2011-04-091-0/+18
* Add new method `git_repository_is_empty`Vicent Marti2011-04-081-0/+12
* Remove `git_repository_gc` from the headersVicent Marti2011-03-231-10/+6
* Fix signature in `git_repository_gc`Vicent Marti2011-03-161-1/+1
* Export `git_repository_gc` properlyVicent Marti2011-03-161-1/+1
* Fix the retarded object interdependency systemVicent Marti2011-03-141-2/+10
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-031-0/+183