]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/clone.c
clone: drop period from end of die_errno message
authorJeff King <peff@peff.net>
Wed, 18 Mar 2015 19:02:01 +0000 (15:02 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Mar 2015 20:38:36 +0000 (13:38 -0700)
commit16eff6c009c0af430975d44c0af98262f1edb549
tree514812d4cf1260aede96dbc5b3223b65e605474f
parentee0e38727f1a67ddd3b8b7f6ecea34624b2a8b51
clone: drop period from end of die_errno message

We do not usually end our errors with a full stop, but it
looks especially bad when you use die_errno, which adds a
colon, like:

  fatal: could not create work tree dir 'foo'.: No such file or directory

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clone.c