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
I would like to have another window which present last few commits. Something like git log. Ideally it would take arguments and pass it to git log. Alternatively it could just exec system command and present its contents in the window.
Is this possible to do?
As a workaround I was thinking about opening another window in a hook callback. Which one would be best to use? Maybe it would be useful to add another one like: commitia_loaded?
The text was updated successfully, but these errors were encountered:
I would like to have another window which present last few commits. Something like
git log
. Ideally it would take arguments and pass it togit log
. Alternatively it could just exec system command and present its contents in the window.Is this possible to do?
As a workaround I was thinking about opening another window in a hook callback. Which one would be best to use? Maybe it would be useful to add another one like:
commitia_loaded
?The text was updated successfully, but these errors were encountered: