We're using getcwd() to make the absolute path, but it looks like we
should check whether $PWD is set and names the same directory, and, if so,
base on that instead.
Actually, make_absolute_path() seems to go to an awful lot of trouble to
make sure that there aren't symlinks in the resulting path. Is this
actually necessary or even desireable for some reason? Should clone be
just pasting $PWD (or, failing that, getcwd()) and the given path, and
using that to identify the repo to clone?
-Daniel
*This .sig left intentionally blank*
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html