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-23git_error: use new names in internal APIs and usageEdward Thomson
2019-01-20repository: free memory in symlink detection functionEdward Thomson
2019-01-17references: use new names in internal usageEdward Thomson
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-12-01index: use new enum and structure namesEdward Thomson
2018-11-30Merge pull request #4770 from tiennou/feature/merge-analysis-any-branchPatrick Steinhardt
2018-11-25Fix warning C4133 incompatible types in MSVCSven Strickroth
2018-10-20repository: load_config for non-repo configsEdward Thomson
2018-10-20win32: emulate Git for Windows in symlink supportEdward Thomson
2018-10-16repository: assert that we're passed a valid head pointerEtienne Samson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-05-07repository: being a worktree means we're not really bareEtienne Samson
2017-11-18refcount: make refcounting conform to aliasing rulesPatrick Steinhardt
2017-10-09config: pass repository when opening config filesPatrick Steinhardt
2017-10-09repository: constify several repo parameters for gettersPatrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-06-19repository: remove trailing whitespaceAriel Davis
2017-06-19repository: do not initialize templates if dir is an empty stringAriel Davis
2017-06-12repository: don't fail to create config option in inmemory repoEdward Thomson
2017-06-12repository_item_path: return ENOTFOUND when appropriateEdward Thomson
2017-06-12repository_item_path: error messages lowercasedEdward Thomson
2017-06-08settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt
2017-06-04Merge pull request #4243 from pks-t/pks/submodule-workdirEdward Thomson
2017-05-20Merge pull request #4174 from libgit2/ethomson/set_head_to_tagCarlos Martín Nieto
2017-05-19repository: make check if repo is a worktree more strictPatrick Steinhardt
2017-05-19repository: factor out worktree checkPatrick Steinhardt
2017-05-19repository: improve parameter names for `find_repo`Patrick Steinhardt
2017-05-19repository: clear out-parameter instead of freeing itPatrick Steinhardt
2017-05-01worktrees: cleanup some memory leaksEdward Thomson
2017-04-05repository: add function to iterate over all HEADsPatrick Steinhardt
2017-04-05repository: get worktree HEAD via `git_reference__read_head`Patrick Steinhardt
2017-04-05repository: extract function to get path to a file in a work treePatrick Steinhardt
2017-04-05repository: set error message if trying to set HEAD to a checked out onePatrick Steinhardt
2017-04-03git_repository_set_head: use remote name in reflogEdward Thomson
2017-03-21git_repository_set_head: use tag name in reflogEdward Thomson
2017-03-02Honor `core.fsyncObjectFiles`Edward Thomson
2017-02-17strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt
2017-02-13worktree: compute workdir for worktrees opened via their gitdirPatrick Steinhardt
2017-02-13repository: rename `path_repository` and `path_gitlink`Patrick Steinhardt
2017-02-13repository: restrict checking out checked out branchesPatrick Steinhardt
2017-02-13worktree: implement functions reading HEADPatrick Steinhardt
2017-02-13worktree: implement `git_repository_open_from_worktree`Patrick Steinhardt
2017-02-13repository: expose `repo_init_create_head`Patrick Steinhardt
2017-02-13config: open configuration in commondirPatrick Steinhardt
2017-02-13repository: introduce is_worktree variablePatrick Steinhardt
2017-02-13repository: use `git_repository_item_path`Patrick Steinhardt
2017-02-13repository: add function to retrieve paths for repo itemsPatrick Steinhardt
2017-02-13repository: introduce commondir variablePatrick Steinhardt
2017-01-21Allow for caching of submodules.Brock Peabody
2016-12-29giterr_set: consistent error messagesEdward Thomson