Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-28repo: split git_repository_open_flag_t options documentation inlineEtienne Samson
2019-01-18Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson
2018-12-01object_type: update public API to use git_object_tEdward Thomson
2018-05-07docs: standardize comment block for git_*_init_options functionsEtienne Samson
2018-05-07docs: fix some comment-marker typosEtienne Samson
2017-10-09repository: constify several repo parameters for gettersPatrick Steinhardt
2017-06-12repository_item_path: return ENOTFOUND when appropriateEdward Thomson
2017-02-13worktree: implement functions reading HEADPatrick Steinhardt
2017-02-13worktree: implement `git_repository_open_from_worktree`Patrick Steinhardt
2017-02-13repository: introduce is_worktree variablePatrick Steinhardt
2017-02-13repository: add function to retrieve paths for repo itemsPatrick Steinhardt
2017-02-13repository: introduce commondir variablePatrick Steinhardt
2016-06-24Add GIT_REPOSITORY_OPEN_FROM_ENV flag to respect $GIT_* environment varsJosh Triplett
2016-06-24Add GIT_REPOSITORY_OPEN_NO_DOTGIT flag to avoid appending /.gitJosh Triplett
2015-11-20repository: distinguish sequencer cherry-pick and revertCarlos Martín Nieto
2015-07-27Fix @param names in doc commentsBen Chatelain
2015-03-16Add annotated commit versions of reflog-modifying functionsCarlos Martín Nieto
2015-03-03repository: remove log message override for switching the active branchCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-01-27Clarified git_repository_is_empty() documentationPierre-Olivier Latour
2014-12-06doc: add documentation to all the public structs and enumsCarlos Martín Nieto
2014-09-03Introduce option to use relative paths for repository work directoryJameson Miller
2014-07-22git_cherry_pick -> git_cherrypickEdward Thomson
2014-05-23Fixed miscellaneous documentation errors.Michael Anderson
2014-05-12Minor fixes for warnings and error propagationRussell Belfer
2014-05-12Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer
2014-05-07repository: introduce a convenience config snapshot methodCarlos Martín Nieto
2014-05-07Add filter options and ALLOW_UNSAFERussell Belfer
2014-05-02Make init_options fns use unsigned ints and macroRussell Belfer
2014-03-06Added function-based initializers for every options struct.Matthew Bowen
2014-02-05Add reflog params to git_repository_detach_headBen Straub
2014-01-31Add reflog params to set-head callsBen Straub
2014-01-27repository: move to use a git_buf for outputting stringsCarlos Martín Nieto
2013-12-11Update docs for new callback return value behaviorRussell Belfer
2013-12-03clean up state metadata more consistentlyEdward Thomson
2013-09-17No such thing as an orphan branchCarlos Martín Nieto
2013-07-10Add BARE option to git_repository_open_extRussell Belfer
2013-07-02Fix small typo in docs for git_repository_message.Andrej Mitrovic
2013-07-01Fix docs to use proper enum names that exist.Andrej Mitrovic
2013-06-24Fixed most documentation header bugsAndreas Linde
2013-05-24Improve test failure outputBen Straub
2013-05-15Unify whitespaces to tabsLinquize
2013-05-09Fix git_repository_message docsRussell Belfer
2013-04-30lol namespacesvmg/namespacesVicent Marti
2013-04-21Move some low-level repo fns to include/git2/sysRussell Belfer
2013-04-21Added git_repository_new functionJohn Wiegley
2013-04-18repository: Doc fixVicent Marti
2013-04-17repository: Add `git_repository_open_bare`vmg/bare-openVicent Marti
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-01-09update copyrightsEdward Thomson