Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ability to customize graph output #360

Open
wants to merge 2 commits into
base: python3
Choose a base branch
from

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