From: Brian Bourn Date: Wed, 19 Mar 2014 15:58:21 +0000 (-0400) Subject: diff-no-index: rename read_directory() X-Git-Tag: v2.0.0-rc0~61^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9daf0ef065bfef4fb9dcc1710a39a8177695c84f?hp=9daf0ef065bfef4fb9dcc1710a39a8177695c84f diff-no-index: rename read_directory() In the next patch, we will replace a manual checking of "." or ".." with a call to is_dot_or_dotdot() defined in dir.h. The private function read_directory() defined in this file will conflict with the global function declared there when we do so. As a preparatory step, rename the private read_directory() to avoid the name collision. Helped-by: Eric Sunshine Signed-off-by: Brian Bourn Signed-off-by: Junio C Hamano ---