mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00

* supports `--index` option * add an option to drop selected stash after applying * remove `Pop` context menu for stash Signed-off-by: leo <longshuang@msn.cn>
13 lines
202 B
C#
13 lines
202 B
C#
using Avalonia.Controls;
|
|
|
|
namespace SourceGit.Views
|
|
{
|
|
public partial class ApplyStash : UserControl
|
|
{
|
|
public ApplyStash()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|
|
|