| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert usage of `git_buf_free` to new `git_buf_dispose` | Patrick Steinhardt | 2018-06-10 | 1 | -1/+1 |
| | | |||||
| * | Add tests for the annotated versions of ref-modifying functions | Carlos Martín Nieto | 2015-03-16 | 1 | -2/+10 |
| | | | | | | This also brings the soft-reset tests back to life. The function name was missing an underscore, meaning they had not been running. | ||||
| * | Plug a few leaks | Carlos Martín Nieto | 2015-03-04 | 1 | -0/+2 |
| | | |||||
| * | reset: remove reflog message override | Carlos Martín Nieto | 2015-03-03 | 1 | -17/+9 |
| | | | | | | 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 | -5/+5 |
| | | | | | | | | | | | 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 | -5/+5 |
| | | | | | Signed-off-by: Sven Strickroth <email@cs-ware.de> | ||||
| * | refs: append to the HEAD reflog when updating the current branch | Carlos Martín Nieto | 2014-03-17 | 1 | -4/+6 |
| | | | | | | | | | When we update the current branch, we must also append to HEAD's reflog to keep them in sync. This is a bit of a hack, but as git.git says, it covers 100% of default cases. | ||||
| * | Plug a few leaks in the tests | Carlos Martín Nieto | 2014-03-07 | 1 | -0/+6 |
| | | |||||
| * | Add reset tests for reflog | Ben Straub | 2014-02-03 | 1 | -0/+26 |
| | | |||||
| * | Add reflog parameters to git_reset | Ben Straub | 2014-02-03 | 1 | -2/+2 |
| | | |||||
| * | Reset helpers: use revparse instead | Ben Straub | 2014-02-03 | 1 | -2/+2 |
| | | |||||
| * | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+49 |
