commit | d688cf07b15b664a2164c3d92bcb5e8265400a2b | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Mon Oct 24 17:36:10 2011 +1100 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Oct 27 11:38:24 2011 -0700 |
tree | e00f6633f9938ef2808bd2c25f71938b805f198a | |
parent | 02cb67530e62e77d437cd68b4bb4307ab752b6a0 [diff] |
tree_entry_interesting(): give meaningful names to return values It is a basic code hygiene to avoid magic constants that are unnamed. Besides, this helps extending the value later on for "interesting, but cannot decide if the entry truely matches yet" (ie. prefix matches) Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>