author | Johannes Sixt <johannes.sixt@telecom.at> | |
Tue, 18 Mar 2008 20:52:00 +0000 (21:52 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 24 Mar 2008 00:11:33 +0000 (17:11 -0700) | ||
commit | ec31b0ce983e7e96b8a419dec3c34907b2f8226e | |
tree | 5033c37192cd74369eaa4814e81f456c1c824bf1 | tree | snapshot |
parent | 0c829391cfcdc57172765322575804a7ad5f3116 | commit | diff |
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>
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 | diff | blob | history | |
t/t5505-remote.sh | diff | blob | history |