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
2013-11-15Rename tests-clar to testsBen Straub
2013-11-14Merge pull request #1951 from victorgp/create-remote-plus-fetchVicent Martí
2013-11-13Fix warningsRussell Belfer
2013-11-13tests: make a few globals staticsCarlos Martín Nieto
2013-11-13Minor cleanupblame-fixesBen Straub
2013-11-13Fix buffer blame with new lines at end of fileBen Straub
2013-11-13Add some failing blame test casesBen Straub
2013-11-11Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí
2013-11-11tests: update push testsCarlos Martín Nieto
2013-11-11remote: make _ls return the list directlyCarlos Martín Nieto
2013-11-10Fix warning in tests-clar/merge/workdir/trivial.cLinquize
2013-11-10Merge pull request #1950 from csware/quote-config-valuesVicent Martí
2013-11-10Merge pull request #1936 from libgit2/better-url-parsingVicent Martí
2013-11-08splitting funcionality in two methods to avoid ambiguity with NULLVictor Garcia
2013-11-07Allow callers to set mode on packfile creationEdward Thomson
2013-11-07adding doc for new param and test to check fetch spec is correctly addedVictor Garcia
2013-11-07Add git_packbuilder_hash to query pack filenameEdward Thomson
2013-11-07Add another testcase to make sure double quotes are correctly escapedSven Strickroth
2013-11-07allowing create remote with custom fetch specVictor Garcia
2013-11-07Add a testcase for values which needs quotesSven Strickroth
2013-11-05Change the git_branch_iterator_new and git_branch_next definitions to use git...Arthur Schreiber
2013-11-05Make url decoding more bulletproofbetter-url-parsingBen Straub
2013-11-05Plug configuration file search paths leaksnulltoken
2013-11-05Plug git_merge() related leaksnulltoken
2013-11-05merge branch into current, updating workdirEdward Thomson
2013-11-05Merge pull request #1943 from libgit2/ntk/fix/leaksVicent Martí
2013-11-05Merge pull request #1938 from libgit2/cmn/branch-iteratorVicent Martí
2013-11-05Fix leaksnulltoken
2013-11-05Merge pull request #1941 from libgit2/rb/preserve-iterator-errorVicent Martí
2013-11-05branch: move from foreach to an iteratorCarlos Martín Nieto
2013-11-05Propagate ELOCKED error when updating the confignulltoken
2013-11-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-11-05Take umask into account in filebuf_commitEdward Thomson
2013-11-05Preserve file error in iteratorRussell Belfer
2013-11-05Merge pull request #1939 from ethomson/readwrite_odbVicent Martí
2013-11-05Unescape url-encoded usernames and passwordsBen Straub
2013-11-04Allow backend consumers to specify file modeEdward Thomson
2013-11-04Use http_parser_parse_url to parse urlsBen Straub
2013-11-04Merge pull request #1317 from libgit2/blameRussell Belfer
2013-11-04Merge pull request #1929 from libgit2/rb/misc-diff-fixesVicent Martí
2013-11-02Fix a leak in the diff testsCarlos Martín Nieto
2013-11-02Streamline url-parsing logic.Ben Straub
2013-11-02Fix --assume-unchanged supportRussell Belfer
2013-11-01More tests and fixed for merging reversed diffsRussell Belfer
2013-11-01Add git_diff_options_init helperRussell Belfer
2013-11-01Convert git_index_read to have a "force" flagRussell Belfer
2013-11-01Make diff and status perform soft index reloadRussell Belfer
2013-11-01Merge pull request #1933 from libgit2/vmg/gcc-warningsRussell Belfer
2013-11-01clar: Fix warnings in GCC/Linuxvmg/gcc-warningsVicent Marti
2013-11-01iconv: Do not fake an API when iconv is not availableVicent Marti