From: Junio C Hamano <junkio@cox.net>
Date: Wed, 17 Jan 2007 00:36:54 +0000 (-0800)
Subject: git-commit documentation: remove comment on unfixed git-rm
X-Git-Tag: v1.5.0-rc2~69
X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7905ba626e14c32d09a412c168931486ceedb6ec

git-commit documentation: remove comment on unfixed git-rm

... which was fixed since then.

Signed-off-by: Junio C Hamano <junkio@cox.net>
---

diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index b4528d72ba..6139386ad7 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -142,11 +142,6 @@ $ git add hello.c
 $ git commit
 ------------
 
-////////////
-We should fix 'git rm' to remove goodbye.c from both index and
-working tree for the above example.
-////////////
-
 Instead of staging files after each individual change, you can
 tell `git commit` to notice the changes to the files whose
 contents are tracked in