Results 8 comments of alpn

Thanks for the feedback @ariasuni The `X` and `V` labels indicate the status of the the entire repository as either _dirty_ (e.g there are uncommitted changes) or _clean_ (the equivalent...

Thanks @YAMLcase, but honestly I prefer to keep it simple and stick to an explicit binary indicator (i.e, either _clear_ or _dirty_) However, here’s another option inspired by your comment:...

Up to date with upstream again. @ariasuni please let me know if there’s anything else I could do to get it merged.

> For the branch name, you're showing only short branch names. It's not uncommon to work with medium to long branch names like `fix-for-this-long-feature-name`, I fear the result would be...

Thanks for the feedback @arazabishov I’ve just added two dedicated flags for this feature: `--git-repos` - shows both the status, and the branch name (like in the screenshots above) `...

Fixed some minor conflicts, so it's gtg again. Would still love to see this one merged in @ariasuni :)

Hey Tim, thank you for the links and the quick response. OpenBSD actually has two functions named `arc4random_buf()`. The one you linked to is the kernel side one, which as...

My turn to apologize for the delay @kelvinlawson :) grub.cfg was actually supposed to be generated automatically by the commit-tests script. It probably failed because of a missing subdirectory -...