Thread (1 message) 1 message, 1 author, 2021-07-23

Re: [PATCH v2 09/11] t7064: use update-ref -d to remove upstream branch

From: Junio C Hamano <hidden>
Date: 2021-07-23 17:37:30

"Han-Wen Nienhuys via GitGitGadget" [off-list ref] writes:
 		## Test upstream-gone case. Fake this by pointing
 		## origin/initial-branch at a non-existing commit.
-		OLD=$(git rev-parse origin/initial-branch) &&
-		NEW=$ZERO_OID &&
-		mv .git/packed-refs .git/old-packed-refs &&
-		sed "s/$OLD/$NEW/g" <.git/old-packed-refs >.git/packed-refs &&
+		git update-ref -d refs/remotes/origin/initial-branch &&
OK, so we now "fake" upstream-gone by making the upstream actually
gone ;-)  OK.
 
 		HUF=$(git rev-parse HEAD) &&
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help