Re: [PATCH] checkout: Say “it” instead of “them” for one commit

2015-04-02 Thread Thomas Schneider
Junio – I see you changed my commit message a bit, but some mistakes seem to have slipped in: checkout: call a single commit “it” instead of “th “them” was cut off, including the trailing quotation mark. […] them ...” even for only one commit. Two quotation marks? I always use the “right”

[PATCH] checkout: Say “it” instead of “them” for one commit

2015-04-01 Thread Thomas Schneider
When detached and checking out a branch again, git checkout warns about commit(s) that might get lost. It used to say “If you want to keep them […]” even for only one commit. Signed-off-by: Thomas Schneider thosc...@gmail.com --- builtin/checkout.c | 11 +-- 1 file changed, 9

Re: [PATCH] checkout: Say “it” instead of “them” for one commit

2015-04-01 Thread Jonathan Nieder
Hi, Thomas Schneider wrote: When detached and checking out a branch again, git checkout warns about commit(s) that might get lost. It used to say “If you want to keep them […]” even for only one commit. Signed-off-by: Thomas Schneider thosc...@gmail.com Makes sense. [...] ---