mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-20 01:45:00 +00:00
feature: allow to hide tags in graph (#1109)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
ae1e46b586
commit
2512d3be7a
10 changed files with 48 additions and 20 deletions
|
@ -569,6 +569,8 @@
|
|||
<x:String x:Key="Text.Repository.HistoriesLayout" xml:space="preserve">LAYOUT</x:String>
|
||||
<x:String x:Key="Text.Repository.HistoriesLayout.Horizontal" xml:space="preserve">Horizontal</x:String>
|
||||
<x:String x:Key="Text.Repository.HistoriesLayout.Vertical" xml:space="preserve">Vertical</x:String>
|
||||
<x:String x:Key="Text.Repository.HistoriesOptions" xml:space="preserve">OPTIONS</x:String>
|
||||
<x:String x:Key="Text.Repository.HistoriesOptions.ShowTagsInGraph" xml:space="preserve">Show Tags in Graph</x:String>
|
||||
<x:String x:Key="Text.Repository.HistoriesOrder" xml:space="preserve">COMMITS ORDER</x:String>
|
||||
<x:String x:Key="Text.Repository.HistoriesOrder.ByDate" xml:space="preserve">Commit Date</x:String>
|
||||
<x:String x:Key="Text.Repository.HistoriesOrder.Topo" xml:space="preserve">Topologically</x:String>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue