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-06-19Merge pull request #1 from mono/quote_libssh2_librariesxs-5.10-v1Marius Ungureanu
2015-06-19Quote LIBSSH2_LIBRARIES callJo Shields
2015-06-10Revert "Get rid of libssh2 embedding"Marius Ungureanu
2015-06-10Merge remote-tracking branch 'therzok/blame-rename' into xs-6.0-v1Marius Ungureanu
2015-06-10cache: add a check for a failed allocationCarlos Martín Nieto
2015-06-10Merge pull request #3198 from libgit2/cmn/coverityEdward Thomson
2015-06-09Initialize a few variablesCarlos Martín Nieto
2015-06-09ssh: move NULL check to the free functionCarlos Martín Nieto
2015-06-08Merge pull request #3165 from ethomson/downcaseCarlos Martín Nieto
2015-06-08Merge pull request #3188 from thentenaar/clean-up-after-opensslCarlos Martín Nieto
2015-06-08global: Ensure we free our SSL context.Tim Hentenaar
2015-06-07Merge pull request #3185 from libgit2/cmn/foreach-cancel-looseCarlos Martín Nieto
2015-06-07Merge pull request #3175 from git-up/build_warningsCarlos Martín Nieto
2015-06-07remote: some error-handling issues from CoverityCarlos Martín Nieto
2015-06-07Merge pull request #3179 from arielb2/masterCarlos Martín Nieto
2015-06-06path: error out if the callback returns an errorCarlos Martín Nieto
2015-06-04Merge pull request #3172 from Therzok/patch-2Carlos Martín Nieto
2015-06-03print_usage functions is defined but not usedAriel O. Barria
2015-06-02Fixed build warnings on Xcode 6.1Pierre-Olivier Latour
2015-06-02Change error when running out of ssh agent keysMarius Ungureanu
2015-05-31Include git2/transaction.hCarlos Martín Nieto
2015-05-31Merge pull request #3152 from tkelman/patch-1Carlos Martín Nieto
2015-05-31Merge pull request #3048 from pks-t/insteadofCarlos Martín Nieto
2015-05-31remote: test insteadOf for anonymous remotesPatrick Steinhardt
2015-05-31Add CHANGELOG entry for url.*.insteadOf feature.Patrick Steinhardt
2015-05-31remote: apply insteadOf configuration.Patrick Steinhardt
2015-05-30Introduce git_blame_options GIT_BLAME_DONT_FOLLOW_RENAMES flagUngureanu Marius
2015-05-30Introduce blame options FOLLOW_EXACT_RENAMES flag.Ungureanu Marius
2015-05-30git__tolower: test that some non-ASCII downcasing isn'tEdward Thomson
2015-05-30git__tolower: a tolower() that isn't dumbEdward Thomson
2015-05-29git__strcasecmp: treat input bytes as unsignedEdward Thomson
2015-05-29CHANGELOG: fill in a few missing entriesCarlos Martín Nieto
2015-05-29Merge pull request #3157 from mgorny/ssh_memory_authCarlos Martín Nieto
2015-05-29Merge pull request #3163 from ethomson/emergeconflictCarlos Martín Nieto
2015-05-29Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson
2015-05-28Merge pull request #3161 from fxfactorial/masterEdward Thomson
2015-05-28Changed README to use new OCaml bindings to gitEdgar Aroutiounian
2015-05-28Merge pull request #3139 from ethomson/diff_conflictsCarlos Martín Nieto
2015-05-28Merge pull request #3149 from libgit2/cmn/upstream-matching-pushEdward Thomson
2015-05-28Merge pull request #3127 from libgit2/cmn/remote-fixupsCarlos Martín Nieto
2015-05-28index_add_all: remove conflicts when no wd fileEdward Thomson
2015-05-28Introduce `GIT_DIFF_FLAG_EXISTS`Edward Thomson
2015-05-28git_index_add_all: test that conflicts are handledEdward Thomson
2015-05-28Introduce cl_git_sandbox_init_new()Edward Thomson
2015-05-28diff: prettify `maybe_modified` a littleEdward Thomson
2015-05-28introduce `git_index_entry_is_conflict`Edward Thomson
2015-05-28conflict tests: use GIT_IDXENTRY_STAGE_SETEdward Thomson
2015-05-28diff conflicts: don't include incorrect IDEdward Thomson
2015-05-28diff conflicts: test index to workdir w/ conflictsEdward Thomson
2015-05-28diff conflicts: add tests for tree to indexEdward Thomson