]> git.99rst.org Git - git.git/commit
t5516: add test case for pushing remote refspecs
authorGlen Choo <redacted>
Thu, 18 Nov 2021 00:53:21 +0000 (16:53 -0800)
committerJunio C Hamano <redacted>
Fri, 19 Nov 2021 06:31:18 +0000 (22:31 -0800)
commite083ef5d54707a4bb855e8ac6f6ee0576a020349
treea0dc7e859f52a838d5b0264755c6598eda2a957b
parent2bd2f258f4195ac54293a3f45b86457c0bd5fc11
t5516: add test case for pushing remote refspecs

"git push remote-name" (that is, with no refspec given on the command
line) should push the refspecs in remote.remote-name.push. There is no
test case that checks this behavior in detached HEAD, so add one.

Signed-off-by: Glen Choo <redacted>
Reviewed-by: Jonathan Tan <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t5516-fetch-push.sh
git clone https://git.99rst.org/PROJECT