summaryrefslogtreecommitdiff
path: root/Documentation/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-17 00:36:54 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-17 00:36:54 (GMT)
commit7905ba626e14c32d09a412c168931486ceedb6ec (patch)
tree640df0f1152d99b15d043bbe2bea047bd32dfc92 /Documentation/git-commit.txt
parentc1ff284a702c487e4a6f4966b69adff83cd5cf37 (diff)
downloadgit-7905ba626e14c32d09a412c168931486ceedb6ec.zip
git-7905ba626e14c32d09a412c168931486ceedb6ec.tar.gz
git-7905ba626e14c32d09a412c168931486ceedb6ec.tar.bz2
git-commit documentation: remove comment on unfixed git-rm
... which was fixed since then. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r--Documentation/git-commit.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index b4528d7..6139386 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