mirror of
https://github.com/git/git.git
synced 2026-04-01 12:30:09 +02:00
Redo part of the undone change in t5511
A bit too much was undone in d4eb98ce.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
This commit is contained in:
@@ -72,4 +72,16 @@ test_refspec fetch ':refs/remotes/frotz/HEAD-to-me'
|
||||
test_refspec push ':refs/remotes/frotz/delete me' invalid
|
||||
test_refspec fetch ':refs/remotes/frotz/HEAD to me' invalid
|
||||
|
||||
test_refspec fetch 'refs/heads/*/for-linus:refs/remotes/mine/*-blah' invalid
|
||||
test_refspec push 'refs/heads/*/for-linus:refs/remotes/mine/*-blah' invalid
|
||||
|
||||
test_refspec fetch 'refs/heads*/for-linus:refs/remotes/mine/*' invalid
|
||||
test_refspec push 'refs/heads*/for-linus:refs/remotes/mine/*' invalid
|
||||
|
||||
test_refspec fetch 'refs/heads/*/*/for-linus:refs/remotes/mine/*' invalid
|
||||
test_refspec push 'refs/heads/*/*/for-linus:refs/remotes/mine/*' invalid
|
||||
|
||||
test_refspec fetch 'refs/heads/*/for-linus:refs/remotes/mine/*'
|
||||
test_refspec push 'refs/heads/*/for-linus:refs/remotes/mine/*'
|
||||
|
||||
test_done
|
||||
|
||||
Reference in New Issue
Block a user