commit | d75307084da5f89329de190bb9b4a3196cec1d0e | [log] [tgz] |
---|---|---|
author | Alexander Potashev <aspotashev@gmail.com> | Sun Jan 04 21:38:41 2009 +0300 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jan 05 13:01:01 2009 -0800 |
tree | 74731a248640431379ceba54fa4e826b85d22eaa | |
parent | e89e2ed7c225cf16cffbd9648895528e471e2fb8 [diff] |
remove trailing LF in die() messages LF at the end of format strings given to die() is redundant because die already adds one on its own. Signed-off-by: Alexander Potashev <aspotashev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>