aboutsummaryrefslogtreecommitdiff
path: root/apps/servers/octopus/supergit/src
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-01-08 14:36:31 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-01-09 01:48:01 +0100
commit3ca87e463acfeb9ef5bd9a90bcedbb8e360d02e0 (patch)
treefa1af86a312a3005e5e0a762b8c7b28fec43e1b2 /apps/servers/octopus/supergit/src
parentc3d64b9be3865649eadb52f580b4ee43b9d72c02 (diff)
supergit: add logo and rebuild README
Diffstat (limited to 'apps/servers/octopus/supergit/src')
-rw-r--r--apps/servers/octopus/supergit/src/repo.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/servers/octopus/supergit/src/repo.rs b/apps/servers/octopus/supergit/src/repo.rs
index 2edc78dcecf7..28348709d22d 100644
--- a/apps/servers/octopus/supergit/src/repo.rs
+++ b/apps/servers/octopus/supergit/src/repo.rs
@@ -1,6 +1,6 @@
//! Raw representation wrappers for libgit2
-use crate::branch::{Branch, BranchCommit};
+use crate::branch::Branch;
use git2::{self, Oid};
use std::{fmt, sync::Arc};