commit | dabb061fa358e8884889632f0be5b6c76916c893 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Thu Aug 26 00:21:47 2010 -0600 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Aug 26 09:53:35 2010 -0700 |
tree | 52d5e66a5450b5ff294be1960b6088b749e17854 | |
parent | b6b987a09457e9c8d49aad9170df32b1f607c5b9 [diff] |
tree-walk: Correct bitrotted comment about tree_entry() There was a code comment that referred to the "above two functions" but over time the functions immediately preceding the comment have changed. Just mention the relevant functions by name. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>