summaryrefslogtreecommitdiff
path: root/src/stash.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub2013-10-281-5/+6
|\
| * reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto2013-10-021-5/+6
* | Diff API cleanupRussell Belfer2013-10-151-79/+54
* | Rename diff objects and split patch.hRussell Belfer2013-10-111-5/+5
|/
* Never consider submodules for stashingJustin Spahr-Summers2013-09-271-2/+6
* No such thing as an orphan branchCarlos Martín Nieto2013-09-171-1/+1
* Make the git_signature const in the stash API.Etienne Samson2013-07-091-5/+5
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-0/+1
* Clear error msg when we eat error silentlyRussell Belfer2013-05-011-2/+4
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-2/+4
* stash: Update the reference when dropping the topmost stashnulltoken2013-02-221-0/+6
* Vector improvements and their falloutPhilip Kelley2013-01-271-1/+1
* add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-121-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix use of uninitialized variableRussell Belfer2013-01-041-3/+3
* Improve error propagation in stashRussell Belfer2013-01-041-109/+107
* Rework checkout internals (again)Russell Belfer2013-01-041-2/+1
* Fix diff constructor name order confusionRussell Belfer2012-12-171-3/+3
* Remove GIT_SIGNATURE_VERSION and friendsBen Straub2012-12-031-2/+0
* Deploy GITERR_CHECK_VERSIONBen Straub2012-11-301-2/+1
* Deploy GIT_SIGNATURE_INITBen Straub2012-11-301-0/+4
* Deploy GIT_STATUS_OPTIONS_INITBen Straub2012-11-301-2/+1
* Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-2/+2
* Deploy GIT_CHECKOUT_OPTS_INITBen Straub2012-11-301-3/+1
* API updates for stash.hBen Straub2012-11-271-1/+1
* Fix warnings on Win64 buildRussell Belfer2012-11-271-1/+1
* Update diff callback param orderRussell Belfer2012-11-271-5/+5
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-4/+4
* reflog: make entry_byindex() and drop() git compliantnulltoken2012-11-171-2/+2
* Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-141-2/+2
* Fix diff API to better parameter orderRussell Belfer2012-11-141-3/+4
* Rework checkout with new strategy optionsRussell Belfer2012-11-091-2/+2
* index: Fix testsVicent Marti2012-11-011-1/+1
* index refactoringEdward Thomson2012-10-291-4/+4
* stash: add git_stash_drop()nulltoken2012-10-261-0/+40
* stash: add git_stash_foreach()nulltoken2012-10-261-0/+42
* stash: add git_stash_save()nulltoken2012-10-261-0/+577