From 4b5c612c6e4adaf9694324d90db9db94d5c1d460 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 15 Apr 2008 18:18:46 +0200 Subject: [PATCH] Use for other software's names --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 601cf69..bfa2633 100644 --- a/index.html +++ b/index.html @@ -40,10 +40,10 @@ designed to handle very large projects with speed and efficiency, but just as well suited for small personal repositories; it is especially popular in the open source community, serving as a development platform for projects like -the Linux Kernel, WINE or X.org.

+the Linux Kernel, WINE or X.org.

Git falls in the category of distributed source code management tools, -similar to e.g. Mercurial or Bazaar. +similar to e.g. Mercurial or Bazaar. Every Git working directory is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Still, Git stays extremely fast and space efficient.

-- 2.11.4.GIT