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-06-26Merge pull request #3255 from libgit2/cmn/rename-unspecifiedEdward Thomson
2015-06-25Merge pull request #3246 from libgit2/cmn/dont-grow-borrowedEdward Thomson
2015-06-25Rename FALLBACK to UNSPECIFIEDCarlos Martín Nieto
2015-06-25Add CHANGELOG entriesCarlos Martín Nieto
2015-06-24curl: add CHANGELOG and THREADING entriesCarlos Martín Nieto
2015-06-24Merge pull request #3226 from libgit2/cmn/racy-diff-againEdward Thomson
2015-06-22Add a note about racy-git in CHANGELOGCarlos Martín Nieto
2015-06-22commit: allow retrieving an arbitrary header fieldCarlos Martín Nieto
2015-06-12binary diff: document changes in CHANGELOGEdward Thomson
2015-06-10Introduce `git_filter_list_contains`Edward Thomson
2015-05-31Add CHANGELOG entry for url.*.insteadOf feature.Patrick Steinhardt
2015-05-29CHANGELOG: fill in a few missing entriesCarlos Martín Nieto
2015-05-29Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson
2015-05-28Merge pull request #3139 from ethomson/diff_conflictsCarlos Martín Nieto
2015-05-28Merge pull request #3127 from libgit2/cmn/remote-fixupsCarlos Martín Nieto
2015-05-28Introduce `GIT_DIFF_FLAG_EXISTS`Edward Thomson
2015-05-28introduce `git_index_entry_is_conflict`Edward Thomson
2015-05-28diff/status: introduce conflictsEdward Thomson
2015-05-28conflicts: when adding conflicts, remove stagedEdward Thomson
2015-05-28remote: remove fetch parameter from create_anonymousCarlos 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-17remote: get rid of the run-time refspec settersCarlos Martín Nieto
2015-05-17Fix typos in the CHANGELOGCarlos Martín Nieto
2015-05-14index: add a CHANGELOG entry for the diff usageCarlos Martín Nieto
2015-05-14Add CHANGELOG entry for index entry changesCarlos Martín Nieto
2015-05-13Update CHANGELOG with the changes to the remotesCarlos Martín Nieto
2015-05-11checkout: better document the `baseline_index` optEdward Thomson
2015-05-11stash application: document new API in CHANGELOGEdward Thomson
2015-04-30Update documentation for API changesJameson Miller
2015-04-23Update THREADING and CHANGELOG with SecureTransport detailsCarlos Martín Nieto
2015-04-21rebase: correct documentation, CHANGELOGEdward Thomson
2015-04-20rebase: init and open take a rebase_optionsEdward Thomson
2015-04-20rebase: block rebase_commit with unstaged changesEdward Thomson
2015-04-20rebase: identify a rebase that has not startedEdward Thomson
2015-03-24Merge pull request #2947 from libgit2/cmn/notes-bufEdward Thomson
2015-03-20fix changelogShawn Landden
2015-03-18Merge pull request #2967 from jacquesg/merge-whitespaceEdward Thomson
2015-03-17note: use a git_buf to return the default namespaceCarlos Martín Nieto
2015-03-17Added changelog entries for whitespace and patience merges.Jacques Germishuys
2015-03-16CHANGELOG: add notes about the annotated ref-modifying functionsCarlos Martín Nieto
2015-03-13Merge pull request #2973 from libgit2/cmn/local-pack-threadingEdward Thomson
2015-03-11Merge commit 'refs/pull/2879/head' of ssh://github.com/libgit2/libgit2Carlos Martín Nieto
2015-03-11local: create pack with multiple threadsCarlos Martín Nieto
2015-03-08refdb: use the same id for old and new when renaming a referenceCarlos Martín Nieto
2015-03-03config: borrow refcounted referencesCarlos Martín Nieto
2015-03-03Update CHANGELOG with the reflog ident changesCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-27checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson
2015-02-25Add API to add a memory buffer to an indexDamien PROFETA