Option to customize git log in side panel #1135
Comments
That sounds quite do-able. I'll chuck a good-first-issue label on this. The presentation folder is where all that stuff is handled and we could pass a config struct in saying what fields the user wants to be present |
Hi @jesseduffield. I would like to work on this issue. |
I made a prototype for the normal view which is available here.
I would like to discuss:
|
@sergey-suslov nice work! I've just pulled your code and gave it a test and it works great. Which info will be available: anything on the commit model i.e. Format of the config: I have a few thoughts on this. Firstly, we may want to end up support customisations for the columns of other panels too, so perhaps we should have a
As for the format of the value itself, I don't have an issue with using a single string with a '|' separator. Some possible alternatives are:
What are your thoughts? |
@jesseduffield Questions:
Proposal:Fields
Formatting:
Configuration string format
What do you think? |
Is your feature request related to a problem? Please describe.
Currently the git log in the pane only shows
<short commit> <message>
, I'd like that to be configurable as the log commit message in the full sized panel showsDescribe the solution you'd like
I'd like to have the git log message in the pane be configurable in the same way that the
branchLogCmd
is configurableDescribe alternatives you've considered
Viewing each commit in the log to see all the details
Additional context
As a example, the log is currently
<short sha> <message name>
, and I'd like the ability to show<short sha> <Commit author> <message>
The text was updated successfully, but these errors were encountered: