We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e23d3 commit 40faa6dCopy full SHA for 40faa6d
services/repository/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