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 change the commit log format to only show hash and author.
I have tried adding the --pretty flag to the default args for the DiffViewFileHistory but it doesn't work.
The --pretty flag is completely unrelated to how info is actually rendered in the plugin panels. We rely on a very specific format internally such that we can parse the log info efficiently.
Allowing customization of the rendered format is possible, but low priority.
If someone wants to work on this just let me know. I can give info about relevant parts of the code, and we can discuss implementation.
Activity
sindrets commentedon Nov 20, 2023
The
--pretty
flag is completely unrelated to how info is actually rendered in the plugin panels. We rely on a very specific format internally such that we can parse the log info efficiently.Allowing customization of the rendered format is possible, but low priority.
If someone wants to work on this just let me know. I can give info about relevant parts of the code, and we can discuss implementation.
protiumx commentedon Nov 21, 2023
Hi @sindrets I opened #441 for this