Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reset: remove reflog message override | Carlos Martín Nieto | 2015-03-03 | 1 | -4/+4 |
| | | | | | This function is meant to simulate what git does in the reset command, so we should include the reflog message in that. | ||||
* | Remove the signature from ref-modifying functions | Carlos Martín Nieto | 2015-03-03 | 1 | -4/+4 |
| | | | | | | | | | | 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. | ||||
* | Allow to propagate checkout callbacks to git HARD reset | Sven Strickroth | 2014-08-03 | 1 | -4/+4 |
| | | | | Signed-off-by: Sven Strickroth <email@cs-ware.de> | ||||
* | Introduce cl_assert_equal_oid | Edward Thomson | 2014-07-01 | 1 | -27/+27 |
| | |||||
* | git_checkout_opts -> git_checkout_options | Ben Straub | 2014-03-06 | 1 | -3/+3 |
| | |||||
* | Add reflog parameters to git_reset | Ben Straub | 2014-02-03 | 1 | -4/+4 |
| | |||||
* | Reset helpers: use revparse instead | Ben Straub | 2014-02-03 | 1 | -3/+3 |
| | |||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+372 |