author | Gerrit Pape <pape@smarden.org> | |
Fri, 22 Feb 2008 09:53:09 +0000 (09:53 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 22 Feb 2008 15:02:40 +0000 (07:02 -0800) | ||
commit | fd74cb0874126876227a958f6250323a4a4478a5 | |
tree | fd89ccce983470b6e69aed00f6df0cfeb9096eaa | tree | snapshot |
parent | c7fae5fc68974eec9b60750424946a67cc143ad2 | commit | diff |
builtin-tag.c: remove cruft
After changing builtin-tag.c to use strbuf in fd17f5b (Replace all
read_fd use with strbuf_read, and get rid of it.), the last condition
in do_sign() will always be false, as it's checked already right
above. So let's remove the cruft.
Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
After changing builtin-tag.c to use strbuf in fd17f5b (Replace all
read_fd use with strbuf_read, and get rid of it.), the last condition
in do_sign() will always be false, as it's checked already right
above. So let's remove the cruft.
Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-tag.c | diff | blob | history |