author | Shawn Bohrer <shawn.bohrer@gmail.com> | |
Mon, 3 Dec 2007 05:02:09 +0000 (23:02 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 3 Dec 2007 07:35:46 +0000 (23:35 -0800) | ||
commit | 2f02b25f36bce23e6b65c5112876796a56e084ca | |
tree | 794d54f0d48d2d85914eb8322108d71909015b3f | tree | snapshot |
parent | d9ccfe7711a8bf1ed9d9cd87daa9863e0d564b23 | commit | diff |
Make git status usage say git status instead of git commit
git status shares the same usage information as git commit since it
shows what would be committed if the same options are given. However,
when displaying the usage information for git status it should say it
is for git status not git commit.
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git status shares the same usage information as git commit since it
shows what would be committed if the same options are given. However,
when displaying the usage information for git status it should say it
is for git status not git commit.
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c | diff | blob | history |