"Alexander Gladysh" <agladysh@xxxxxxxxx> writes: > I thought to construct my repo of the number of symlinks to other > places, but apparently Git does not follow any symlinks. Git stores symlinks as symlinks. Changing that (adding for example core.followSymlinks) would require quite a bit of surgery. You can alternatively try to work with GIT_DIR, or/and with explicitely specifying worktree (and working from within repo), and/or symlinking .git. -- Jakub Narebski Poland ShadeHawk on #git - 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