On Thu, 18 Oct 2007, Todd T. Fries wrote:
1) git presumes that link() works fine across subdirs; in afs land, hardlinks do not succeed ever
I think this already falls back to rename() on failure. Take a look at move_temp_to_file(), this is the only place that calls link_temp_to_file(). link() on afs returns non-zero? and not EEXIST right? -brandon - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html