[PATCH 0/8] Fix GIT_CEILING_DIRECTORIES that contain symlinks

2012-09-26 Thread Michael Haggerty
This series fixes longest_ancestor_length() so that it works even if prefix_list contains entries that involve symlinks. The basic goal of the series is to call real_path() on each of the entries so that a textual comparison of the potential prefix to the front of path correctly decides whether th

Re: [PATCH 0/8] Fix GIT_CEILING_DIRECTORIES that contain symlinks

2012-09-27 Thread Junio C Hamano
Michael Haggerty writes: > This series fixes longest_ancestor_length() so that it works even if > prefix_list contains entries that involve symlinks. The basic goal of > the series is to call real_path() on each of the entries so that a > textual comparison of the potential prefix to the front o