feature<Archive>: supports archive by branches and tags

This commit is contained in:
leo 2021-05-28 09:48:07 +08:00
parent 3f55d66e01
commit 5fbefad159
6 changed files with 61 additions and 9 deletions

View file

@ -350,7 +350,7 @@ namespace SourceGit.Views.Widgets {
menu.Items.Add(saveToPatch);
var archive = new MenuItem();
archive.Header = App.Text("CommitCM.Archive");
archive.Header = App.Text("Archive");
archive.Click += (o, e) => {
new Popups.Archive(repo.Path, commit).Show();
e.Handled = true;