summaryrefslogtreecommitdiff
path: root/tests/refs/list.c
Commit message (Collapse)AuthorAgeFilesLines
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-1/+1
| | | | | | | | | C++ style comment ("//") are not specified by the ISO C90 standard and thus do not conform to it. While libgit2 aims to conform to C90, we did not enforce it until now, which is why quite a lot of these non-conforming comments have snuck into our codebase. Do a tree-wide conversion of all C++ style comments to the supported C style comments to allow us enforcing strict C90 compliance in a later commit.
* testrepo: add new branchEdward Thomson2018-02-231-2/+2
| | | | | | Add a new branch to the `testrepo` repository, where the `README` file has changed to executable. This branch enables typechange tests between the new `executable` branch and `master`.
* tests: add merge-conflict branch for testrepoPatrick Steinhardt2017-02-131-2/+2
| | | | | Add a new branch that causes a merge conflict to `testrepo` so that we are able to test merging in worktrees.
* tests: add worktree test dataPatrick Steinhardt2017-02-131-2/+2
|
* tests: update for new test dataEdward Thomson2015-02-021-2/+2
|
* Rename tests-clar to testsBen Straub2013-11-141-0/+57