Marat Radchenko wrote: > fatal: unable to rename temporary pack file: Invalid cross-device link > error: failed to run repack > > Reason: > write_pack_file in builtin/pack-objects.c first writes tmp file in > "pack/tmp_pack_XXXXXX". What's your git version? Since 8b4eb6b (Do not perform cross-directory renames when creating packs, 2008-09-22), which was first released in 1.6.0.3 and 1.6.1, it should only create and rename files within the pack/ subdirectory. Which is what you are implying in the above snippet, but this should never result in a cross-device rename, so maybe I'm missing something. -- Thomas Rast trast@{inf,student}.ethz.ch -- 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