enhance: create branch on detached HEAD (#344)

This commit is contained in:
leo 2024-08-09 16:06:28 +08:00
parent c596427380
commit ed2d3279e1
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -746,7 +746,7 @@ namespace SourceGit.ViewModels
}
else
{
limits += "--branches --remotes --tags";
limits += "--exclude=refs/stash --all";
}
var commits = new Commands.QueryCommits(_fullpath, limits).Result();