summaryrefslogtreecommitdiff
path: root/include/git2/repository.h
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings and merge issues on Win64Russell Belfer2012-08-231-0/+5
* Add template dir and set gid to repo initRussell Belfer2012-08-221-17/+30
* Add git_repository_init_ext for power inittersRussell Belfer2012-08-221-4/+131
* repository: add a getter and remove function for git's prepared messageCarlos Martín Nieto2012-08-011-0/+22
* repo: add git_repository_wrap_odb() to wrap an ODBCarlos Martín Nieto2012-07-211-0/+13
* Add flag to write gitlink on setting repo workdirRussell Belfer2012-07-101-1/+4
* Fix spelling errors.Bruce Mitchener2012-05-191-2/+2
* errors: Rename the generic return codesVicent Martí2012-05-181-7/+7
* Refactor git_repository_open with new optionsRussell Belfer2012-04-111-0/+14
* Update Copyright headerschu2012-02-131-1/+1
* Document all of the thingsVicent Marti2011-11-261-1/+119
* Rename all `_close` methodsVicent Marti2011-11-261-1/+1
* repository: Change ownership semanticsVicent Marti2011-11-261-197/+35
* Fix typo in repository documentationHaitao Li2011-11-181-1/+1
* 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