Backport #33645 by ericLemanissier Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com>
This commit is contained in:
parent
de7026528b
commit
8844e62cb4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ func GetCommitGraph(r *git.Repository, page, maxAllowedColors int, hidePRRefs bo
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(branches) == 0 {
|
if len(branches) == 0 {
|
||||||
graphCmd.AddArguments("--all")
|
graphCmd.AddArguments("--tags", "--branches")
|
||||||
}
|
}
|
||||||
|
|
||||||
graphCmd.AddArguments("-C", "-M", "--date=iso-strict").
|
graphCmd.AddArguments("-C", "-M", "--date=iso-strict").
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue