summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorOlivier Marin <dkr@freesurf.fr>2008-06-11 00:54:49 +0200
committerJunio C Hamano <gitster@pobox.com>2008-06-10 23:18:13 -0700
commite7d5a97d5e131925ccae48db94f2069631a8aa41 (patch)
treedbce685afdf8c4f1bd4330c3add62ed36cf7e6d7 /t
parent8d7679276af861b44e307c9879f6c4774f4944fc (diff)
downloadgit-e7d5a97d5e131925ccae48db94f2069631a8aa41.tar.gz
remote show: list tracked remote branches with -n
Signed-off-by: Olivier Marin <dkr@freesurf.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t5505-remote.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh
index c17d9dcc74..1e192a2207 100755
--- a/t/t5505-remote.sh
+++ b/t/t5505-remote.sh
@@ -143,6 +143,8 @@ cat > test/expect << EOF
URL: $(pwd)/one/.git
Remote branch merged with 'git pull' while on branch master
master
+ Tracked remote branches
+ master side
Local branches pushed with 'git push'
master:upstream +refs/tags/lastbackup
EOF