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

Commits on Aug 17, 2014

  1. Added ability to customize graph output

    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.
    pkazmier committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    9f839b4 View commit details
    Browse the repository at this point in the history
  2. Synchronizing the JSON and XML syntax files

    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.
    pkazmier committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    0be35b6 View commit details
    Browse the repository at this point in the history