Commit 34d4e04c36ba27442a4c0c7187e648ce03e23275

Stefan Sperling 2021-02-08T13:52:37

include remote branches in the output of 'got branch -l' This makes it easier to discover the existence of copies of remote branches in the local repository, and fixes a missing asterisk in 'got branch -l' while the work tree is switched to a remote branch. Prompted by feedback from helg, thanks!