Skip to content

Commit 1503969

Browse files
committed
Update README.md
1 parent 1484f62 commit 1503969

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,8 @@ $ ./git2dot.py -s -c --png --graph-label 'graph[label="git2dot v0.6", fontsize="
439439
## Hints
440440

441441
1. For large graphs consider using the `--squash` option.
442-
2. For graphs that have multiple branches and tags on the same commits consider using the `--crunch` option.
443-
3. If you only want to see the combined history of a few branches or tags (like release branches) consider using the `--choose-branch` and `--choose-tag` options to prune the graph.
444-
4. Use the `--since` option if you don't care about ancient history.
445-
5. The `--graph-label` option can be useful and can be very simple: `--graph-label 'graph[label="MY LABEL"]'`.
442+
2. For large graphs consider using the svg-pan-zoom zoom() function when the data is loaded to make the nodes visible.
443+
3. For graphs that have multiple branches and tags on the same commits consider using the `--crunch` option.
444+
4. If you only want to see the combined history of a few branches or tags (like release branches) consider using the `--choose-branch` and `--choose-tag` options to prune the graph.
445+
5. Use the `--since` option if you don't care about ancient history.
446+
6. The `--graph-label` option can be useful and can be very simple: `--graph-label 'graph[label="MY LABEL"]'`.

0 commit comments

Comments
 (0)