Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce cl_assert_equal_oid | Edward Thomson | 2014-07-01 | 6 | -53/+53 |
| | |||||
* | Plug a leak in the tests | Carlos Martín Nieto | 2014-06-03 | 1 | -0/+2 |
| | |||||
* | index: check for valid filemodes on addcmn/index-add-modes | Carlos Martín Nieto | 2014-05-22 | 1 | -0/+15 |
| | |||||
* | Make core.safecrlf work on LF-ending platforms | Russell Belfer | 2014-05-19 | 1 | -0/+18 |
| | | | | | | If you enabled core.safecrlf on an LF-ending platform, we would error even for files with all LFs. We should only be warning on irreversible mappings, I think. | ||||
* | Some vector utility tweaks | Russell Belfer | 2014-04-17 | 1 | -17/+3 |
| | | | | | This is just laying some groundwork for internal index changes that I'm working on. | ||||
* | git_checkout_opts -> git_checkout_options | Ben Straub | 2014-03-06 | 2 | -6/+6 |
| | |||||
* | Staticize file-local variables | Ben Straub | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | Tests for crlf filtering into the repository | Edward Thomson | 2014-02-09 | 1 | -0/+136 |
| | |||||
* | Merge pull request #2099 from libgit2/bs/more-reflog-stuff | Russell Belfer | 2014-02-07 | 2 | -11/+11 |
|\ | | | | | More reflogness | ||||
| * | Add reflog parameters to git_reset | Ben Straub | 2014-02-03 | 2 | -6/+6 |
| | | |||||
| * | Reset helpers: use revparse instead | Ben Straub | 2014-02-03 | 2 | -5/+5 |
| | | |||||
* | | Fix typo setting sorted flag when reloading index | Russell Belfer | 2014-02-04 | 1 | -0/+34 |
| | | | | | | | | | | | | | | This fixes a typo I made for setting the sorted flag on the index after a reload. That typo didn't actually cause any test failures so I'm also adding a test that explicitly checks that the index is correctly sorted after a reload when ignoring case and when not. | ||||
* | | Convert pqueue to just be a git_vector | Russell Belfer | 2014-02-04 | 1 | -4/+4 |
|/ | | | | | | | | | | | | | This updates the git_pqueue to simply be a set of specialized init/insert/pop functions on a git_vector. To preserve the pqueue feature of having a fixed size heap, I converted the "sorted" field in git_vectors to a more general "flags" field so that pqueue could mix in it's own flag. This had a bunch of ramifications because a number of places were directly looking at the vector "sorted" field - I added a couple new git_vector helpers (is_sorted, set_sorted) so the specific representation of this information could be abstracted. | ||||
* | More index collision tests | Edward Thomson | 2014-01-29 | 1 | -0/+64 |
| | |||||
* | Add test for blob/tree name collisions in index | Russell Belfer | 2014-01-29 | 1 | -0/+42 |
| | |||||
* | index: rename an entry's id to 'id' | Carlos Martín Nieto | 2014-01-25 | 3 | -26/+26 |
| | | | | This was not converted when we converted the rest, so do it now. | ||||
* | More improvements to callback return value tests | Russell Belfer | 2013-12-11 | 1 | -30/+128 |
| | | | | | | This time actually checking return values in diff notify tests and actually testing callbacks for the index all-all/update-all/etc functions. | ||||
* | tests: Drop unrelated comment | nulltoken | 2013-11-19 | 1 | -1/+0 |
| | |||||
* | tree-cache: Don't segfault upon corruption | nulltoken | 2013-11-19 | 1 | -0/+9 |
| | |||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 10 | -0/+1936 |