author | Matthieu Moy <Matthieu.Moy@imag.fr> | |
Tue, 2 Nov 2010 15:31:19 +0000 (16:31 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 3 Nov 2010 16:18:58 +0000 (09:18 -0700) | ||
commit | 8009d83c7e7af0a298ef858609a8201d01086396 | |
tree | d0bf98ee009dc1c5582f6579528025018d43cba0 | tree | snapshot |
parent | 7ebee44167fc25b975f5543472c851ab1840af1b | commit | diff |
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>
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 | diff | blob | history | |
t/t7508-status.sh | diff | blob | history | |
wt-status.c | diff | blob | history |