On Mon, Jan 3, 2011 at 19:24, Levend Sayar <levendsayar@xxxxxxxxx> wrote: > 1) When I compare X/.git directory and y.git directory there are many > objects missing in y.git. What is the reason ? Maybe things were repacked. > 2) git clone --bare is too fast. My .git directory is nearly 1GB. How > can it be copied that much fast ? It will use hardlinks when using the same filesystem. See --no-hardlinks in git-clone(1). -- 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