commit | 1a27a1545230a5a19a3c05ed41efb8530d2fd2cd | [log] [tgz] |
---|---|---|
author | Kirill Smelkov <kirr@mns.spb.ru> | Mon Feb 24 20:21:43 2014 +0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Mar 20 15:04:32 2014 -0700 |
tree | fbd3772d57a5f3346d5b382371f3b385cc8d42d2 | |
parent | 5acabd84a6656a4f568f0e934cc9e1b344ed39d4 [diff] |
tree-diff: simplify tree_entry_pathcmp Since an earlier "Finally switch over tree descriptors to contain a pre-parsed entry", we can safely access all tree_desc->entry fields directly instead of first "extracting" them through tree_entry_extract. Use it. The code generated stays the same - only it now visually looks cleaner. Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Signed-off-by: Junio C Hamano <gitster@pobox.com>