> What's your git version? > 1.7.3.1 > It should only create and rename > files within the pack/ subdirectory. > It should, yep, but it doesn't. 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. > That rename call attempts to put file in _current_ directory. Proof: mkdir foo && touch foo/bar && strace mv foo/bar baz 2>&1 | grep rename outputs rename("foo/bar", "baz") -- View this message in context: http://git.661346.n2.nabble.com/BUG-git-repack-fails-if-git-objects-pack-is-on-a-separate-partition-tp5649732p5649843.html Sent from the git mailing list archive at Nabble.com. -- 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