From 7219efab22b5ecbdc4363328e06580f0cdcf3798 Mon Sep 17 00:00:00 2001
From: Robert Xu <robxu9@gmail.com>
Date: Sat, 20 Aug 2011 19:05:38 -0400
Subject: typo.

---
 README.GIT | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.GIT b/README.GIT
index 65c5312e3..7399e65c5 100644
--- a/README.GIT
+++ b/README.GIT
@@ -19,7 +19,7 @@ To exclude items:
 
 To add to the git repository (easiest and most efficient way):
 	git add .
-(this will add everything in the folder (excluding stuff from .gitignore). It is intentionally a period because * will make git ignore already committed files.)
+(this will add everything in the folder (excluding stuff from .gitignore). It is intentionally a period because * will make git stop on already committed files.)
 
 To commit to the git repository (this does not send to the remote server!):
 	git commit -a
-- 
cgit v1.2.3

