diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-04-18 22:58:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-18 22:58:32 -0700 |
commit | d9f39d9838f089c145817c6c0f25ffedcb1c500e (patch) | |
tree | 1489fcf3173ed657df1340b1c9a0063ce8da3daa /t/t5505-remote.sh | |
parent | Merge branch 'maint' (diff) | |
parent | gitweb: Fix 'history' view for deleted files with history (diff) | |
download | tgif-d9f39d9838f089c145817c6c0f25ffedcb1c500e.tar.xz |
Merge branch 'maint'
* maint:
gitweb: Fix 'history' view for deleted files with history
Document that WebDAV doesn't need git on the server, and works over SSL
git-remote: reject adding remotes with invalid names
am: POSIX portability fix
Diffstat (limited to 't/t5505-remote.sh')
-rwxr-xr-x | t/t5505-remote.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh index 0a7fea865d..af2d077792 100755 --- a/t/t5505-remote.sh +++ b/t/t5505-remote.sh @@ -253,4 +253,10 @@ test_expect_success '"remote show" does not show symbolic refs' ' ' +test_expect_success 'reject adding remote with an invalid name' ' + + ! git remote add some:url desired-name + +' + test_done |