Download raw body.
tog log: make ^L stick to current branch
Stefan Sperling: > got up -b main > tog log -c mybranch > -> tog now displays commits starting at 'mybranch' > ^L > -> tog now displays commits starting at 'main' instead of 'mybranch' Here's another variant of this problem which your diff also fixes: cd repo.git tog log -c mybranch -> tog now displays commits starting at 'mybranch' ^L -> tog now displays commits starting at 'main' instead of 'mybranch' > This patch fixes the problem. If a reference is passed to the -c option, > remember this reference instead of the work tree's current branch. Yes. But now this happens: tog log -c 0.44 ^L tog: bad object data -- Christian "naddy" Weisgerber naddy@mips.inka.de
tog log: make ^L stick to current branch