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-04Make the default repository config getter return a snapshotcmn/config-default-snapshotCarlos Martín Nieto
2014-06-04Merge pull request #2399 from libgit2/cmn/path-to-pathVicent Marti
2014-06-04Merge pull request #2395 from libgit2/cmn/ref-iter-concurrentRussell Belfer
2014-06-03clone: re-use the local transport's path resolutionCarlos Martín Nieto
2014-06-03Merge pull request #2389 from arthurschreiber/arthur/set-error-when-no-remote...Vicent Marti
2014-06-03Merge pull request #2396 from libgit2/cmn/docstuffVicent Marti
2014-06-03Plug a leak in the testsCarlos 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-06-02refs: copy the packed refs on iterationCarlos Martín Nieto
2014-06-02refs: failing test for concurrent ref accessCarlos Martín Nieto
2014-06-01Merge pull request #2392 from libgit2/cmn/remote-deleteVicent Marti
2014-06-01remote: build up the list of refs to removeCarlos Martín Nieto
2014-05-31Merge pull request #2391 from libgit2/rb/clean-up-diff-binary-printVicent Marti
2014-05-31minor cleanupsRussell Belfer
2014-05-31Clean up the handling of large binary diffsRussell Belfer
2014-05-30Remote: Set an error when a remote cannot be found.Arthur Schreiber
2014-05-30Merge pull request #2388 from ethomson/safecrlf_ignore_warnVicent Marti
2014-05-30Ignore core.safecrlf=warn until we have a warn infrastructureEdward Thomson
2014-05-30Merge pull request #2358 from arthurschreiber/arthur/normalize-ref-names-on-c...Vicent Marti
2014-05-30Refs: Extend unicode test for branch creation.Arthur Schreiber
2014-05-30Refs: Add a unicode test for git_branch_move.Arthur Schreiber
2014-05-30Refs: Introduce `git_refname_t`.Arthur Schreiber
2014-05-30Refs: Fix some issue when core.precomposeunicode = true.Arthur Schreiber
2014-05-30config: initialize the errorCarlos Martín Nieto
2014-05-29Merge pull request #2381 from ecoffey/example_log_author_filterVicent Marti
2014-05-29Merge pull request #2011 from libgit2/cmn/clone-localVicent Marti
2014-05-29clone: more explicit local testsCarlos Martín Nieto
2014-05-29Merge pull request #2386 from Therzok/patch-2Russell Belfer
2014-05-28[Blob] Update documentation for is_binary.Ungureanu Marius
2014-05-28examples/log.c: invert filtering impl and conditionalEoin Coffey
2014-05-28clone: allow for linking in local cloneCarlos Martín Nieto
2014-05-28fileops: allow linking files when copying directory structuresCarlos 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: store the realpath when given a relative oneCarlos Martín Nieto
2014-05-28clone: perform a "local clone" when given a local pathCarlos Martín Nieto
2014-05-28Merge pull request #2380 from libgit2/cmn/index-add-modesVicent Marti
2014-05-28Merge pull request #2377 from libgit2/cmn/dual-osVicent Marti
2014-05-28Merge pull request #2359 from e45lee/chmod-fixVicent Marti
2014-05-28Merge pull request #2385 from karipe/developmentVicent Marti
2014-05-28Merge pull request #2337 from ethomson/merge_ffVicent Marti
2014-05-28Modify GIT_MERGE_CONFIG -> GIT_MERGE_PREFERENCEEdward Thomson
2014-05-28Staticify `merge_config`Edward Thomson
2014-05-28Use a config snapshotEdward 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-27Fix compile error on Visual StudioCha, Hojeong
2014-05-26Merge pull request #2382 from mikeando/doc_fixesCarlos Martín Nieto
2014-05-24Address style concerns in setting mkdir/copy flags.Edward Lee