You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current output of gps ls has a lot of spacing between the commit messages and the branch names when they are much shorter than 50 chars. We should improve this situation by doing the following:
The current output of
gps ls
has a lot of spacing between the commit messages and the branch names when they are much shorter than 50 chars. We should improve this situation by doing the following:gps ls
. A sketch can be found in exploration: replace gpgme with rpgp #240.gps ls
so that the max of the commit messages is used to calculate the spacing.Currently the output looks like:
After the above suggestions it could look like:
A further tweak to replace () with [] gives:
When a patch has multiple branches we currently print:
this could be improved to:
The text was updated successfully, but these errors were encountered: