Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remote: remove live changing of refspecs | Carlos Martín Nieto | 2015-05-13 | 1 | -6/+1 |
| | | | | | | | | | | | | The base refspecs changing can be a cause of confusion as to what is the current base refspec set and complicate saving the remote's configuration. Change `git_remote_add_{fetch,push}()` to update the configuration instead of an instance. This finally makes `git_remote_save()` a no-op, it will be removed in a later commit. | ||||
* | branch: move to git_buf when outputting newly-allocated strings | Carlos Martín Nieto | 2014-01-27 | 1 | -26/+13 |
| | | | | | 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/+86 |