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
2015-07-28Better param docsBen Chatelain
2015-07-28error: store the error messages in a reusable bufferCarlos Martín Nieto
2015-07-28Fix remaining documentation warningsBen Chatelain
2015-07-28Add -Wdocumentation flag if supportedBen Chatelain
2015-07-28Use correct Doxygen trailing comment syntaxBen Chatelain
2015-07-27Fix @param names in doc commentsBen Chatelain
2015-07-27iterator: adjust unreadable-dir test to new behaviourCarlos Martín Nieto
2015-07-26iterator: skip over errors in diriter initCarlos Martín Nieto
2015-07-25filebuf: remove lockfile upon rename errorsCarlos Martín Nieto
2015-07-24filebuf: failing test for leaving the lockfile when failing to renameCarlos Martín Nieto
2015-07-24Merge pull request #3307 from libgit2/cmn/submodule-backslashEdward Thomson
2015-07-24Merge pull request #3303 from libgit2/cmn/index-add-submoduleEdward Thomson
2015-07-24Merge pull request #3305 from libgit2/cmn/reflog-del-backendEdward Thomson
2015-07-24Merge pull request #3304 from libgit2/cmn/checkout-free-streamEdward Thomson
2015-07-23Merge pull request #3317 from csware/fix-vistaEdward Thomson
2015-07-22Merge pull request #3322 from libgit2/fix-init-orderingJosh Abernathy
2015-07-22Merge branch 'master' into fix-init-orderingjoshaber
2015-07-22Increment `git__n_inits` before doing `init_once`.joshaber
2015-07-22Make libgit2 work on Windows Vista againSven Strickroth
2015-07-20Merge pull request #3315 from rcorre/docfixCarlos Martín Nieto
2015-07-20Document git_fetch_options struct and fix typo.Ryan Roden-Corrent
2015-07-15Merge pull request #3311 from Fallso/MacroRedefinitionEdward Thomson
2015-07-15Fix macro redefinition warningFallso
2015-07-13Merge pull request #3302 from libgit2/cmn/submodule-foreach-diff-pathCarlos Martín Nieto
2015-07-13submodule, path: extract slash conversionCarlos Martín Nieto
2015-07-13Merge pull request #3306 from libgit2/cmn/fetch-ex-fetchCarlos Martín Nieto
2015-07-13submodule: normalize slashes in resolve_urlCarlos Martín Nieto
2015-07-13submodule: add failing test for backslash in urlCarlos Martín Nieto
2015-07-12Merge branch 'portable-zu'Carlos Martín Nieto
2015-07-12Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough
2015-07-12examples: modernise the fetch exampleCarlos Martín Nieto
2015-07-12refdb: delete a ref's reflog upon deletionCarlos Martín Nieto
2015-07-12filter: make sure to close the stream even on errorCarlos Martín Nieto
2015-07-12index: allow add_bypath to update submodulesCarlos Martín Nieto
2015-07-12blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto
2015-07-12errors: add EDIRECTORYCarlos Martín Nieto
2015-07-12Merge pull request #3292 from tkelman/patch-1Edward Thomson
2015-07-11submodule: lookup the submodule by path if availableCarlos Martín Nieto
2015-07-11submdule: reproduce double-reporting of a submodule in foreachCarlos Martín Nieto
2015-07-10Increase required version of cmake to 2.8Tony Kelman
2015-07-10Merge pull request #3301 from ethomson/warningsCarlos Martín Nieto
2015-07-10Merge pull request #3297 from tkelman/patch-2Carlos Martín Nieto
2015-07-10Merge pull request #3272 from ethomson/certCarlos Martín Nieto
2015-07-10khash: add eol so picky compilers stop warningEdward Thomson
2015-07-10wildcard filters: move CHANGELOG message to 0.23+1Edward Thomson
2015-07-10wildcard filters: clean up some warnings in testsEdward Thomson
2015-07-10xdiff: cleanup some warningsEdward Thomson
2015-07-10git_cert: child types use proper base typeEdward Thomson
2015-07-09Merge pull request #3281 from ethomson/wildcard_filtersCarlos Martín Nieto
2015-07-08Merge pull request #3299 from ethomson/xdiff_updateCarlos Martín Nieto