libgit2/tests-clar/stash
Russell Belfer a6a82e1a59 Improve error propagation in stash
Stash was sometimes obscuring the actual error code, replacing it
with a -1 when there was more descriptive value.  This updates
stash to preserve the original error code more reliably along
with a variety of other error handling tweaks.

I believe this is an improvement, but arguably, preserving the
underlying error code may result in values that are harder to
interpret by the caller who does not understand the internals.
Discussion is welcome!
2013-01-04 15:47:42 -08:00
..
drop.c Improve error propagation in stash 2013-01-04 15:47:42 -08:00
foreach.c Improve error propagation in stash 2013-01-04 15:47:42 -08:00
save.c Move test cleanup into cleanup functions 2013-01-03 09:10:38 -08:00
stash_helpers.c Fix warnings and valgrind issues 2012-11-09 14:01:44 -08:00
stash_helpers.h stash: add git_stash_save() 2012-10-26 22:10:48 +02:00