| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clone: respect init.defaultBranch when empty | Edward Thomson | 2020-08-03 | 1 | -0/+17 |
| | | | | | | | When cloning an empty repository, we need to guess what the branch structure should be; instead of hardcoding `master`, use the `init.defaultBranch` setting it if it provided. | ||||
| * | Convert usage of `git_buf_free` to new `git_buf_dispose` | Patrick Steinhardt | 2018-06-10 | 1 | -2/+2 |
| | | |||||
| * | Remove the callbacks struct from the remote | Carlos Martín Nieto | 2015-05-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | Plug a few leaks in the tests | Carlos Martín Nieto | 2014-03-07 | 1 | -0/+2 |
| | | |||||
| * | branch: move to git_buf when outputting newly-allocated strings | Carlos Martín Nieto | 2014-01-27 | 1 | -7/+5 |
| | | | | | | Internally we already did everything with git_bufs, so this is just exposing those functions with public names. | ||||
| * | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+85 |
