Files
deb-python-pygit2/test
Carlos Martín Nieto c099655fc0 TreeEntry: compare ids when two entrie sort equally
The function we were using `git_tree_entry_cmp()` is only meant for
git-compatible sorting in a tree and thus does not take the id into
account. This is however important in order to keep value equality. In
order to avoid issues with assymetry, we compare the id any time when
two entries are equal according to their position in a tree.
2015-03-15 00:15:15 +01:00
..
2015-03-06 17:48:29 +01:00
2014-02-04 08:02:12 +01:00
2014-09-15 12:39:27 +02:00
2014-08-31 22:35:32 +02:00
2014-02-04 08:02:12 +01:00
2015-02-12 16:56:34 +01:00
2014-11-09 12:10:45 +01:00
2014-02-04 08:02:12 +01:00
2014-10-07 20:27:01 +02:00
2015-01-12 18:39:21 +01:00
2014-02-04 08:02:12 +01:00
2014-02-04 08:02:12 +01:00
2014-02-04 08:02:12 +01:00
2015-03-06 17:48:29 +01:00