mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
fix: Show detached HEAD (#1060)
This commit is contained in:
parent
0860245674
commit
89f655c84d
1 changed files with 1 additions and 1 deletions
|
@ -1012,7 +1012,7 @@ namespace SourceGit.ViewModels
|
||||||
|
|
||||||
var filters = _settings.BuildHistoriesFilter();
|
var filters = _settings.BuildHistoriesFilter();
|
||||||
if (string.IsNullOrEmpty(filters))
|
if (string.IsNullOrEmpty(filters))
|
||||||
builder.Append("--branches --remotes --tags");
|
builder.Append("--branches --remotes --tags HEAD");
|
||||||
else
|
else
|
||||||
builder.Append(filters);
|
builder.Append(filters);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue