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-13Merge pull request #3118 from libgit2/cmn/stream-sizeEdward Thomson
2015-05-13Merge pull request #3117 from libgit2/cmn/index-more-accurateEdward Thomson
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-13odb: make the writestream's size a git_off_tCarlos Martín Nieto
2015-05-12index: make the entries have more accurate sizesCarlos Martín Nieto
2015-05-11checkout: better document the `baseline_index` optEdward 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: document merge conflictsEdward Thomson
2015-05-11stash: refactor to use merge_iteratorsEdward Thomson
2015-05-11checkout: allow baseline to be specified as indexEdward Thomson
2015-05-11Added git_stash_apply() and git_stash_pop() APIsPierre-Olivier Latour
2015-05-04checkout: break case-changes into delete/addEdward Thomson
2015-05-01Merge pull request #3059 from libgit2/cmn/negotiation-notifyEdward Thomson
2015-04-30Update documentation for API changesJameson Miller
2015-04-21rebase: correct documentation, CHANGELOGEdward Thomson
2015-04-21rebase: include checkout opts within rebase optsEdward Thomson
2015-04-20rebase: init and open take a rebase_optionsEdward Thomson
2015-04-20rebase: take `checkout_options` where appropriateEdward Thomson
2015-04-20reset: `git_checkout_options` is `const`Edward Thomson
2015-04-20rebase: identify a rebase that has not startedEdward Thomson
2015-04-19push: report the update plan to the callerCarlos Martín Nieto
2015-04-17Merge pull request #2999 from pks-t/submodule-set-urlEdward Thomson
2015-04-17Merge pull request #3037 from libgit2/cmn/hide-then-pushEdward Thomson
2015-04-13revwalk: reword the push textCarlos Martín Nieto
2015-04-12Implement git_submodule_set_branch.Patrick Steinhardt
2015-04-10Merge pull request #2974 from libgit2/cmn/clone-everythingEdward Thomson
2015-04-04Entry argument passed to git_index_add_frombuffer() should be constPierre-Olivier Latour
2015-03-24Merge pull request #2990 from leoyanggit/custom_paramEdward Thomson
2015-03-24Merge pull request #2947 from libgit2/cmn/notes-bufEdward Thomson
2015-03-18Merge pull request #2967 from jacquesg/merge-whitespaceEdward Thomson
2015-03-18Add a custom param to git_smart_subtransport_definitionLeo Yang
2015-03-17packbuilder: introduce git_packbuilder_insert_recur()Carlos Martín Nieto
2015-03-17note: use a git_buf to return the default namespaceCarlos Martín Nieto
2015-03-17Merge pull request #2962 from libgit2/cmn/reflog-annotatedEdward Thomson
2015-03-17Merge pull request #2972 from libgit2/cmn/pack-objects-walkEdward Thomson
2015-03-16annotated_commit: provide a constructor from a revspecCarlos Martín Nieto
2015-03-16Add annotated commit versions of reflog-modifying functionsCarlos Martín Nieto
2015-03-16Added options to enable patience and minimal diff driversJacques Germishuys
2015-03-16Collapse whitespace flags into git_merge_file_flags_tJacques Germishuys
2015-03-16Renamed git_merge_options 'flags' to 'tree_flags'Jacques Germishuys
2015-03-16Allow for merges with whitespace discrepanciesJacques Germishuys