summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* push: fix the update constructorcmn/push-notify-deletedCarlos Martín Nieto2015-05-141-3/+4
* Merge pull request #3119 from ethomson/ignoreCarlos Martín Nieto2015-05-132-38/+20
|\
| * 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
* | Merge pull request #3103 from libgit2/cmn/local-push-messageEdward Thomson2015-05-131-56/+22
|\ \
| * | 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-133-0/+58
|\ \ \
| * | | 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
| |/ /
* | | Merge pull request #3118 from libgit2/cmn/stream-sizeEdward Thomson2015-05-134-9/+15
|\ \ \
| * | | odb: make the writestream's size a git_off_tcmn/stream-sizeCarlos Martín Nieto2015-05-134-9/+15
| | |/ | |/|
* | | Fix a few leaksCarlos Martín Nieto2015-05-131-4/+8
* | | 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
| |/
* | push: free the update listCarlos Martín Nieto2015-05-131-0/+8
* | remote: simplify anonymous creationCarlos Martín Nieto2015-05-131-8/+1
* | remote: remove git_remote_save()Carlos Martín Nieto2015-05-132-27/+0
* | remote: remove live changing of refspecsCarlos Martín Nieto2015-05-132-33/+43
* | remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto2015-05-133-52/+71
* | remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto2015-05-133-22/+13
* | remote: move the transport ctor to the callbacksCarlos Martín Nieto2015-05-132-24/+5
* | remote: add prune option to fetchCarlos Martín Nieto2015-05-131-1/+11
* | remote: remove url and pushurl from the save logicCarlos Martín Nieto2015-05-131-35/+53
* | Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-1311-103/+124
* | 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
* | stash: propagate the error when writing a treeEdward Thomson2015-05-111-1/+1
* | stash_apply: provide progress callbacksEdward Thomson2015-05-111-3/+23
* | stash_apply: provide its own options structureEdward Thomson2015-05-111-28/+35
* | stash apply: default to at least GIT_CHECKOUT_SAFEEdward Thomson2015-05-111-2/+3
* | stash: return GIT_EMERGECONFLICT on merge conflictEdward Thomson2015-05-111-3/+1
* | stash: refactor to use merge_iteratorsEdward Thomson2015-05-111-172/+93
* | stash: ensure a reflog has entriesEdward Thomson2015-05-111-2/+2
* | stash apply: check out a tree, not piecewiseEdward Thomson2015-05-111-32/+11
* | stash: use git_commit_summary for a summaryEdward Thomson2015-05-111-12/+4
* | index: introduce git_index_read_indexEdward Thomson2015-05-112-0/+100
* | checkout: allow baseline to be specified as indexEdward Thomson2015-05-111-5/+14
* | merge: merge iteratorsEdward Thomson2015-05-112-24/+80
* | Added git_stash_apply() and git_stash_pop() APIsPierre-Olivier Latour2015-05-111-0/+371
|/
* 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
* | config: plug a couple of leaksCarlos Martín Nieto2015-05-051-4/+7
* | Merge pull request #3079 from ethomson/configCarlos Martín Nieto2015-05-041-400/+438
|\ \
| * | config: cleanup some now-unused variablesEdward Thomson2015-05-041-7/+16
| * | config: lock the file for write before readingEdward Thomson2015-05-041-8/+7