summaryrefslogtreecommitdiff
path: root/include/git2/repository.h
Commit message (Expand)AuthorAgeFilesLines
* Move some low-level repo fns to include/git2/sysRussell Belfer2013-04-211-70/+0
* Added git_repository_new functionJohn Wiegley2013-04-211-0/+8
* repository: Doc fixVicent Marti2013-04-181-3/+1
* repository: Add `git_repository_open_bare`vmg/bare-openVicent Marti2013-04-171-0/+15
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-0/+33
* update copyrightsEdward Thomson2013-01-081-1/+1
* Correct typos in documentationKevin Sawicki2013-01-061-1/+1
* MERGE_HEAD contents iteratorEdward Thomson2013-01-031-0/+16
* expose merge metadata cleanupEdward Thomson2013-01-031-0/+9
* fetchhead reading/iteratingEdward Thomson2012-12-191-0/+18
* Allow compilation as C++Ben Straub2012-12-061-1/+1
* Add version fields and init macros for public input structs.Ben Straub2012-11-301-0/+4
* Various minor commenting fixesRussell Belfer2012-11-271-1/+5
* Typedef enums.Ben Straub2012-11-271-5/+5
* API updates for repository.hBen Straub2012-11-271-24/+24
* repo: ensure is_empty() checks there are no refsnulltoken2012-11-171-1/+1
* repository: Refine repository_head() error reportnulltoken2012-11-121-1/+1
* repo: enhance git_repository_state() detectionnulltoken2012-10-271-0/+6
* reset changes for mergeEdward Thomson2012-10-241-0/+16
* repository: TypoVicent Marti2012-10-191-1/+1
* errors: deploy GIT_EORPHANEDHEAD usagenulltoken2012-10-191-2/+4
* repository: introduce git_repository_set_head()nulltoken2012-09-171-0/+22
* repository: introduce git_repository_set_head_detached()nulltoken2012-09-171-0/+20
* repository: introduce git_repository_detach_head()nulltoken2012-09-171-0/+19
* repository: fix documentation typonulltoken2012-09-171-1/+1
* Add tests and improve param checksRussell Belfer2012-09-111-2/+1
* Add git_repository_hashfile to hash with filtersRussell Belfer2012-09-111-0/+25
* 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