Code

Fix grammatical error in git-revert
authorJunio C Hamano <junkio@cox.net>
Thu, 13 Jul 2006 05:51:25 +0000 (22:51 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 13 Jul 2006 05:51:25 +0000 (22:51 -0700)
commit869659a6a1010ea0943329113a1de41c38bd4a00
treef41bb9b9b2935eb413ab8579ac3f5d8510ac8f51
parente40e0135f24a140935c218af43d0bf8b7b07067b
Fix grammatical error in git-revert

We always talk about "commit xyz".

We never talk about "xyz commit", except when we end up talking
about a commit as a branch head (notably, I would say "the HEAD
commit", or possibly "the top-of-master commit", but here
$commit is a SHA1 name, not anything else).

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-revert.sh