summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | index: use a diff to perform update_allCarlos Martín Nieto2015-05-141-2/+79
* | | | | Merge pull request #3132 from libgit2/cmn/path-direach-cberrorEdward Thomson2015-05-192-2/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fileops: set an error on write error for file copycmn/path-direach-cberrorCarlos Martín Nieto2015-05-171-0/+3
| * | | | fileops: set an error message if we fail to link a fileCarlos Martín Nieto2015-05-151-1/+2
| * | | | path: don't let direach overwrite the callback's error messageCarlos Martín Nieto2015-05-151-1/+3
|/ / / /
* | | | Merge pull request #3130 from mortonfox/patch-1Carlos Martín Nieto2015-05-151-1/+1
|\ \ \ \
| * | | | Updated dlibgit link.Morton Fox2015-05-141-1/+1
* | | | | Merge pull request #3129 from Therzok/patch-2Carlos Martín Nieto2015-05-141-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make "Early EOF" message start with lowercaseMarius Ungureanu2015-05-141-2/+2
|/ / / /
* | | | local: plug a leak in the progress reportingCarlos Martín Nieto2015-05-141-1/+5
* | | | Merge pull request #3128 from libgit2/cmn/push-notify-deletedEdward Thomson2015-05-142-3/+118
|\ \ \ \ | |/ / / |/| | |
| * | | push: fix the update constructorcmn/push-notify-deletedCarlos Martín Nieto2015-05-141-3/+4
| * | | push: add tests for the push negotiation callbackCarlos Martín Nieto2015-05-141-0/+114
|/ / /
* | | Add CHANGELOG entry for index entry changesCarlos Martín Nieto2015-05-141-0/+5
* | | Merge pull request #3119 from ethomson/ignoreCarlos Martín Nieto2015-05-133-39/+82
|\ \ \
| * | | attr tests: make explicit our dir/file match testsEdward Thomson2015-05-131-12/+24
| * | | attr: declare variable at top of block for msvcEdward Thomson2015-05-121-1/+3
| * | | attr: less path mangling during attribute matchingEdward Thomson2015-05-121-40/+12
| * | | attr: don't mangle file path during attr matchingEdward Thomson2015-05-121-3/+2
| * | | attr: always return errorsEdward Thomson2015-05-121-1/+2
| * | | attr: don't match files for foldersEdward Thomson2015-05-121-0/+8
| * | | attr test: test a file beneath ignored folderEdward Thomson2015-05-121-1/+1
| * | | attr: test that a file is not ignored for a folderEdward Thomson2015-05-121-0/+17
| * | | attr: regression tests for ignore matchingEdward Thomson2015-05-121-0/+32
| | |/ | |/|
* | | Merge pull request #3103 from libgit2/cmn/local-push-messageEdward Thomson2015-05-132-58/+24
|\ \ \
| * | | tests: don't push to our resourcescmn/local-push-messageCarlos Martín Nieto2015-05-131-2/+2
| * | | local: use the packbuilder to pushCarlos Martín Nieto2015-05-131-55/+18
| * | | local: add clarification for non-bare push restrictionCarlos Martín Nieto2015-05-131-1/+4
* | | | Merge pull request #3102 from libgit2/cmn/pack-objects-reportEdward Thomson2015-05-134-0/+66
|\ \ \ \
| * | | | packbuilder: report progress during deltificationcmn/pack-objects-reportCarlos Martín Nieto2015-05-132-0/+29
| * | | | local: send the packbuilder progress via the sidebandCarlos Martín Nieto2015-05-131-0/+29
| * | | | examples: show the sideband progress on cloneCarlos Martín Nieto2015-05-131-0/+8
| |/ / /
* | | | Merge pull request #3118 from libgit2/cmn/stream-sizeEdward Thomson2015-05-137-13/+19
|\ \ \ \
| * | | | odb: make the writestream's size a git_off_tcmn/stream-sizeCarlos Martín Nieto2015-05-137-13/+19
| | |/ / | |/| |
* | | | Fix a few leaksCarlos Martín Nieto2015-05-133-4/+11
* | | | Merge pull request #3117 from libgit2/cmn/index-more-accurateEdward Thomson2015-05-131-10/+15
|\ \ \ \
| * | | | index: make the entries have more accurate sizescmn/index-more-accurateCarlos Martín Nieto2015-05-121-10/+15
| |/ / /
* | | | Merge pull request #3116 from libgit2/cmn/remove-ssh-embedEdward Thomson2015-05-131-13/+2
|\ \ \ \
| * | | | Get rid of libssh2 embeddingcmn/remove-ssh-embedCarlos Martín Nieto2015-05-121-13/+2
| |/ / /
* | | | Merge pull request #3115 from libgit2/cmn/clone-submoduleEdward Thomson2015-05-131-0/+55
|\ \ \ \
| * | | | submodule: add test initialising and cloning a repocmn/clone-submoduleCarlos Martín Nieto2015-05-121-0/+55
* | | | | Merge pull request #3120 from libgit2/cmn/backends-prioEdward Thomson2015-05-131-3/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | odb: reverse the default backend prioritiescmn/backends-prioCarlos Martín Nieto2015-05-131-3/+6
| | |/ / | |/| |
* | | | Merge pull request #3066 from libgit2/cmn/remote-less-stateCarlos Martín Nieto2015-05-1340-1017/+905
|\ \ \ \ | |/ / / |/| | |
| * | | push: free the update listCarlos Martín Nieto2015-05-131-0/+8
| * | | Update CHANGELOG with the changes to the remotesCarlos Martín Nieto2015-05-131-1/+57
| * | | remote: simplify anonymous creationCarlos Martín Nieto2015-05-131-8/+1
| * | | remote: remove git_remote_save()Carlos Martín Nieto2015-05-134-54/+2
| * | | remote: remove live changing of refspecsCarlos Martín Nieto2015-05-139-136/+80
| * | | examples: adjust to the new remote APICarlos Martín Nieto2015-05-134-24/+16