libgit2/tests-clar/diff
Russell Belfer 875bfc5ffc Fix error in tree iterator when popping up trees
There was an error in the tree iterator where it would
delete two tree levels instead of just one when popping
up a tree level.  Unfortunately the test data for the
tree iterator did not have any deep trees with subtrees
in the middle of the tree items, so this problem went
unnoticed.  This contains the 1-line fix plus new test
data and tests that reveal the issue.
2012-03-25 21:26:48 -07:00
..
blob.c Clean up GIT_UNUSED macros on all platforms 2012-03-02 15:51:55 -08:00
diff_helpers.c diff: Fix rebase breackage 2012-03-06 01:37:56 +01:00
diff_helpers.h Update diff to use iterators 2012-03-02 15:49:29 -08:00
index.c Clean up GIT_UNUSED macros on all platforms 2012-03-02 15:51:55 -08:00
iterator.c Fix error in tree iterator when popping up trees 2012-03-25 21:26:48 -07:00
tree.c Clean up GIT_UNUSED macros on all platforms 2012-03-02 15:51:55 -08:00
workdir.c Fixing memory leaks indicated by valgrind 2012-03-02 15:51:55 -08:00