Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed build warning | Pierre-Olivier Latour | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Remove the signature from ref-modifying functions | Carlos MartÃn Nieto | 2015-03-03 | 1 | -2/+2 |
| | | | | | | | | | | The signature for the reflog is not something which changes dynamically. Almost all uses will be NULL, since we want for the repository's default identity to be used, making it noise. In order to allow for changing the identity, we instead provide git_repository_set_ident() and git_repository_ident() which allow a user to override the choice of signature. | ||||
* | Add reset tests for reflog | Ben Straub | 2014-02-03 | 1 | -0/+17 |
| | |||||
* | Reset helpers: use revparse instead | Ben Straub | 2014-02-03 | 1 | -7/+0 |
| | |||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+10 |