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-28diff: for conflicts w/o workdir, blank nitem sideEdward Thomson
2015-05-28diff/status: introduce conflictsEdward Thomson
2015-05-28index: validate mode of new conflictsEdward Thomson
2015-05-28index: remove error message in non-error removeEdward Thomson
2015-05-28conflicts: when adding conflicts, remove stagedEdward Thomson
2015-05-28diff: wrap the iterator functionsEdward Thomson
2015-05-28index iterator: optionally include conflictsEdward Thomson
2015-05-26Fix ident replacement to match Git behaviorColomban Wendling
2015-05-22Merge pull request #3151 from ethomson/thinpackCarlos Martín Nieto
2015-05-22indexer: avoid loading already existent basesEdward Thomson
2015-05-22indexer: don't look for the index we're creatingEdward Thomson
2015-05-22Merge pull request #3108 from libgit2/cmn/ssl-no-wantEdward Thomson
2015-05-21Merge branch 'sni'Carlos Martín Nieto
2015-05-21Call the openssl API to be able to work with SNI servers.Cristian Oneț
2015-05-21Merge pull request #3146 from ethomson/add_untracked_filesCarlos Martín Nieto
2015-05-21git_index_add_all: don't recurse ignored dirsEdward Thomson
2015-05-21index_add_all: include untracked files in new subdirsEdward Thomson
2015-05-20ignore: clear the error when matching a pattern negationCarlos Martín Nieto
2015-05-20errors: add GIT_EEOF to indicate early EOFCarlos Martín Nieto
2015-05-20ssh: read from stderr if stdout is emptyCarlos Martín Nieto
2015-05-19Merge pull request #3109 from libgit2/cmn/index-use-diffEdward Thomson
2015-05-17fileops: set an error on write error for file copyCarlos Martín Nieto
2015-05-15fileops: set an error message if we fail to link a fileCarlos Martín Nieto
2015-05-15path: don't let direach overwrite the callback's error messageCarlos Martín Nieto
2015-05-14Make "Early EOF" message start with lowercaseMarius Ungureanu
2015-05-14local: plug a leak in the progress reportingCarlos Martín Nieto
2015-05-14index: include TYPECHANGE in the diffCarlos Martín Nieto
2015-05-14index: make add_all to act on a diffCarlos Martín Nieto
2015-05-14index: refactor diff-based update_all to match other appliesCarlos Martín Nieto
2015-05-14index: use a diff to perform update_allCarlos Martín Nieto
2015-05-14push: fix the update constructorCarlos 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