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
2014-06-10pathspec: use C guards in headerCarlos Martín Nieto
2014-06-09remote: fix rename docsCarlos Martín Nieto
2014-06-08Bump version to 0.21.0Carlos Martín Nieto
2014-06-08Change SOVERSION at API breaksCarlos Martín Nieto
2014-06-07remote: don't free the remote on deleteCarlos Martín Nieto
2014-06-06remote: return problem refspecs instead of using a callbackCarlos Martín Nieto
2014-06-03index: split GIT_IDXENTRY into two flag enumsCarlos Martín Nieto
2014-06-03Formatting fixes for the docsCarlos Martín Nieto
2014-05-29Merge pull request #2011 from libgit2/cmn/clone-localVicent Marti
2014-05-28[Blob] Update documentation for is_binary.Ungureanu Marius
2014-05-28clone: allow for linking in local cloneCarlos Martín Nieto
2014-05-28clone: add flag not to linkCarlos Martín Nieto
2014-05-28clone: add flags to override whether to perform a local cloneCarlos Martín Nieto
2014-05-28clone: perform a "local clone" when given a local pathCarlos Martín Nieto
2014-05-28Modify GIT_MERGE_CONFIG -> GIT_MERGE_PREFERENCEEdward Thomson
2014-05-28Move GIT_MERGE_CONFIG_* to its own enumEdward Thomson
2014-05-28Introduce GIT_MERGE_CONFIG_* for merge.ff settingsEdward Thomson
2014-05-23Fixed miscellaneous documentation errors.Michael Anderson
2014-05-21remote: add api to guess the remote's default branchCarlos Martín Nieto
2014-05-21remote: expose the remote's symref mappingsCarlos Martín Nieto
2014-05-18message: don't assume the comment charCarlos Martín Nieto
2014-05-16Merge pull request #2313 from libgit2/cmn/remote-deleteVicent Marti
2014-05-12Minor fixes for warnings and error propagationRussell Belfer
2014-05-12Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer
2014-05-08Use unsigned type for APIs with opt flag maskRussell Belfer
2014-05-07repository: introduce a convenience config snapshot methodCarlos Martín Nieto
2014-05-07Add filter options and ALLOW_UNSAFERussell Belfer
2014-05-03Doc fixesRussell Belfer
2014-05-02Merge pull request #2308 from libgit2/rb/diff-update-index-stat-cacheVicent Marti
2014-05-02Merge pull request #2310 from libgit2/cmn/commit-create-safeRussell Belfer
2014-05-02Fix remaining init_options inconsistenciesRussell Belfer
2014-05-02Make init_options fns use unsigned ints and macroRussell Belfer
2014-05-02Remove trace / add git_diff_perfdata struct + apiRussell Belfer
2014-05-02Get rid of redundant git_diff_options_init fnRussell Belfer
2014-05-02Add payloads, bitmaps to trace APIRussell Belfer
2014-05-02Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer
2014-05-02Add diff option to update index stat cacheRussell Belfer
2014-05-02Lay groundwork for updating stat cache in diffRussell Belfer
2014-04-30remote: Introduce git_remote_delete()nulltoken
2014-04-30refs: document _next_name()Carlos Martín Nieto
2014-04-30commit: safer commit creation with reference updateCarlos Martín Nieto
2014-04-25Merge pull request #2284 from jacquesg/push-progress-callbackVicent Marti
2014-04-25Improve docs for status rename detection limitsRussell Belfer
2014-04-23Merge pull request #2291 from ethomson/patch_binaryVicent Marti
2014-04-23patch: emit binary patches (optionally)Edward Thomson
2014-04-22Use git_diff_get_stats in example/diff + refactorRussell Belfer
2014-04-22Some doc and examples/diff.c changesRussell Belfer
2014-04-22transports: allow the creds callback to say it doesn't existCarlos Martín Nieto
2014-04-22remote: provide read access to the callback structureCarlos Martín Nieto
2014-04-21Don't redefine the same callback types, their signatures may changeJacques Germishuys