0

Standard window: Show all commands log instead of only the last one

Bugged 1 year ago updated 1 year ago 0

After running some git operations, I can see the git output by clicking on the green bottom status bar:

Image 743

But showing only the last output is not enough to remember complex operations done successively. Access to its history other than just the last command is similar to running all git commands in a terminal, and it is pretty helpful to audit which git operation I had done and how they went. Just showing the last command is not enough to understand complex changes in the process.

I am not asking to remember the output after I close the Smartgint Standard Window, but to keep them while the window is open (as you already do with the Working tree and Log window). There is no see to use fancy formatting as done with the Working tree or Log Window. Just plain the text output of the command output is needed, and more than enough (and, of course, knowing the exit status of the git command is also essential; it just does not need to be fancy).

You could limit the maximum number of lines with a low-level property if you did not do this already. Because you are now saving only one command, it does not mean its output will be small.