summaryrefslogtreecommitdiff
path: root/include/git2/reset.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation fixesCarlos Martín Nieto2014-07-081-0/+4
| | | | | | | | Fixup git_attr_value's comment to be recognised as documentation, and include the definitions needed for clang to parse reset.h such that it shows up in the documentation. This fixes #2430.
* Formatting fixes for the docsCarlos Martín Nieto2014-06-031-3/+3
| | | | | These are some issues I found while playing around with the new parser for docurium.
* Add reflog parameters to git_resetBen Straub2014-02-031-1/+12
|
* Unify whitespaces to tabsLinquize2013-05-151-3/+3
|
* reset: Introduce git_reset_default()nulltoken2013-02-051-0/+23
|
* reset: Enhance documentationnulltoken2013-02-051-3/+3
|
* update copyrightsEdward Thomson2013-01-081-1/+1
|
* Updates to reset.hRussell Belfer2012-11-271-7/+18
|
* reset: add support for GIT_RESET_HARD modenulltoken2012-09-171-0/+3
|
* Make git_object_peel a bit smarterRussell Belfer2012-08-271-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()nulltoken2012-06-071-0/+44
Currently supports Soft and Mixed modes.