summaryrefslogtreecommitdiff
path: root/include/git2/repository.h
Commit message (Expand)AuthorAgeFilesLines
* Add GIT_REPOSITORY_OPEN_FROM_ENV flag to respect $GIT_* environment varsJosh Triplett2016-06-241-1/+16
* Add GIT_REPOSITORY_OPEN_NO_DOTGIT flag to avoid appending /.gitJosh Triplett2016-06-241-0/+4
* repository: distinguish sequencer cherry-pick and revertcmn/repository-state-sequencerCarlos Martín Nieto2015-11-201-0/+2
* Fix @param names in doc commentsBen Chatelain2015-07-271-1/+1
* Add annotated commit versions of reflog-modifying functionsCarlos Martín Nieto2015-03-161-0/+16
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-9/+3
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-6/+25
* Clarified git_repository_is_empty() documentationPierre-Olivier Latour2015-01-271-2/+2
* doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-061-0/+6
* Introduce option to use relative paths for repository work directoryjamill/relative_gitlinkJameson Miller2014-09-021-0/+3
* git_cherry_pick -> git_cherrypickEdward Thomson2014-07-221-1/+1
* Fixed miscellaneous documentation errors.Michael Anderson2014-05-231-1/+1
* Minor fixes for warnings and error propagationRussell Belfer2014-05-121-1/+5
* Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-121-1/+13
|\
| * repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-071-1/+13
* | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-061-0/+5
* | Make init_options fns use unsigned ints and macroRussell Belfer2014-05-021-5/+4
|/
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+13
* Add reflog params to git_repository_detach_headBen Straub2014-02-041-1/+5
* Add reflog params to set-head callsBen Straub2014-01-301-2/+10
* repository: move to use a git_buf for outputting stringsCarlos Martín Nieto2014-01-271-19/+7
* Update docs for new callback return value behaviorRussell Belfer2013-12-111-6/+14
* clean up state metadata more consistentlyEdward Thomson2013-12-021-3/+3
* 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