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
AgeCommit message (Expand)Author
2015-05-13remote: remove live changing of refspecsCarlos Martín Nieto
2015-05-13examples: adjust to the new remote APICarlos 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-12Merge pull request #3111 from whoisj/centralizing-buffer-sizesCarlos Martín Nieto
2015-05-12Merge pull request #3018 from ethomson/stash_applyCarlos Martín Nieto
2015-05-11checkout: better document the `baseline_index` optEdward Thomson
2015-05-11stash application: document new API in CHANGELOGEdward Thomson
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: test checkout notify callbacksEdward 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: document merge conflictsEdward 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-06Merge pull request #3086 from yongthecoder/masterCarlos Martín Nieto
2015-05-06Merge pull request #3100 from arthurschreiber/patch-5Carlos Martín Nieto
2015-05-05Ensure frameworks are mentioned in libgit2.pcArthur Schreiber
2015-05-05config: plug a couple of leaksCarlos Martín Nieto
2015-05-04Android build doesn't need deps/regexYong Li
2015-05-04Merge pull request #3079 from ethomson/configCarlos Martín Nieto
2015-05-04Merge pull request #3070 from ethomson/checkout_icaseCarlos Martín Nieto
2015-05-04config: test all multivars are updatedEdward Thomson
2015-05-04config: use wildcard in test instead of empty exprEdward Thomson
2015-05-04config: cleanup some now-unused variablesEdward Thomson
2015-05-04config: lock the file for write before readingEdward Thomson
2015-05-04Test setting config var under duplicate header.Ryan Roden-Corrent
2015-05-04config: write existing lines as-is when rewritingEdward Thomson
2015-05-04config: examine whole file when writingEdward Thomson
2015-05-04config: test overwriting cvar in multiple regionsEdward Thomson
2015-05-04config: ensure we can write to an empty fileEdward Thomson
2015-05-04checkout test: better case-insensitive test on MacEdward Thomson
2015-05-04status test: always test the new file pathEdward Thomson
2015-05-04checkout test: only run icase on icase platformEdward Thomson