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
2014-11-03git_remote_rename: propogate GIT_ENOTFOUNDEdward Thomson
2014-11-03Merge pull request #2679 from jfultz/missing-includeEdward Thomson
2014-11-03remote: check the relevance of the refspec when updating FETCH_HEADCarlos Martín Nieto
2014-11-03Merge pull request #2661 from swisspol/2656Edward Thomson
2014-11-03Merge pull request #2683 from libgit2/cmn/remote-unifyEdward Thomson
2014-11-03Merge pull request #2680 from libgit2/cmn/invalid-cert-returnEdward Thomson
2014-11-03Merge pull request #2685 from libgit2/cmn/mmap-readableEdward Thomson
2014-11-03Merge pull request #2684 from jacquesg/openssl-windowsEdward Thomson
2014-11-03Fix segmentation fault observed on OpenBSD/sparc64Stefan Sperling
2014-11-03Make the Visual Studio compiler happyJacques Germishuys
2014-11-03Clean up issues include.path issues found during code review.John Fultz
2014-11-02remote: unify the creation codeCarlos Martín Nieto
2014-11-02remote: fix tagopt testCarlos Martín Nieto
2014-11-02remote: add a failing test for checking the current branch's upstreamCarlos Martín Nieto
2014-11-02merge: talk about the merging state after git_merge()Carlos Martín Nieto
2014-11-02netops: return GIT_ECERTIFICATE when it fails the basic testsCarlos Martín Nieto
2014-11-01Make config reading continue after hitting a missing include file.John Fultz
2014-11-01docs: explicitly document the threading caveatsCarlos Martín Nieto
2014-11-01ssl: separate locking init from general initCarlos Martín Nieto
2014-11-01ssl: clear the OpenSSL locking functionCarlos Martín Nieto
2014-10-28Merge pull request #2669 from ethomson/revert_test_fixEdward Thomson
2014-10-28revert tests: always use core.autocrlf=false in testsEdward Thomson
2014-10-27Merge pull request #2659 from swisspol/static_analysisEdward Thomson
2014-10-27Fixed potential crash with uninitialized variablesPierre-Olivier Latour
2014-10-27Removed some useless variable assignmentsPierre-Olivier Latour
2014-10-27Changed context_lines and interhunk_lines to uint32_t to match struct s_xdemi...Pierre-Olivier Latour
2014-10-27Merge pull request #2666 from libgit2/cmn/threadsafe-onEdward Thomson
2014-10-27Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto
2014-10-27Flip THREADSAFE's default to ONCarlos Martín Nieto
2014-10-27Merge branch 'csware/cleanup'Edward Thomson
2014-10-27Minor cleanup: Use defined no_check_cert_flags instead of C&P them againSven Strickroth
2014-10-27Merge pull request #2482 from libgit2/ed/rebaseEdward Thomson
2014-10-27rebase: add information to the CHANGELOGEdward Thomson
2014-10-27rebase: updates based on PR commentsEdward Thomson
2014-10-27s/git_merge_head/git_annotated_commitEdward Thomson
2014-10-27rebase: clean up some warnings and memory leaksEdward Thomson
2014-10-27rebase: oid member of operation should be constEdward Thomson
2014-10-27git_rebase: iterators for operationsEdward Thomson
2014-10-27rebase: preload all operationsEdward Thomson
2014-10-27rebase: init/open a git_rebase objectEdward Thomson
2014-10-27git_rebase_next: provide info about the operationEdward Thomson
2014-10-27git_rebase_finish: rewrite notes when finishing rebaseEdward Thomson
2014-10-27Introduce `git_note_author`, `git_note_committer`Edward Thomson
2014-10-27git_rebase_commit: write HEAD's reflog appropriatelyEdward Thomson
2014-10-27Introduce git_rebase_finish to complete a rebaseEdward Thomson
2014-10-27git_rebase_next: test that we return GIT_ITEROVEREdward Thomson
2014-10-27git_rebase_commit: drop already-picked commitsEdward Thomson
2014-10-27Introduce git_rebase_commitEdward Thomson
2014-10-27git_rebase_next: write conflicts nicely during rebaseEdward Thomson
2014-10-27Introduce git_rebase_nextEdward Thomson