summaryrefslogtreecommitdiff
path: root/include/git2/repository.h
Commit message (Expand)AuthorAgeFilesLines
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-4/+4
* repository: improve `hashfile` for absolute pathsEdward Thomson2021-09-251-5/+7
* Fix coding style for pointerpunkymaniac2021-09-091-5/+5
* Fix documentation formating on repository.hpunkymaniac2021-02-221-52/+95
* repository: improve commondir docsJosh Bleecher Snyder2020-03-071-4/+5
* repo: commondir resolution can sometimes fallback to the repodirEtienne Samson2019-06-261-1/+2
* doc: add missing documentation commentsEtienne Samson2019-06-151-0/+21
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-1/+1
* repo: split git_repository_open_flag_t options documentation inlineEtienne Samson2019-01-281-28/+41
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-2/+2
* object_type: update public API to use git_object_tEdward Thomson2018-12-011-2/+2
* docs: standardize comment block for git_*_init_options functionsEtienne Samson2018-05-071-4/+6
* docs: fix some comment-marker typosEtienne Samson2018-05-071-1/+1
* repository: constify several repo parameters for gettersPatrick Steinhardt2017-10-091-6/+6
* repository_item_path: return ENOTFOUND when appropriateEdward Thomson2017-06-121-2/+2
* worktree: implement functions reading HEADPatrick Steinhardt2017-02-131-0/+25
* worktree: implement `git_repository_open_from_worktree`Patrick Steinhardt2017-02-131-0/+11
* repository: introduce is_worktree variablePatrick Steinhardt2017-02-131-0/+8
* repository: add function to retrieve paths for repo itemsPatrick Steinhardt2017-02-131-0/+36
* repository: introduce commondir variablePatrick Steinhardt2017-02-131-0/+11
* 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