summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto2015-05-138-94/+136
| * | remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto2015-05-136-44/+26
| * | remote: move the transport ctor to the callbacksCarlos Martín Nieto2015-05-1310-56/+32
| * | remote: add prune option to fetchCarlos Martín Nieto2015-05-132-1/+31
| * | remote: remove url and pushurl from the save logicCarlos Martín Nieto2015-05-135-57/+87
| * | Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-1330-511/+459
| * | push: remove own copy of callbacksCarlos Martín Nieto2015-05-134-75/+14
|/ /
* | Merge pull request #3111 from whoisj/centralizing-buffer-sizesCarlos Martín Nieto2015-05-127-9/+12
|\ \ | |/ |/|
| * centralizing all IO buffer size valuesJ Wyman2015-05-117-9/+12
* | Merge pull request #3018 from ethomson/stash_applyCarlos Martín Nieto2015-05-1214-49/+1076
|\ \ | |/ |/|
| * checkout: better document the `baseline_index` optEdward Thomson2015-05-112-1/+12