From 3d2c5f9fcfcd9bc2caef5231926332a7119969fa Mon Sep 17 00:00:00 2001 From: Wei Zhang Date: Thu, 19 Dec 2024 09:52:07 +0800 Subject: [PATCH] chore: add comment to note commit is the last updated commit Signed-off-by: Wei Zhang --- crates/tabby-common/src/api/code.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/tabby-common/src/api/code.rs b/crates/tabby-common/src/api/code.rs index 4e4e920aa744..b458e96ee416 100644 --- a/crates/tabby-common/src/api/code.rs +++ b/crates/tabby-common/src/api/code.rs @@ -32,6 +32,7 @@ pub struct CodeSearchDocument { pub git_url: String, // FIXME(kweizh): This should be a required field after 0.25.0. + // commit represents the specific revision at which the file was last edited. pub commit: Option, pub language: String,