Skip to content

Conversation

pkazmier
Copy link

I enjoy this Git package, but I find the graph output to be a bit too lengthy for my taste. Added git_graph_options setting that can be customized by users. I prefer a more concise format:

"git_graph_options": "--pretty=format:'%h %ad | %s%d [%an]' --date=short"

Users will need to customize the syntax file based on their preferred graph options.

I enjoy this Git package, but I find the graph output to be a bit
too lengthy for my taste. Added `git_graph_options` setting that
can be customized by users. I prefer a more concise format:

```
"git_graph_options": "--pretty=format:'%h %ad | %s%d [%an]' --date=short"
```

Users will need to customize the syntax file based on their preferred
graph options.
Commit `c6636be` by @sheldon seems to have resulted in a disparity
between the JSON Git Graph syntax file and the generated XML. This
just updates the JSON to reflect the changes made to the XML.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant