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
path: root/src
AgeCommit message (Expand)Author
2014-10-27Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto
2014-10-27Minor cleanup: Use defined no_check_cert_flags instead of C&P them againSven Strickroth
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_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
2014-10-27Introduce git_rebase_abortEdward Thomson
2014-10-27git_reset: const the git_signature argEdward Thomson
2014-10-27Introduce git_rebase to set up a rebase sessionEdward Thomson
2014-10-27Remove unused warning on non-win32Edward Thomson
2014-10-27iterator: free paths when skipping themEdward Thomson
2014-10-27mwindow: clean up pack map at shutdownEdward Thomson
2014-10-27global: clean up openssl_locks on shutdownEdward Thomson
2014-10-27Cleanup memory leak in ssh transportEdward Thomson
2014-10-27Clean up some memory leaksEdward Thomson
2014-10-27Clean up various compiler warningsEdward Thomson
2014-10-25Merge pull request #2638 from libgit2/cmn/config-refresh-removeEdward Thomson
2014-10-25Merge pull request #2646 from libgit2/cmn/remote-renameEdward Thomson
2014-10-25Merge pull request #2649 from swisspol/2630Edward Thomson
2014-10-24Merge pull request #2645 from libgit2/cmn/common-cryptoEdward Thomson
2014-10-24Fixed memory leak in git_tag_delete()Pierre-Olivier Latour
2014-10-24remote: accept a repo and name for renamingCarlos Martín Nieto
2014-10-24remote: delete git_remote_supported_url()Carlos Martín Nieto
2014-10-24hash: use CommonCrypto on OSX for SHA-1Carlos Martín Nieto
2014-10-23config: remove the refresh function and backend fieldCarlos Martín Nieto
2014-10-23Merge pull request #2622 from libgit2/refresh-config-snapshotCarlos Martín Nieto
2014-10-23Merge pull request #2625 from libgit2/cmn/ssl-tlsEdward Thomson
2014-10-23ssl: dump the SSL ciphers in favour of TLSCarlos Martín Nieto
2014-10-23Patch from @carlosmn to refresh the parent config before snapshotting.Alan Rogers
2014-10-23Remote paths: canonicalize UNC paths on Win32Edward Thomson
2014-10-22tree-cache: correct the entry_count calculationCarlos Martín Nieto
2014-10-14Merge pull request #2609 from linquize/describe-optsEdward Thomson
2014-10-14Merge pull request #2615 from ethomson/mount_pointsEdward Thomson
2014-10-13Don't copy buffer in checkout unless neededEdward Thomson
2014-10-13Ensure filters (i.e. CRLF) are applied when checking out conflict contentJacques Germishuys
2014-10-13is_empty_dir (wi32): cope with empty mount pointsEdward Thomson
2014-10-13p_lstat win32: don't canonicalize volume mountsEdward Thomson
2014-10-13There is no "z" size specifier on MSVCSven Strickroth