Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conflict tests: use GIT_IDXENTRY_STAGE_SET | Edward Thomson | 2015-05-28 | 1 | -3/+3 |
| | |||||
* | Remove the callbacks struct from the remote | Carlos Martín Nieto | 2015-05-13 | 1 | -3/+1 |
| | | | | | | | | | | | | | | Having the setting be different from calling its actions was not a great idea and made for the sake of the wrong convenience. Instead of that, accept either fetch options, push options or the callbacks when dealing with the remote. The fetch options are currently only the callbacks, but more options will be moved from setters and getters on the remote to the options. This does mean passing the same struct along the different functions but the typical use-case will only call git_remote_fetch() or git_remote_push() and so won't notice much difference. | ||||
* | Test: Create repo in while current dir is readonly and checkout symlink | Linquize | 2015-04-04 | 1 | -0/+47 |
| | |||||
* | checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategy | Edward Thomson | 2015-02-27 | 1 | -19/+30 |
| | |||||
* | checkout: remove files before writing new ones | Edward Thomson | 2015-01-20 | 1 | -2/+2 |
| | | | | | | | On case insensitive filesystems, we may have files in the working directory that case fold to a name we want to write. Remove those files (by default) so that we will not end up with a filename that has the unexpected case. | ||||
* | checkout_index: Remove stage 0 when checking out conflicts | Edward Thomson | 2014-11-06 | 1 | -10/+39 |
| | |||||
* | Introduce failing test for conflict filtering in index | Edward Thomson | 2014-10-13 | 1 | -0/+69 |
| | |||||
* | git_checkout_opts -> git_checkout_options | Ben Straub | 2014-03-06 | 1 | -23/+23 |
| | |||||
* | diff: rename the file's 'oid' to 'id' | Carlos Martín Nieto | 2014-01-25 | 1 | -2/+2 |
| | | | | In the same vein as the previous commits in this series. | ||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+620 |