Browse Source

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

... which was fixed since then.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 18 years ago
parent
commit
7905ba626e
  1. 5
      Documentation/git-commit.txt

5
Documentation/git-commit.txt

@ -142,11 +142,6 @@ $ git add hello.c @@ -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

Loading…
Cancel
Save