commit | c3a47ca9a78a59e88bb95ffe72fdafb289c0511b | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Sat Oct 20 00:14:42 2012 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Oct 19 13:14:41 2012 -0700 |
tree | 46ef7dbd4aca5fd2f9a2575424d62820bf2b8661 | |
parent | d688cf07b15b664a2164c3d92bcb5e8265400a2b [diff] |
tree-walk: use enum interesting instead of integer Commit d688cf0 (tree_entry_interesting(): give meaningful names to return values - 2011-10-24) converts most of the tree_entry_interesting values to the new enum, except "never_interesting". This completes the conversion. Signed-off-by: Junio C Hamano <gitster@pobox.com>