It seems to me that Git was designed for large scale open source projects, with a high number of developers and teams.
I'm wondering if Git is worth it for smaller team (<10) and internal projects (within organisation). I understand that there is a clear performance benefit to having a local copy of the repository (although that's not quite as important when your repository inside your organisation...).
Would you still recommend Git (and the complexity that comes with it) and why ?