summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
| * stash application: document new API in CHANGELOGEdward Thomson2015-05-111-0/+6
| * stash: propagate the error when writing a treeEdward Thomson2015-05-111-1/+1
| * stash_apply: provide progress callbacksEdward Thomson2015-05-113-3/+106
| * stash_apply: provide its own options structureEdward Thomson2015-05-114-62/+128
| * stash: test checkout notify callbacksEdward Thomson2015-05-111-0/+52
| * stash apply: default to at least GIT_CHECKOUT_SAFEEdward Thomson2015-05-112-3/+6
| * stash: return GIT_EMERGECONFLICT on merge conflictEdward Thomson2015-05-112-4/+2
| * stash: document merge conflictsEdward Thomson2015-05-111-13/+11
| * stash: refactor to use merge_iteratorsEdward Thomson2015-05-113-190/+111
| * stash: ensure a reflog has entriesEdward Thomson2015-05-111-2/+2
| * stash apply: check out a tree, not piecewiseEdward Thomson2015-05-112-34/+13
| * stash: use git_commit_summary for a summaryEdward Thomson2015-05-111-12/+4
| * index: introduce git_index_read_indexEdward Thomson2015-05-113-0/+173
| * checkout: allow baseline to be specified as indexEdward Thomson2015-05-112-5/+15
| * merge: merge iteratorsEdward Thomson2015-05-113-25/+93
| * Added git_stash_apply() and git_stash_pop() APIsPierre-Olivier Latour2015-05-114-4/+651
|/
* Merge pull request #3104 from whoisj/optimal-buffer-sizeCarlos Martín Nieto2015-05-091-1/+1
|\
| * Adjusting stream buffer size to 64KBJ Wyman2015-05-071-1/+1
* | Merge pull request #3086 from yongthecoder/masterCarlos Martín Nieto2015-05-062-4/+2
|\ \
| * | Android build doesn't need deps/regexYong Li2015-05-042-4/+2
* | | Merge pull request #3100 from arthurschreiber/patch-5Carlos Martín Nieto2015-05-061-0/+2
|\ \ \
| * | | Ensure frameworks are mentioned in libgit2.pcArthur Schreiber2015-05-051-0/+2
|/ / /
* | | config: plug a couple of leaksCarlos Martín Nieto2015-05-051-4/+7
* | | Merge pull request #3079 from ethomson/configCarlos Martín Nieto2015-05-042-400/+640
|\ \ \
| * | | config: test all multivars are updatedEdward Thomson2015-05-041-6/+16
| * | | config: use wildcard in test instead of empty exprEdward Thomson2015-05-041-1/+1
| * | | config: cleanup some now-unused variablesEdward Thomson2015-05-042-9/+16
| * | | config: lock the file for write before readingEdward Thomson2015-05-041-8/+7
| * | | Test setting config var under duplicate header.Ryan Roden-Corrent2015-05-041-0/+49