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
When doing gps rr we typically get a very noisy output and this can be overwhelming to users. When using gps brr or eventually the proposal in #255, this issue gets multiple times worse. There are two main issues here:
We output the output of Git. This includes all the noisy output about pushing to remotes.
We have a very noisy hook message.
The second is not a problem once you've setup hooks, so perhaps that can be dealt with at a later time. The first is more immediately concerning for us.
I propose to change the output so that we only print relevant information for the use. Pretending that gps rr can batch, it would look like this:
When doing
gps rr
we typically get a very noisy output and this can be overwhelming to users. When usinggps brr
or eventually the proposal in #255, this issue gets multiple times worse. There are two main issues here:The second is not a problem once you've setup hooks, so perhaps that can be dealt with at a later time. The first is more immediately concerning for us.
I propose to change the output so that we only print relevant information for the use. Pretending that
gps rr
can batch, it would look like this:We can do this by capturing the output of git and perhaps displaying it later if something goes wrong. Most of the time it is irrelevant however.
The text was updated successfully, but these errors were encountered: