summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* odb: `git_odb_object` contents are never NULLvmg/emptyVicent Marti2014-11-211-0/+18
* fetch: clear the connection data on closecmn/fetch-twiceCarlos Martín Nieto2014-11-191-0/+11
* Merge pull request #2654 from linquize/missing-objEdward Thomson2014-11-188-3/+5
|\
| * Fix missing object in tests/resources/crlf by changing the tail commitLinquize2014-10-268-3/+5
* | Merge pull request #2608 from libgit2/cmn/remote-pushEdward Thomson2014-11-183-59/+114
|\ \
| * | remote: use configured push refspecs if none are givencmn/remote-pushCarlos Martín Nieto2014-11-091-4/+38
| * | push: move main test function to git_remote_push()Carlos Martín Nieto2014-11-093-59/+80
| * | remote: introduce git_remote_push()Carlos Martín Nieto2014-11-091-1/+1
* | | Merge pull request #2671 from swisspol/remote_create_fixEdward Thomson2014-11-171-0/+35
|\ \ \
| * | | Fixed active_refspecs field not initialized on new git_remote objectsPierre-Olivier Latour2014-11-171-0/+35
* | | | Merge pull request #2693 from libgit2/cmn/push-refspec-refactorEdward Thomson2014-11-172-13/+10
|\ \ \ \
| * | | | push: use the common refspec parsercmn/push-refspec-refactorCarlos Martín Nieto2014-11-092-13/+10
* | | | | Merge pull request #2699 from swisspol/fix_warningsEdward Thomson2014-11-171-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixed a couple Clang warningsPierre-Olivier Latour2014-11-101-1/+0
| | |/ / | |/| |
* | | | branch: consider an empty upstream remote config as not foundCarlos Martín Nieto2014-11-171-0/+16
* | | | Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-082-4/+4
|/ / /
* | | Changed GIT_REMOTE_DOWNLOAD_TAGS_ALL to behave like git 1.9.0Pierre-Olivier Latour2014-11-091-1/+1
* | | Merge pull request #2698 from libgit2/cmn/fetchhead-refactorEdward Thomson2014-11-082-0/+19
|\ \ \
| * | | remote: don't check for upstream on an anonymous remoteCarlos Martín Nieto2014-11-081-0/+10
| * | | branch: add getter for the upstream remote nameCarlos Martín Nieto2014-11-081-0/+9
* | | | Merge pull request #2695 from libgit2/cmn/remote-lookupEdward Thomson2014-11-0812-30/+30
|\ \ \ \
| * | | | remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-0812-30/+30
| |/ / /
* | | | Merge pull request #2696 from libgit2/cmn/empty-objectsEdward Thomson2014-11-081-0/+39
|\ \ \ \
| * | | | odb: hardcode the empty blob and treecmn/empty-objectsCarlos Martín Nieto2014-11-081-0/+39
| |/ / /
* | | | git_status_file now takes an exact pathUngureanu Marius2014-11-071-3/+1
|/ / /
* | | iterator: submodules are determined by an index or treecmn/submodule-and-dirCarlos Martín Nieto2014-11-074-22/+25
* | | submodules: add failing test for stale module entriesCarlos Martín Nieto2014-11-071-0/+48
* | | checkout_index: Remove stage 0 when checking out conflictsEdward Thomson2014-11-061-10/+39
* | | checkout_index: remove conflicts when checking out new filesEdward Thomson2014-11-061-3/+87
* | | Merge pull request #2598 from libgit2/cmn/stacked-ignoreEdward Thomson2014-11-061-0/+32
|\ \ \
| * | | ignore: add failing test for a file mentioning the parentCarlos Martín Nieto2014-11-061-0/+32
| |/ /
* | | Merge pull request #2682 from libgit2/cmn/fetch-tags-refspecEdward Thomson2014-11-061-0/+27
|\ \ \ | |/ / |/| |
| * | remote: add a failing test for checking the current branch's upstreamCarlos Martín Nieto2014-11-021-0/+27
* | | Merge pull request #2688 from libgit2/cmn/ignore-file-trailing-crEdward Thomson2014-11-051-0/+32
|\ \ \
| * | | ignore: consider files with a CR in their namescmn/ignore-file-trailing-crCarlos Martín Nieto2014-11-051-0/+32
* | | | git_remote_rename: propogate GIT_ENOTFOUNDEdward Thomson2014-11-031-0/+9
* | | | Merge pull request #2679 from jfultz/missing-includeEdward Thomson2014-11-031-0/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Clean up issues include.path issues found during code review.John Fultz2014-11-021-3/+4
| * | | Make config reading continue after hitting a missing include file.John Fultz2014-11-011-0/+15
| |/ /
* | | remote: fix tagopt testCarlos Martín Nieto2014-11-021-7/+7
|/ /
* | revert tests: always use core.autocrlf=false in testsEdward Thomson2014-10-2713-12/+8
* | s/git_merge_head/git_annotated_commitEdward Thomson2014-10-2611-383/+386
* | rebase: clean up some warnings and memory leaksEdward Thomson2014-10-261-0/+1
* | git_rebase: iterators for operationsEdward Thomson2014-10-261-0/+108
* | rebase: preload all operationsEdward Thomson2014-10-261-12/+12
* | rebase: init/open a git_rebase objectEdward Thomson2014-10-263-50/+88
* | git_rebase_next: provide info about the operationEdward Thomson2014-10-261-17/+34
* | git_rebase_finish: rewrite notes when finishing rebaseEdward Thomson2014-10-261-1/+93
* | git_rebase_commit: write HEAD's reflog appropriatelyEdward Thomson2014-10-261-1/+9
* | Introduce git_rebase_finish to complete a rebaseEdward Thomson2014-10-261-0/+57