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-20Merge pull request #4702 from tiennou/fix/coverityPatrick Steinhardt
2018-07-13treewide: remove use of C++ style commentsPatrick Steinhardt
2018-07-06tests: fix a relative pathname issueEtienne Samson
2018-07-06tests: add missing cl_git_pass to testsEtienne Samson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2015-04-07describe: only abort without tags if fallback is not allowed.Patrick Steinhardt
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2014-10-11Don't use cl_git_pass for POSIX functionsRussell Belfer
2014-09-30describe: rename git_describe_opts to git_describe_optionsCarlos Martín Nieto
2014-09-30describe: use globs in the testsCarlos Martín Nieto
2014-09-30describe: implement describing the workdirCarlos Martín Nieto
2014-09-30describe: split into gather and format stepsCarlos Martín Nieto
2014-09-30describe: rename _object() to _commit()Carlos Martín Nieto
2014-04-30object: introduce git_describe_object()nulltoken