builtin-remote: Fix missing newline at end of listing of pushed branches
commitec31b0ce983e7e96b8a419dec3c34907b2f8226e
authorJohannes Sixt <johannes.sixt@telecom.at>
Tue, 18 Mar 2008 20:52:00 +0000 (18 21:52 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Mar 2008 00:11:33 +0000 (23 17:11 -0700)
tree5033c37192cd74369eaa4814e81f456c1c824bf1
parent0c829391cfcdc57172765322575804a7ad5f3116
builtin-remote: Fix missing newline at end of listing of pushed branches

Without this the output of 'git remote show' does not end with a new-line:

bash> git remote show repo
* remote repo
  URL: repo.or.cz:/srv/git/kdbg.git
  Tracked remote branches
    maint master mob
  Local branch pushed with 'git push'
    +master:masterbash>

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c
t/t5505-remote.sh