summaryrefslogtreecommitdiff
path: root/include/git2/repository.h
Commit message (Expand)AuthorAgeFilesLines
* No such thing as an orphan branchCarlos Martín Nieto2013-09-171-6/+6
* Add BARE option to git_repository_open_extRussell Belfer2013-07-101-0/+4
* Fix small typo in docs for git_repository_message.Andrej Mitrovic2013-07-021-1/+1
* Fix docs to use proper enum names that exist.Andrej Mitrovic2013-07-011-2/+2
* Fixed most documentation header bugsAndreas Linde2013-06-241-1/+1
* Improve test failure outputBen Straub2013-05-231-0/+9
* Unify whitespaces to tabsLinquize2013-05-151-5/+5
* Fix git_repository_message docsRussell Belfer2013-05-091-2/+11
* lol namespacesvmg/namespacesVicent Marti2013-04-301-0/+22
* 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