summaryrefslogtreecommitdiff
path: root/include/git2/stash.h
Commit message (Expand)AuthorAgeFilesLines
* stash: make comment match codeJosh Bleecher Snyder2019-12-041-1/+1
* Don't use enum for flagsSven Strickroth2019-09-261-1/+1
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-2/+2
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-2/+2
* docs: standardize struct git_*_options commentsEtienne Samson2018-05-071-4/+4
* docs: standardize comment block for git_*_init_options functionsEtienne Samson2018-05-071-4/+5
* docs: missing documentation commentEtienne Samson2018-05-071-0/+1
* docs: add buffer.h & oid.h to types.hEtienne Samson2018-05-071-0/+1
* Flag optional parameters for apply and popRemy Suen2017-02-091-2/+2
* Export git_stash_apply_init_optionsjbreeden2016-01-231-1/+1
* Fix a couple function signaturesThomas Edvalson2015-12-141-1/+1
* stash_apply: provide progress callbacksEdward Thomson2015-05-111-0/+38
* stash_apply: provide its own options structureEdward Thomson2015-05-111-17/+50
* stash apply: default to at least GIT_CHECKOUT_SAFEEdward Thomson2015-05-111-1/+3
* stash: document merge conflictsEdward Thomson2015-05-111-13/+11
* stash: refactor to use merge_iteratorsEdward Thomson2015-05-111-6/+6
* Added git_stash_apply() and git_stash_pop() APIsPierre-Olivier Latour2015-05-111-4/+64
* doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-061-6/+15
* 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
* 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