Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't always test composed-insensitive lookupsrb/unicode-branch-names | Russell Belfer | 2014-05-08 | 1 | -4/+4 |
| | | | | | | Only on a filesystem that is composed/decomposed insensitive, should be testing that a branch can be looked up by the opposite form and still work correctly. | ||||
* | Pass unconverted data when iconv doesn't like it | Russell Belfer | 2014-05-08 | 1 | -0/+56 |
| | | | | | | | | | | | | | | When using Iconv to convert unicode data and iconv doesn't like the source data (because it thinks that it's not actual UTF-8), instead of stopping the operation, just use the unconverted data. This will generally do the right thing on the filesystem, since that is the source of the non-UTF-8 path data anyhow. This adds some tests for creating and looking up branches with messy Unicode names. Also, this takes the helper function that was previously internal to `git_repository_init` and makes it into `git_path_does_fs_decompose_unicode` which is a useful in tests to understand what the expected results should be. | ||||
* | Some further sandboxing cleanups to tests | Russell Belfer | 2014-05-02 | 1 | -6/+3 |
| | | | | | Trying to find other issues where tests may not clean up quite properly when they are through... | ||||
* | Merge pull request #2144 from linquize/branch-f-current | Ben Straub | 2014-03-02 | 1 | -0/+19 |
|\ | | | | | Do not allow git_branch_create() to force update branch | ||||
| * | Add unit test to show git_branch_create() fails if attempt to force create ↵ | Linquize | 2014-03-02 | 1 | -0/+19 |
| | | | | | | | | current branch | ||||
* | | Reset helpers: use revparse instead | Ben Straub | 2014-02-03 | 1 | -4/+5 |
|/ | |||||
* | Allow tests to run without user config | Ben Straub | 2014-01-30 | 1 | -0/+6 |
| | |||||
* | Enhance testing of signature parameters | Ben Straub | 2014-01-30 | 1 | -1/+11 |
| | |||||
* | Provide good default reflog messages in branch api | Ben Straub | 2014-01-30 | 1 | -0/+17 |
| | |||||
* | Deleting a branch deletes its reflog | Ben Straub | 2014-01-30 | 1 | -20/+0 |
| | |||||
* | Add reflog params to git_branch_create | Ben Straub | 2014-01-30 | 1 | -9/+13 |
| | |||||
* | Add passing reflog tests | Ben Straub | 2014-01-30 | 1 | -1/+29 |
| | |||||
* | Clean up warnings | Edward Thomson | 2013-12-09 | 1 | -1/+2 |
| | |||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+76 |