From 55d0131074e77a2cd594b90efe5293204401acac Mon Sep 17 00:00:00 2001 From: Anthony Eid Date: Tue, 7 Apr 2026 06:18:15 -0400 Subject: [PATCH] Remove last todo --- crates/git/src/repository.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/git/src/repository.rs b/crates/git/src/repository.rs index 6961ffcc97d19ddda58305baa337ad1fc21b1ca9..e7e361649971961a66ef884a15da4b479c17d130 100644 --- a/crates/git/src/repository.rs +++ b/crates/git/src/repository.rs @@ -625,7 +625,6 @@ pub enum LogSource { } impl LogSource { - // todo! clean this up fn get_arg(&self) -> Result<&str> { match self { LogSource::All => Ok("--all"),