libgit2/tests-clar/reset
Russell Belfer cf20803170 Rework checkout internals (again)
I've tried to map out the detailed behaviors of checkout and make
sure that we're handling the various cases correctly, along with
providing options to allow us to emulate "git checkout" and "git
checkout-index" with the various flags.  I've thrown away flags
in the checkout API that seemed like clutter and added some new
ones.  Also, I've converted the conflict callback to a general
notification callback so we can emulate "git checkout" output and
display "dirty" files.

As of this commit, the new behavior is not working 100% but some
of that is probably baked into tests that are not testing the
right thing.  This is a decent snapshot point, I think, along the
way to getting the update done.
2013-01-04 15:47:42 -08:00
..
hard.c Rework checkout internals (again) 2013-01-04 15:47:42 -08:00
mixed.c Reset all static variables to NULL in clar's __cleanup 2012-11-23 11:41:56 +01:00
reset_helpers.c Add git_reset() 2012-06-07 21:27:30 +02:00
reset_helpers.h Add git_reset() 2012-06-07 21:27:30 +02:00
soft.c reset: Cannot soft reset with a conflicted index 2013-01-04 18:43:34 +01:00