Skip to content

Tags: martido/homebrew-graph

Tags

v2.6

Toggle v2.6's commit message
Fix link in README.

2.5.1

Toggle 2.5.1's commit message
Forgot to remove debug output.

2.5

Toggle 2.5's commit message
Update README.

2.4

Toggle 2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from guilhermearaujo/master

2.3

Toggle 2.3's commit message
Fix wrong header style.

2.2.1

Toggle 2.2.1's commit message
Fix GraphML output when a formula argument is given.

GraphML requires that all nodes in the graph, including leaf nodes, are defined by a <node> tag. The 'brew deps --installed' or 'brew deps --all' commands already return a separate line for each leaf formula. When a single formula is given, the output only contains a list of  dependencies. In this case, we need to add a line for each leaf node ourselves.

2.2

Toggle 2.2's commit message

2.1

Toggle 2.1's commit message
Highlight leaf nodes

- Add highlighting for GraphML
- Introduce command line switch to enable/disable leaf highlighting

v2.0.1

Toggle v2.0.1's commit message
Merge pull request #5 from jpalardy/patch-1

Update brew-graph.rb

v2.0

Toggle v2.0's commit message
Update dot example