checkout: call a single commit "it" intead of "them"
commitfc792ca86049a85f9cf916d6bcdbbc1799ba91ec
authorThomas Schneider <thosch97@gmail.com>
Wed, 1 Apr 2015 17:38:00 +0000 (1 19:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2015 23:44:59 +0000 (2 16:44 -0700)
tree3e8bceb1af8bdd1af42aea7c022c4d44d880c521
parent2dfb2e07cb0cb979f630643b57dca579a0359a9d
checkout: call a single commit "it" intead of "them"

When detached and checking out a branch again, git checkout warns
about commit(s) that might get lost.  It says "If you want to keep
them ..." even for only one commit.

Use Q_() to allow differentiating singular vs plural.

Signed-off-by: Thomas Schneider <thosch97@gmail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/checkout.c