| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: change comments to c89 style | Peter Pettersson | 2021-08-29 | 1 | -7/+7 |
| | | |||||
| * | skip descendant check if remote ref not found | Alex Good | 2021-08-05 | 1 | -19/+4 |
| | | |||||
| * | Fix memory sanitizer failures in tests | Alex Good | 2021-06-30 | 1 | -15/+18 |
| | | |||||
| * | Respect the force flag on refspecs in git_remote_fetch | Alex Good | 2021-06-11 | 1 | -0/+181 |
| | | |||||
| * | strarray: we should `dispose` instead of `free` | Edward Thomson | 2020-06-01 | 2 | -13/+13 |
| | | | | | | | We _dispose_ the contents of objects; we _free_ objects (and their contents). Update `git_strarray_free` to be `git_strarray_dispose`. `git_strarray_free` remains as a deprecated proxy function. | ||||
| * | tests: remote: add test suite to test listing remotes | Jordan Wallet | 2019-07-21 | 1 | -0/+43 |
| | | | | | | | | | There was a bug when calling `git_remote_list` that caused us to not re-read modified configurations when using `git_config_iterator`. This bug also impacted `git_remote_list`, which thus failed to provide an up-to-date list of remotes. Add a test suite remote::list with a single test that verifies we do the right thing. | ||||
| * | tests: unwarranted NULL-ification | Etienne Samson | 2018-11-02 | 1 | -1/+0 |
| | | |||||
| * | tests: remote/create: remove macro and unroll tests | Etienne Samson | 2018-11-02 | 1 | -29/+63 |
| | | |||||
| * | remote: add a flag to prevent generation of the default fetchspec | Etienne Samson | 2018-11-02 | 1 | -5/+1 |
| | | |||||
| * | remote: add a creation flag for ignoring url.insteadOf | Etienne Samson | 2018-11-02 | 1 | -0/+17 |
| | | |||||
| * | remote: provide a generic API for creating remotes | Etienne Samson | 2018-11-02 | 1 | -0/+152 |
| | | | | | This supersedes the functionality of remote_create_with_fetchspec, remote_create_anonymous and remote_create_detached. | ||||
| * | tests: count config section helper already exists | Etienne Samson | 2018-11-02 | 1 | -29/+12 |
| | | |||||
| * | tests: git_remote_create_detached | Etienne Samson | 2018-11-02 | 1 | -0/+30 |
| | | |||||
| * | tests: check what happens with the remote. section counts | Etienne Samson | 2018-11-02 | 1 | -0/+29 |
| | | |||||
| * | tests: git_remote_create_anonymous | Etienne Samson | 2018-11-02 | 1 | -0/+21 |
| | | |||||
| * | tests: git_remote_create_with_fetchspec | Etienne Samson | 2018-11-02 | 1 | -0/+23 |
| | | |||||
| * | tests: consolidate all remote creation tests in one test suite | Etienne Samson | 2018-11-02 | 1 | -3/+70 |
| | | |||||
| * | tests: rename remote creation test suite | Etienne Samson | 2018-11-02 | 1 | -0/+37 |
| | | |||||
| * | remote: test insteadOf for anonymous remotes | Patrick Steinhardt | 2015-05-31 | 1 | -0/+12 |
| | | |||||
| * | remote: apply insteadOf configuration. | Patrick Steinhardt | 2015-05-31 | 1 | -0/+60 |
| A remote's URLs are now modified according to the url.*.insteadOf and url.*.pushInsteadOf configurations. This allows a user to replace URL prefixes by setting the corresponding keys. E.g. "url.foo.insteadOf = bar" would replace the prefix "bar" with the new prefix "foo". | |||||
