Re: [PATCH v2 1/2] [GSoC] diff: rename read_directory()

2014-03-19 Thread Eric Sunshine
On Wed, Mar 19, 2014 at 2:29 AM, Brian Bourn wrote: > Subject: diff: rename read_directory() I think you mean "diff-no-index" rather than "diff". > From: Brian Bourn Unless this is intentionally different from the address from which you sent the email, you shouldn't include it here. "git am" w

[PATCH v2 1/2] [GSoC] diff: rename read_directory()

2014-03-18 Thread Brian Bourn
From: Brian Bourn It is desirable to replace manual checking of "." or ".." in diff-no-index.c with is_dot_or_dotdot(), which is defined in dir.h. However, dir.h declares a read_directory which conflicts with a (different) static read_directory() defined in in diff-no-index.c. As a preparatory st