Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add reflog parameters to git_reset | Ben Straub | 2014-02-03 | 1 | -1/+12 |
| | |||||
* | Unify whitespaces to tabs | Linquize | 2013-05-15 | 1 | -3/+3 |
| | |||||
* | reset: Introduce git_reset_default() | nulltoken | 2013-02-05 | 1 | -0/+23 |
| | |||||
* | reset: Enhance documentation | nulltoken | 2013-02-05 | 1 | -3/+3 |
| | |||||
* | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Updates to reset.h | Russell Belfer | 2012-11-27 | 1 | -7/+18 |
| | |||||
* | reset: add support for GIT_RESET_HARD mode | nulltoken | 2012-09-17 | 1 | -0/+3 |
| | |||||
* | Make git_object_peel a bit smarter | Russell Belfer | 2012-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | This expands the types of peeling that `git_object_peel` knows how to do to include TAG -> BLOB peeling, and makes the errors slightly more consistent depending on the situation. It also adds a new special behavior where peeling to ANY will peel until the object type changes (e.g. chases TAGs to a non-TAG). Using this expanded peeling, this replaces peeling code that was embedded in `git_tag_peel` and `git_reset`. | ||||
* | Add git_reset() | nulltoken | 2012-06-07 | 1 | -0/+44 |
Currently supports Soft and Mixed modes. |