summaryrefslogtreecommitdiffstats
path: root/src/queue.rs
diff options
context:
space:
mode:
authorChristoph Rüßler <christoph.ruessler@mailbox.org>2020-07-08 20:54:36 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-07-15 23:22:03 +0200
commit70423c5b83428c734482f33ee6b71a763a695fad (patch)
tree0086f3f1d6772c0a8846d28b274748bf3e8e4a8b /src/queue.rs
parentaa068f8004ef461edf6323d354a2a3fb79601dc4 (diff)
Add command for tagging commit
Diffstat (limited to 'src/queue.rs')
-rw-r--r--src/queue.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/queue.rs b/src/queue.rs
index bed396ae..f519b37d 100644
--- a/src/queue.rs
+++ b/src/queue.rs
@@ -49,6 +49,8 @@ pub enum InternalEvent {
///
InspectCommit(CommitId, Option<CommitTags>),
///
+ TagCommit(CommitId),
+ ///
OpenExternalEditor(Option<String>),
}