Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-05-14index: use a diff to perform update_allCarlos Martín Nieto
2015-05-13Merge pull request #3119 from ethomson/ignoreCarlos Martín Nieto
2015-05-13Merge pull request #3103 from libgit2/cmn/local-push-messageEdward Thomson
2015-05-13Merge pull request #3102 from libgit2/cmn/pack-objects-reportEdward Thomson
2015-05-13Merge pull request #3118 from libgit2/cmn/stream-sizeEdward Thomson
2015-05-13Fix a few leaksCarlos Martín Nieto
2015-05-13packbuilder: report progress during deltificationCarlos Martín Nieto
2015-05-13local: send the packbuilder progress via the sidebandCarlos Martín Nieto
2015-05-13Merge pull request #3120 from libgit2/cmn/backends-prioEdward Thomson
2015-05-13local: use the packbuilder to pushCarlos Martín Nieto
2015-05-13local: add clarification for non-bare push restrictionCarlos Martín Nieto
2015-05-13odb: reverse the default backend prioritiesCarlos Martín Nieto
2015-05-13push: free the update listCarlos Martín Nieto
2015-05-13remote: simplify anonymous creationCarlos Martín Nieto
2015-05-13remote: remove git_remote_save()Carlos Martín Nieto
2015-05-13remote: remove live changing of refspecsCarlos Martín Nieto
2015-05-13remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto
2015-05-13remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto
2015-05-13remote: move the transport ctor to the callbacksCarlos Martín Nieto
2015-05-13remote: add prune option to fetchCarlos Martín Nieto
2015-05-13remote: remove url and pushurl from the save logicCarlos Martín Nieto
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-05-13push: remove own copy of callbacksCarlos Martín Nieto
2015-05-13odb: make the writestream's size a git_off_tCarlos Martín Nieto
2015-05-13attr: declare variable at top of block for msvcEdward Thomson
2015-05-12attr: less path mangling during attribute matchingEdward Thomson
2015-05-12attr: don't mangle file path during attr matchingEdward Thomson
2015-05-12attr: always return errorsEdward Thomson
2015-05-12attr: don't match files for foldersEdward Thomson
2015-05-12Merge pull request #3111 from whoisj/centralizing-buffer-sizesCarlos Martín Nieto
2015-05-11stash: propagate the error when writing a treeEdward Thomson
2015-05-11stash_apply: provide progress callbacksEdward Thomson
2015-05-11stash_apply: provide its own options structureEdward Thomson
2015-05-11stash apply: default to at least GIT_CHECKOUT_SAFEEdward Thomson
2015-05-11stash: return GIT_EMERGECONFLICT on merge conflictEdward Thomson
2015-05-11stash: refactor to use merge_iteratorsEdward Thomson
2015-05-11stash: ensure a reflog has entriesEdward Thomson
2015-05-11stash apply: check out a tree, not piecewiseEdward Thomson
2015-05-11stash: use git_commit_summary for a summaryEdward Thomson
2015-05-11index: introduce git_index_read_indexEdward Thomson
2015-05-11checkout: allow baseline to be specified as indexEdward Thomson
2015-05-11merge: merge iteratorsEdward Thomson
2015-05-11Added git_stash_apply() and git_stash_pop() APIsPierre-Olivier Latour
2015-05-11centralizing all IO buffer size valuesJ Wyman
2015-05-09Merge pull request #3104 from whoisj/optimal-buffer-sizeCarlos Martín Nieto
2015-05-07Adjusting stream buffer size to 64KBJ Wyman
2015-05-05config: plug a couple of leaksCarlos Martín Nieto
2015-05-04Merge pull request #3079 from ethomson/configCarlos Martín Nieto
2015-05-04config: cleanup some now-unused variablesEdward Thomson
2015-05-04config: lock the file for write before readingEdward Thomson