summaryrefslogtreecommitdiff
path: root/include/git2/stash.h
Commit message (Collapse)AuthorAgeFilesLines
* doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-061-6/+15
| | | | | | | | | | This makes them show up in the reference, even if the text itself isn't the most descriptive. These have been found with grep -Przon '\n\ntypedef struct.*?\{' -- include grep -Przon '\n\ntypedef enum.*?\{' -- include
* Update docs for new callback return value behaviorRussell Belfer2013-12-111-11/+7
|
* Make the git_signature const in the stash API.Etienne Samson2013-07-091-1/+1
|
* Fixed most documentation header bugsAndreas Linde2013-06-241-1/+1
| | | | | | | | | | | Fixed a few header @param and @return typos with the help of -Wdocumentation in Xcode. The following warnings have not been fixed: common.h:213 - Not sure how the documentation format is for '...' notes.h:102 - Correct @param name but empty text notes.h:111 - Correct @param name but empty text pack.h:140 - @return missing text pack.h:148 - @return missing text
* update copyrightsEdward Thomson2013-01-081-1/+1
|
* API updates for stash.hBen Straub2012-11-271-9/+8
|
* stash: add git_stash_drop()nulltoken2012-10-261-0/+15
|
* stash: add git_stash_foreach()nulltoken2012-10-261-0/+40
|
* stash: add git_stash_save()nulltoken2012-10-261-0/+67