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
2018-07-13treewide: remove use of C++ style commentsPatrick Steinhardt
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-06-01refdb_fs: add test for globbing of nonexistant refsJulian Ganz
2018-05-04tests: refs::normalize: simplify code to avoid GCC warningPatrick Steinhardt
2018-04-11refs: preserve the owning refdb when duping referenceEtienne Samson
2018-02-24testrepo: add new branchEdward Thomson
2018-01-12tests: refs::iterator: fix memory leak due to ref names not being free'dPatrick Steinhardt
2017-12-30refs:iterator: add tests to recurse symlinksEdward Thomson
2017-11-23tests: move free functions at the endEtienne Samson
2017-11-15tests: move static method to the topEtienne Samson
2017-11-15tests: make reflog_check_entry more clar-yEtienne Samson
2017-11-15tests: clarify which steps corresponds to each checksEtienne Samson
2017-11-15tests: gather the reflog entry content testsEtienne Samson
2017-10-06refs: do not use peeled OID if peeling to a tagPatrick Steinhardt
2017-06-23tests: refs::crashes: create sandbox for creating symrefPatrick Steinhardt
2017-06-08settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt
2017-05-05revparse: support open-ended rangesWilliam Bain
2017-03-22Merge pull request #4030 from libgit2/ethomson/fsyncEdward Thomson
2017-03-06refs::namespace: add namespace testsEdward Thomson
2017-03-02Honor `core.fsyncObjectFiles`Edward Thomson
2017-03-01tests: refs::create: fix memory leakPatrick Steinhardt
2017-03-01Merge pull request #4143 from richardipsum/issue-4094Patrick Steinhardt
2017-03-01Add test for inclusion of (merge) in reflogRichard Ipsum
2017-02-28win32: don't fsync parent directories on WindowsEdward Thomson
2017-02-28fsync: call it "synchronous" object writingEdward Thomson
2017-02-28fsync parent directories when fsyncingEdward Thomson
2017-02-28refdb_fs: optionally fsync packed refsEdward Thomson
2017-02-28refdb_fs: optionally fsync loose referencesEdward Thomson
2017-02-25Whitespace and style fixesRichard Ipsum
2017-02-25tests: Add create__symbolic_with_arbitrary_contentRichard Ipsum
2017-02-13tests: add merge-conflict branch for testrepoPatrick Steinhardt
2017-02-13tests: add worktree test dataPatrick Steinhardt
2016-12-29tests: update error message checkingEdward Thomson
2016-11-04branch: fix forced branch creation on HEAD of a bare repoJohn Fultz
2016-04-22Allow creating copies of `git_reference` objects.Arthur Schreiber
2016-04-11Merge pull request #3736 from libgit2/cmn/dwim-general-messageEdward Thomson
2016-04-11refs::create: strict object creation on by defaultEdward Thomson
2016-04-11refs: provide a more general error message for dwimCarlos Martín Nieto
2016-03-03tests: plug a leakCarlos Martín Nieto
2016-02-29refs: honor strict object creationEdward Thomson
2015-11-12reflog: error when a directory is at reflog pathEdward Thomson
2015-11-12refs: complain when a directory exists at refEdward Thomson
2015-11-03reflog: test reflog is deleted when ref is deletedEdward Thomson
2015-10-29Prevent segfault when parsing a reflog with oid parse errorStjepan Rajko
2015-09-17git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson
2015-07-12refdb: delete a ref's reflog upon deletionCarlos Martín Nieto
2015-06-26revparse: Add test to make sure this doesn't regressVicent Marti
2015-05-22branch: error out if we cannot find the remoteCarlos Martín Nieto
2015-05-13remote: remove live changing of refspecsCarlos Martín Nieto
2015-03-16Add tests for the annotated versions of ref-modifying functionsCarlos Martín Nieto