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-07-23Remove assertsvmg/read-typesVicent Marti
2014-07-23pack: Skip unnecessary operations when reading headersVicent Marti
2014-07-23Merge pull request #2477 from ethomson/mergeVicent Marti
2014-07-23Merge pull request #2484 from libgit2/fix-git-status-list-new-unreadable-folderVicent Marti
2014-07-23undo indentation change in diff_print.cfix-git-status-list-new-unreadable-folderAlan Rogers
2014-07-22Merge pull request #2485 from ethomson/cherrypickVicent Marti
2014-07-22git_cherry_pick -> git_cherrypickEdward Thomson
2014-07-22Merge remote-tracking branch 'origin/master' into fix-git-status-list-new-unr...Alan Rogers
2014-07-22Remove debug printfs.Alan Rogers
2014-07-22Move the UNREADABLE enums to the correct group.Alan Rogers
2014-07-17Don't allow conflicts by defaultEdward Thomson
2014-07-17Merge pull request #2475 from libgit2/expose-buffer-binary-detectionVicent Marti
2014-07-17Just put it all in buffer.joshaber
2014-07-17Merge pull request #2476 from linquize/config-lf-eofVicent Marti
2014-07-17ssh: Fix unused warningVicent Marti
2014-07-17clone: should_clone? Of course we should clone. That's not the questionVicent Marti
2014-07-17Merge pull request #2467 from ethomson/win_local_cloneVicent Marti
2014-07-16Add unit test to test add section without lf at EOFLinquize
2014-07-16Make sure \n is at the end of config file before a new section is writtenLinquize
2014-07-16Export git_buf_text_is_binary and git_buf_text_contains_nul.joshaber
2014-07-15Merge pull request #2472 from jacquesg/perl-linkVicent Marti
2014-07-15Merge pull request #2474 from ethomson/clar_file_reportVicent Marti
2014-07-15Switch description and path reportingEdward Thomson
2014-07-13Updated perl bindings linkJacques Germishuys
2014-07-12Handle local file:/// paths on WindowsEdward Thomson
2014-07-11Merge pull request #2466 from jacquesg/win2003-platform-sdkVicent Marti
2014-07-11Merge pull request #2463 from libgit2/cmn/ssh-factory-for-pathsVicent Marti
2014-07-11Merge pull request #2465 from libgit2/cmn/refspec-start-middleVicent Marti
2014-07-11Merge pull request #2468 from Airbitz/pack-error-reportingCarlos Martín Nieto
2014-07-11Merge pull request #2457 from ethomson/merge_fixCarlos Martín Nieto
2014-07-11checkout: fix docs formatting for the optionsCarlos Martín Nieto
2014-07-11Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers
2014-07-10Properly report failure when expanding a packfileWilliam Swanson
2014-07-08merge: don't open COMMIT_MSG unless we need to append conflictsEdward Thomson
2014-07-08Documentation fixesCarlos Martín Nieto
2014-07-07ssh: provide a factory function for setting ssh pathscmn/ssh-factory-for-pathsCarlos Martín Nieto
2014-07-06Define IO_REPARSE_TAG_SYMLINK if its not defined by WinNT.hJacques Germishuys
2014-07-06Secure CRT is only available from Visual Studio 2005+Jacques Germishuys
2014-07-06qsort_r is only available from Visual Studio 2005+Jacques Germishuys
2014-07-06Variadic macros is only available from Visual Studio 2005+Jacques Germishuys
2014-07-06_stat64 is a function, __stat64 is the structureJacques Germishuys
2014-07-06strnlen() is only available from Visual Studio 2005+Jacques Germishuys
2014-07-06in_addr is defined in <Winsock2.h>, include before <ws2tcpip.h>Jacques Germishuys
2014-07-04Merge remote-tracking branch 'origin/cmn/update-zlib'Vicent Marti
2014-07-04Add a CHANGELOG entry for refspecs with asterisk in the middlecmn/refspec-start-middleCarlos Martín Nieto
2014-07-04refspec: support asterisks in the middle of a patternCarlos Martín Nieto
2014-07-04refspec: short-circuit non-pattern refspecs on transformCarlos Martín Nieto
2014-07-04Merge pull request #2461 from jacquesg/ssh2-warningsCarlos Martín Nieto
2014-07-03Include libssh2.h before git2.h (transport.h)Jacques Germishuys
2014-07-03Fix git_cred_ssh_interactive_callback signatureJacques Germishuys