Better "Changed but not updated" message in git-status
commit8009d83c7e7af0a298ef858609a8201d01086396
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Tue, 2 Nov 2010 15:31:19 +0000 (2 16:31 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Nov 2010 16:18:58 +0000 (3 09:18 -0700)
treed0bf98ee009dc1c5582f6579528025018d43cba0
parent7ebee44167fc25b975f5543472c851ab1840af1b
Better "Changed but not updated" message in git-status

Older Gits talked about "updating" a file to add its content to the
index, but this terminology is confusing for new users. "to stage" is far
more intuitive and already used in e.g. the "git stage" command name.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gittutorial-2.txt
t/t7508-status.sh
wt-status.c