mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
feature: supports search commit only in current branch
This commit is contained in:
parent
027844f4c5
commit
130c98ad40
14 changed files with 47 additions and 36 deletions
|
@ -544,7 +544,8 @@ namespace SourceGit.ViewModels
|
|||
private void TryToAddContextMenuItemsForGitLFS(ContextMenu menu, string path)
|
||||
{
|
||||
var lfsEnabled = new Commands.LFS(_repo.FullPath).IsEnabled();
|
||||
if (!lfsEnabled) return;
|
||||
if (!lfsEnabled)
|
||||
return;
|
||||
|
||||
var lfs = new MenuItem();
|
||||
lfs.Header = App.Text("GitLFS");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue