We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de70265 commit 8844e62Copy full SHA for 8844e62
modules/gitgraph/graph.go
@@ -29,7 +29,7 @@ func GetCommitGraph(r *git.Repository, page, maxAllowedColors int, hidePRRefs bo
29
}
30
31
if len(branches) == 0 {
32
- graphCmd.AddArguments("--all")
+ graphCmd.AddArguments("--tags", "--branches")
33
34
35
graphCmd.AddArguments("-C", "-M", "--date=iso-strict").
0 commit comments