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