summaryrefslogtreecommitdiff
path: root/src/stash.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-091-0/+2
* Fix uninitialized stack memory and NULL ptr dereference in stash_to_indexPhilip Kelley2020-05-101-2/+2
* stash: refactor code that prepares commit messagesPatrick Steinhardt2019-10-181-18/+15
* stash: modernize code style of `git_stash_save`Patrick Steinhardt2019-10-181-32/+15
* stash: avoid recomputing tree when committing worktreePatrick Steinhardt2019-07-201-14/+9
* configuration: cvar -> configmapPatrick Steinhardt2019-07-181-1/+1
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-1/+6
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-11/+11
* stash: use _an_ index not _the_ indexEdward Thomson2018-06-291-28/+77
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-4/+4
* checkout: change default strategy to SAFEEtienne Samson2018-03-261-3/+0
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+1
* giterr_set: consistent error messagesEdward Thomson2016-12-291-6/+6
* git_diff_generated: abstract generated diffsEdward Thomson2016-05-261-0/+1
* Horrible fix for #3173.Arthur Schreiber2016-02-111-4/+4
* iterator: use an options struct instead of argsEdward Thomson2015-08-281-12/+17
* Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough2015-07-121-1/+1
* stash: drop unused variableEdward Thomson2015-06-291-2/+1
* stash: stage new files when unstashing themEdward Thomson2015-06-251-0/+78
* stash: don't allow apply with staged changesEdward Thomson2015-06-251-0/+26
* stash: save the workdir file when deleted in indexEdward Thomson2015-06-231-3/+26
* Write modified index in git_stash_apply()Pierre-Olivier Latour2015-06-211-0/+2
* Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson2015-05-291-1/+1
* Fix a few leaksCarlos Martín Nieto2015-05-131-4/+8
* stash: propagate the error when writing a treeEdward Thomson2015-05-111-1/+1
* stash_apply: provide progress callbacksEdward Thomson2015-05-111-3/+23
* stash_apply: provide its own options structureEdward Thomson2015-05-111-28/+35
* stash apply: default to at least GIT_CHECKOUT_SAFEEdward Thomson2015-05-111-2/+3
* stash: return GIT_EMERGECONFLICT on merge conflictEdward Thomson2015-05-111-3/+1
* stash: refactor to use merge_iteratorsEdward Thomson2015-05-111-172/+93
* stash: ensure a reflog has entriesEdward Thomson2015-05-111-2/+2
* stash apply: check out a tree, not piecewiseEdward Thomson2015-05-111-32/+11
* stash: use git_commit_summary for a summaryEdward Thomson2015-05-111-12/+4
* Added git_stash_apply() and git_stash_pop() APIsPierre-Olivier Latour2015-05-111-0/+371
* Merge pull request #2913 from ethomson/stash_fixupEdward Thomson2015-03-031-2/+1
|\
| * stash: correctly stash wd modified/index deletedEdward Thomson2015-02-181-2/+1
* | Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-3/+2
|/
* transaction: rename lock() to lock_ref()cmn/reference-transactionCarlos Martín Nieto2014-10-091-1/+1
* stash: use a transaction to modify the reflogCarlos Martín Nieto2014-09-301-13/+17
* Recurse ignored directories when stashingJacques Germishuys2014-09-261-3/+5
* Several CppCat warnings fixedArkady Shapkin2014-09-031-1/+2
* Make stash and checkout ignore contained reposRussell Belfer2014-04-221-1/+2
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-1/+1
* Remove ignored files from the working directory if they were stashedJacques Germishuys2014-03-041-2/+7
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-2/+2
* Merge pull request #1920 from libgit2/cmn/ref-with-logVicent Marti2013-12-181-15/+9
|\
| * refs: expose a way to ensure a ref has a logCarlos Martín Nieto2013-12-091-0/+3
| * reflog: integrate into the ref writingCarlos Martín Nieto2013-11-231-15/+6
* | One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-1/+1
* | Some callback error check style cleanupsRussell Belfer2013-12-111-6/+8