diff options
author | Olivier Marin <dkr@freesurf.fr> | 2008-06-11 00:54:49 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-10 23:18:13 -0700 |
commit | e7d5a97d5e131925ccae48db94f2069631a8aa41 (patch) | |
tree | dbce685afdf8c4f1bd4330c3add62ed36cf7e6d7 /t | |
parent | 8d7679276af861b44e307c9879f6c4774f4944fc (diff) | |
download | git-e7d5a97d5e131925ccae48db94f2069631a8aa41.tar.gz git-e7d5a97d5e131925ccae48db94f2069631a8aa41.tar.xz |
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-x | t/t5505-remote.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh index c17d9dcc7..1e192a220 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 |