summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* appveyor: build maint branchescmn/maint-updateCarlos Martín Nieto2015-06-221-0/+1
* travis: build maint branchesCarlos Martín Nieto2015-06-221-1/+1
* travis: fail if we fail the push testsCarlos Martín Nieto2015-06-221-2/+2
* path: error out if the callback returns an errorCarlos Martín Nieto2015-06-222-2/+24
* indexer: use lseek to extend the packfileCarlos Martín Nieto2015-06-221-3/+4
* clone: fall back to copying when linking does not workCarlos Martín Nieto2015-06-221-2/+15
* Fix ident replacement to match Git behaviorColomban Wendling2015-06-225-17/+17
* indexer: avoid loading already existent basesEdward Thomson2015-06-221-1/+14
* indexer: don't look for the index we're creatingEdward Thomson2015-06-221-0/+7
* refspec: make sure matching refspecs have src, dst and input stringsCarlos Martín Nieto2015-06-222-0/+16
* Call the openssl API to be able to work with SNI servers.Cristian Oneț2015-06-221-0/+3
* Add a missing include for resetCarlos Martín Nieto2015-06-221-0/+1
* ssh: read from stderr if stdout is emptyCarlos Martín Nieto2015-06-221-1/+8
* fileops: set an error on write error for file copyCarlos Martín Nieto2015-06-221-0/+3
* fileops: set an error message if we fail to link a fileCarlos Martín Nieto2015-06-221-1/+2
* path: don't let direach overwrite the callback's error messageCarlos Martín Nieto2015-06-221-1/+3
* Merge pull request #3154 from tkelman/win-openssl-v0.22Carlos Martín Nieto2015-06-151-3/+6
|\
| * Don't include headers on windows that aren't availableAki Koskinen2015-05-221-3/+6
* | Merge pull request #3138 from libgit2/cmn/v22-updateCarlos Martín Nieto2015-06-0215-60/+293
|\ \ | |/ |/|
| * Include git2/transaction.hcmn/v22-updateCarlos Martín Nieto2015-05-311-0/+1
| * Attributes: don't match files for foldersCarlos Martín Nieto2015-05-183-44/+100
| * Do not call regfree() on an empty regex that is not successfully created by r...Yong Li2015-05-181-3/+2
| * Fix wrong format string in git_reflog_drop() error messageLinquize2015-05-181-1/+1
| * attr_file: fix subdirectory attr case.Mike McQuaid2015-05-181-1/+8
| * ignore: fix negative ignores without wildcards.Patrick Steinhardt2015-05-182-5/+98
| * Fix checking of return value for regcomp.Patrick Steinhardt2015-05-184-6/+18
| * revwalk: don't insert uninteresting commits into the queueCarlos Martín Nieto2015-05-181-0/+4
| * revwalk: detect when we're out of interesting commitsCarlos Martín Nieto2015-05-181-2/+22
| * Fix git_checkout_tree() to do index filemodes correctly on Windows.John Fultz2015-05-182-2/+37
| * Make sure to also update delta->nfiles when merging diffsPierre-Olivier Latour2015-05-181-2/+8
|/
* Bump version to 0.22.2v0.22.2Carlos Martín Nieto2015-03-241-2/+2
* Merge pull request #3005 from libgit2/cmn/maint-updateCarlos Martín Nieto2015-03-2427-36/+243
|\
| * git: make sure to close the network streamCarlos Martín Nieto2015-03-211-0/+1
| * checkout: free last created directoryEdward Thomson2015-03-211-0/+1
| * Initialize refs vector in git_remote_update_tips().Sebastian Bauer2015-03-211-1/+1
| * Lower case the include directive of windows headerClaudiu Olteanu2015-03-211-1/+1
| * http: do not try to use the cert callback on unencrypted streamsCarlos Martín Nieto2015-03-212-1/+7
| * indexer: set an error message on duplicate objects in packCarlos Martín Nieto2015-03-211-0/+1
| * Put back the number of expected references to 6 from the test repoCarlos Martín Nieto2015-03-211-3/+3
| * Fixed active refspecs not reset by git_remote_upload()Pierre-Olivier Latour2015-03-211-0/+4
| * http: enforce the credential typesCarlos Martín Nieto2015-03-211-0/+5
| * branch: do capture the error codeCarlos Martín Nieto2015-03-211-1/+1
| * git_branch_delete() should ignore errors from non-existing reflogsPierre-Olivier Latour2015-03-211-1/+6
| * Fix Mac build without OpenSSLLeo Yang2015-03-211-1/+2
| * Fix race in git_packfile_unpack.Jason Haslam2015-03-211-2/+9
| * Reinit `reader` pointer after reading included config fileYury G. Kudryashov2015-03-211-0/+1
| * Check rebase options version on public entry pointsJameson Miller2015-03-211-1/+3
| * mkdir: respect the root pathEdward Thomson2015-03-211-11/+18
| * stat: don't remove trailing '/' from root on win32Edward Thomson2015-03-212-6/+19
| * repo: ensure we can create repo at filesystem rootEdward Thomson2015-03-211-0/+26