From: Christian Weisgerber Subject: tog: worktree vs. -r repo To: gameoftrees@openbsd.org Date: Thu, 17 Dec 2020 23:21:19 +0100 When tog is started in a work tree associated with repository A, with the command option -r pointing to a different repository B, then tog will fetch some data from A and try to apply it in the context of B. $ cd got # work tree associated with got.git $ tog log -r ~/src.git # OpenBSD src repository tog: reference refs/heads/main not found tog log, blame, tree all fail in the same way. The corresponding got commands do not. -- Christian "naddy" Weisgerber naddy@mips.inka.de