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
path: root/tests
AgeCommit message (Expand)Author
2014-03-06git_revert_opts -> git_revert_optionsoptions-namesBen Straub
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-03-06tests: MSVC compatCarlos Martín Nieto
2014-03-06Added function-based initializers for every options struct.Matthew Bowen
2014-03-06Merge pull request #2159 from libgit2/rb/odb-exists-prefixVicent Marti
2014-03-06Merge pull request #2163 from ethomson/nobackend_odb_writeVicent Marti
2014-03-05ODB writing fails gracefully when unsupportedEdward Thomson
2014-03-05Add git_object_short_id API to get short id stringRussell Belfer
2014-03-05Add exists_prefix to ODB backend and ODB APIRussell Belfer
2014-03-04Remove ignored files from the working directory if they were stashedJacques Germishuys
2014-03-03Added a test, that fails for #2133Matthias Bartelmeß
2014-03-03features: Rename `_HAS_` to `_FEATURE_`vmg/featuresVicent Marti
2014-03-03caps: Rename to features to avoid confusionVicent Marti
2014-03-02Merge pull request #2144 from linquize/branch-f-currentBen Straub
2014-03-02Add unit test to show git_branch_create() fails if attempt to force create cu...Linquize
2014-02-28Add buffer to buffer diff and patch APIsRussell Belfer
2014-02-27Merge pull request #2137 from jru/blame-first-parentBen Straub
2014-02-26Reset num_parents to 1 only for merge commitsJuan Rubén
2014-02-25Move system directory cache out of utilsEdward Thomson
2014-02-24Staticize file-local variablesBen Straub
2014-02-24Add unit testJuan Rubén
2014-02-21Address PR commentsRussell Belfer
2014-02-19Improve error propagation in shallow callBen Straub
2014-02-12Fix filter test for CRLF->LF issuesEdward Thomson
2014-02-12Merge pull request #2110 from libgit2/ed/crlf_inputRussell Belfer
2014-02-10refs: move current_id before the reflog parametersCarlos Martín Nieto
2014-02-10Tests for crlf filtering into the repositoryEdward Thomson
2014-02-10Tests for core.autocrlf and .gitattributesEdward Thomson
2014-02-10Close files on file diff failureEdward Thomson
2014-02-08Add git_commit_amend APIRussell Belfer
2014-02-08Merge pull request #2099 from libgit2/bs/more-reflog-stuffRussell Belfer
2014-02-08Merge pull request #2042 from libgit2/cmn/conditional-refRussell Belfer
2014-02-08Fix some Windows warningsRussell Belfer
2014-02-07Merge pull request #2100 from libgit2/rb/update-pqueueVicent Marti
2014-02-06Correct default reflog message for git_remote_fetchBen Straub
2014-02-06Only run clone-failure test on private repoBen Straub
2014-02-06More merge.conflictstyle fixesBen Straub
2014-02-06Avoid crash when skipping remote testBen Straub
2014-02-06Fix broken clone testBen Straub
2014-02-06Prevent user's merge.conflictstyle from breaking testsBen Straub
2014-02-06Fix a few references to changed function signaturesBen Straub
2014-02-06Merge remote-tracking branch 'libgit2/development' into bs/more-reflog-stuffBen Straub
2014-02-06Merge pull request #2027 from libgit2/rb/only-windows-is-windowsBen Straub
2014-02-05revwalk: add a test for pushing all referencesCarlos Martín Nieto
2014-02-05revwalk: ignore wrong object type in glob pushesCarlos Martín Nieto
2014-02-05revwalk: add a failing test for pushing "tags"Carlos Martín Nieto
2014-02-05refs: add an unconditional deleteCarlos Martín Nieto
2014-02-05refs: catch cases where the ref type has changedCarlos Martín Nieto
2014-02-05refs: check the ref's old value when deletingCarlos Martín Nieto
2014-02-05refs: bring conditional symbolic updates to the frontendCarlos Martín Nieto