Skip to content

Commit dccffe2

Browse files
authored
Merge branch 'main' into add-file-tree-to-file-view-page
2 parents e632ba8 + 21af815 commit dccffe2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

options/locale/locale_pt-PT.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,9 @@ issues.time_estimate_invalid=O formato da estimativa de tempo é inválido
17011701
issues.start_tracking_history=começou a trabalhar %s
17021702
issues.tracker_auto_close=O cronómetro será parado automaticamente quando esta questão for fechada
17031703
issues.tracking_already_started=`Você já iniciou a contagem de tempo <a href="%s">noutra questão</a>!`
1704+
issues.stop_tracking=Parar cronómetro
17041705
issues.stop_tracking_history=trabalhou durante <b>%[1]s</b> %[2]s
1706+
issues.cancel_tracking=Descartar
17051707
issues.cancel_tracking_history=`cancelou a contagem de tempo %s`
17061708
issues.del_time=Eliminar este registo de tempo
17071709
issues.add_time_history=adicionou <b>%[1]s</b> de tempo gasto %[2]s

services/repository/gitgraph/graph.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func GetCommitGraph(r *git.Repository, page, maxAllowedColors int, hidePRRefs bo
2929
}
3030

3131
if len(branches) == 0 {
32-
graphCmd.AddArguments("--all")
32+
graphCmd.AddArguments("--tags", "--branches")
3333
}
3434

3535
graphCmd.AddArguments("-C", "-M", "--date=iso-strict").

0 commit comments

Comments
 (0)