From 8278e48a29cab0eeae226da9a02558a06779f89b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 12 Feb 2025 00:52:41 +0800 Subject: [PATCH] repo_commit: Add TODO to prepend "+"/"-"/" " --- handle_repo_commit.go | 1 + diff --git a/handle_repo_commit.go b/handle_repo_commit.go index 0570056bc5db66eb6d2da7b0794de378b7958a59..03a7cd4b92dca385a2d5d10415451b6223bf0d8a 100644 --- a/handle_repo_commit.go +++ b/handle_repo_commit.go @@ -81,6 +81,7 @@ } data["patch"] = patch // TODO: Remove unnecessary context + // TODO: Prepend "+"/"-"/" " instead of solely distinguishing based on color usable_file_patches := make([]usable_file_patch, 0) for _, file_patch := range patch.FilePatches() { from, to := file_patch.Files() -- 2.48.1