mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
feature<Archive>: supports archive by branches and tags
This commit is contained in:
parent
3f55d66e01
commit
5fbefad159
6 changed files with 61 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue